public class WicketServerEndpointConfig extends Object implements javax.websocket.server.ServerEndpointConfig
| Constructor and Description |
|---|
WicketServerEndpointConfig() |
| 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 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.ServerEndpointConfigpublic 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.EndpointConfigCopyright © 2015. All rights reserved.