public interface ServerApplicationConfig
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.Class<?>> |
getAnnotatedEndpointClasses(java.util.Set<java.lang.Class<?>> scanned)
Return a set of annotated endpoint classes that the server container must deploy.
|
java.util.Set<ServerEndpointConfig> |
getEndpointConfigs(java.util.Set<java.lang.Class<? extends Endpoint>> endpointClasses)
Return a set of ServerEndpointConfig instances that the server container will use to deploy the programmatic
endpoints.
|
java.util.Set<ServerEndpointConfig> getEndpointConfigs(java.util.Set<java.lang.Class<? extends Endpoint>> endpointClasses)
endpointClasses
- the set of all the Endpoint classes in the archive containing the implementation of this
interface.java.util.Set<java.lang.Class<?>> getAnnotatedEndpointClasses(java.util.Set<java.lang.Class<?>> scanned)
scanned
- the set of all the annotated endpoint classes in the archive containing the implementation of this
interface.