javax.websocket.EndpointConfig, javax.websocket.server.ServerEndpointConfigPathParamServerEndpointConfigpublic class BasicServerEndpointConfig
extends java.lang.Object
implements javax.websocket.server.ServerEndpointConfig
| Constructor | Description |
|---|---|
BasicServerEndpointConfig(WebSocketContainerScope containerScope,
java.lang.Class<?> endpointClass,
java.lang.String path) |
|
BasicServerEndpointConfig(WebSocketContainerScope containerScope,
javax.websocket.server.ServerEndpointConfig copy) |
| Modifier and Type | Method | Description |
|---|---|---|
javax.websocket.server.ServerEndpointConfig.Configurator |
getConfigurator() |
|
java.util.List<java.lang.Class<? extends javax.websocket.Decoder>> |
getDecoders() |
|
java.util.List<java.lang.Class<? extends javax.websocket.Encoder>> |
getEncoders() |
|
java.lang.Class<?> |
getEndpointClass() |
|
java.util.List<javax.websocket.Extension> |
getExtensions() |
|
java.lang.String |
getPath() |
|
java.util.List<java.lang.String> |
getSubprotocols() |
|
java.util.Map<java.lang.String,java.lang.Object> |
getUserProperties() |
public BasicServerEndpointConfig(WebSocketContainerScope containerScope, java.lang.Class<?> endpointClass, java.lang.String path)
public BasicServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig copy)
public java.util.List<java.lang.Class<? extends javax.websocket.Encoder>> getEncoders()
getEncoders in interface javax.websocket.EndpointConfigpublic java.util.List<java.lang.Class<? extends javax.websocket.Decoder>> getDecoders()
getDecoders in interface javax.websocket.EndpointConfigpublic java.util.Map<java.lang.String,java.lang.Object> getUserProperties()
getUserProperties in interface javax.websocket.EndpointConfigpublic java.lang.Class<?> getEndpointClass()
getEndpointClass in interface javax.websocket.server.ServerEndpointConfigpublic java.lang.String getPath()
getPath in interface javax.websocket.server.ServerEndpointConfigpublic java.util.List<java.lang.String> getSubprotocols()
getSubprotocols in interface javax.websocket.server.ServerEndpointConfigpublic java.util.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.