org.atmosphere.container
Class JSR356ServerApplicationConfig
java.lang.Object
org.atmosphere.container.JSR356ServerApplicationConfig
- All Implemented Interfaces:
- javax.websocket.server.ServerApplicationConfig
public class JSR356ServerApplicationConfig
- extends Object
- implements javax.websocket.server.ServerApplicationConfig
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSR356ServerApplicationConfig
public JSR356ServerApplicationConfig()
getEndpointConfigs
public Set<javax.websocket.server.ServerEndpointConfig> getEndpointConfigs(Set<Class<? extends javax.websocket.Endpoint>> endpointClasses)
- Specified by:
getEndpointConfigs in interface javax.websocket.server.ServerApplicationConfig
getAnnotatedEndpointClasses
public Set<Class<?>> getAnnotatedEndpointClasses(Set<Class<?>> scanned)
- Specified by:
getAnnotatedEndpointClasses in interface javax.websocket.server.ServerApplicationConfig
Copyright © 2013. All Rights Reserved.