Class BasicServerEndpointConfig
java.lang.Object
org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfig
- All Implemented Interfaces:
javax.websocket.EndpointConfig, javax.websocket.server.ServerEndpointConfig
- Direct Known Subclasses:
PathParamServerEndpointConfig
public class BasicServerEndpointConfig
extends Object
implements javax.websocket.server.ServerEndpointConfig
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.websocket.server.ServerEndpointConfig
javax.websocket.server.ServerEndpointConfig.Builder, javax.websocket.server.ServerEndpointConfig.Configurator -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBasicServerEndpointConfig(WebSocketContainerScope containerScope, Class<?> endpointClass, String path) BasicServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig copy) -
Method Summary
-
Field Details
-
decoders
-
encoders
-
extensions
-
subprotocols
-
configurator
private final javax.websocket.server.ServerEndpointConfig.Configurator configurator -
endpointClass
-
path
-
userProperties
-
-
Constructor Details
-
BasicServerEndpointConfig
public BasicServerEndpointConfig(WebSocketContainerScope containerScope, Class<?> endpointClass, String path) -
BasicServerEndpointConfig
public BasicServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig copy)
-
-
Method Details
-
getEncoders
-
getDecoders
-
getUserProperties
-
getEndpointClass
- Specified by:
getEndpointClassin interfacejavax.websocket.server.ServerEndpointConfig
-
getPath
- Specified by:
getPathin interfacejavax.websocket.server.ServerEndpointConfig
-
getSubprotocols
-
getExtensions
- Specified by:
getExtensionsin interfacejavax.websocket.server.ServerEndpointConfig
-
getConfigurator
public javax.websocket.server.ServerEndpointConfig.Configurator getConfigurator()- Specified by:
getConfiguratorin interfacejavax.websocket.server.ServerEndpointConfig
-