public interface ServerApplicationConfig
| Modifier and Type | Method and Description | 
|---|---|
| Set<Class<?>> | getAnnotatedEndpointClasses(Set<Class<?>> scanned)Enables applications to filter the discovered classes annotated with
  ServerEndpoint. | 
| Set<ServerEndpointConfig> | getEndpointConfigs(Set<Class<? extends Endpoint>> scanned)Enables applications to filter the discovered implementations of
  ServerEndpointConfig. | 
Set<ServerEndpointConfig> getEndpointConfigs(Set<Class<? extends Endpoint>> scanned)
ServerEndpointConfig.scanned - The Endpoint implementations found in the
                  applicationSet<Class<?>> getAnnotatedEndpointClasses(Set<Class<?>> scanned)
ServerEndpoint.scanned - The POJOs annotated with ServerEndpoint found in
                  the applicationCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.