|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerApplicationConfiguration
Developers may include implementations of ServerApplicationConfiguration in an archive containing websocket endpoints (WAR file, or JAR file within the WAR file) in order to specify precisely which of the websocket endpoints within the archive the implementation must deploy. There is a separate method for programmatic endpoints and for annotated endpoints.
Method Summary | |
---|---|
Set<Class<?>> |
getAnnotatedEndpointClasses(Set<Class<?>> scanned)
Return a set of annotated endpoint classes that the server container must deploy. |
Set<Class<? extends ServerEndpointConfiguration>> |
getEndpointConfigurationClasses(Set<Class<? extends ServerEndpointConfiguration>> scanned)
Return a set of ServerEndpointConfiguration classes that the server container must deploy. |
Method Detail |
---|
Set<Class<? extends ServerEndpointConfiguration>> getEndpointConfigurationClasses(Set<Class<? extends ServerEndpointConfiguration>> scanned)
scanned
- the set of all the ServerEndpointConfiguration classes in the archive containing
the implementation of this interface.
Set<Class<?>> getAnnotatedEndpointClasses(Set<Class<?>> scanned)
scanned
- the set of all the annotated endpoint classes in the archive containing
the implementation of this interface.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |