public interface ServerApplicationConfig
Modifier and Type | Method and Description |
---|---|
Set<Class<?>> |
getAnnotatedEndpointClasses(Set<Class<?>> scanned)
Return a set of annotated endpoint classes that the server container must deploy.
|
Set<ServerEndpointConfig> |
getEndpointConfigs(Set<Class<? extends Endpoint>> endpointClasses)
Return a set of ServerEndpointConfig instances that the server container will use to deploy the programmatic
endpoints.
|
Set<ServerEndpointConfig> getEndpointConfigs(Set<Class<? extends Endpoint>> endpointClasses)
endpointClasses
- the set of all the Endpoint 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.Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.