|
WebSocket 1.0 - Apache Tomcat 7.0.47 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerApplicationConfig
Applications may provide an implementation of this interface to filter the discovered WebSocket endpoints that are deployed. Implementations of this class will be discovered via an ServletContainerInitializer scan.
Method Summary | |
---|---|
java.util.Set<java.lang.Class<?>> |
getAnnotatedEndpointClasses(java.util.Set<java.lang.Class<?>> scanned)
Enables applications to filter the discovered classes annotated with ServerEndpoint . |
java.util.Set<ServerEndpointConfig> |
getEndpointConfigs(java.util.Set<java.lang.Class<? extends Endpoint>> scanned)
Enables applications to filter the discovered implementations of ServerEndpointConfig . |
Method Detail |
---|
java.util.Set<ServerEndpointConfig> getEndpointConfigs(java.util.Set<java.lang.Class<? extends Endpoint>> scanned)
ServerEndpointConfig
.
scanned
- The Endpoint
implementations found in the
application
java.util.Set<java.lang.Class<?>> getAnnotatedEndpointClasses(java.util.Set<java.lang.Class<?>> scanned)
ServerEndpoint
.
scanned
- The POJOs annotated with ServerEndpoint
found in
the application
|
WebSocket 1.0 - Apache Tomcat 7.0.47 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |