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