public interface ServerEndpointConfig extends EndpointConfig
ServerEndpointConfig.Builder.| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ServerEndpointConfig.Builder | 
| static class  | ServerEndpointConfig.Configurator | 
| Modifier and Type | Method and Description | 
|---|---|
| ServerEndpointConfig.Configurator | getConfigurator() | 
| Class<?> | getEndpointClass() | 
| List<Extension> | getExtensions() | 
| String | getPath()Returns the path at which this WebSocket server endpoint has been
 registered. | 
| List<String> | getSubprotocols() | 
getDecoders, getEncoders, getUserPropertiesClass<?> getEndpointClass()
String getPath()
ServerEndpointConfig.Configurator getConfigurator()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.