public class BasicServerEndpointConfig extends Object implements ServerEndpointConfig
ServerEndpointConfig.Builder, ServerEndpointConfig.Configurator| Constructor and Description |
|---|
BasicServerEndpointConfig(Class<?> endpointClass,
String path) |
BasicServerEndpointConfig(ServerEndpointConfig copy) |
| Modifier and Type | Method and Description |
|---|---|
ServerEndpointConfig.Configurator |
getConfigurator() |
List<Class<? extends Decoder>> |
getDecoders() |
List<Class<? extends Encoder>> |
getEncoders() |
Class<?> |
getEndpointClass() |
List<Extension> |
getExtensions() |
String |
getPath() |
List<String> |
getSubprotocols() |
Map<String,Object> |
getUserProperties() |
public BasicServerEndpointConfig(ServerEndpointConfig copy)
public List<Class<? extends Encoder>> getEncoders()
getEncoders in interface EndpointConfigpublic List<Class<? extends Decoder>> getDecoders()
getDecoders in interface EndpointConfigpublic Map<String,Object> getUserProperties()
getUserProperties in interface EndpointConfigpublic Class<?> getEndpointClass()
getEndpointClass in interface ServerEndpointConfigpublic String getPath()
getPath in interface ServerEndpointConfigpublic List<String> getSubprotocols()
getSubprotocols in interface ServerEndpointConfigpublic List<Extension> getExtensions()
getExtensions in interface ServerEndpointConfigpublic ServerEndpointConfig.Configurator getConfigurator()
getConfigurator in interface ServerEndpointConfigCopyright © 1995-2015 Webtide. All Rights Reserved.