public interface ServerApplicationConfig
Modifier and Type | Method and Description |
---|---|
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 . |
java.util.Set<ServerEndpointConfig> getEndpointConfigs(java.util.Set<java.lang.Class<? extends Endpoint>> scanned)
ServerEndpointConfig
.scanned
- The Endpoint
implementations found in the
applicationjava.util.Set<java.lang.Class<?>> getAnnotatedEndpointClasses(java.util.Set<java.lang.Class<?>> scanned)
ServerEndpoint
.scanned
- The POJOs annotated with ServerEndpoint
found in
the applicationCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.