Class PathParamServerEndpointConfig
java.lang.Object
org.eclipse.jetty.websocket.javax.common.EndpointConfigWrapper
org.eclipse.jetty.websocket.javax.common.ServerEndpointConfigWrapper
org.eclipse.jetty.websocket.javax.server.internal.PathParamServerEndpointConfig
- All Implemented Interfaces:
javax.websocket.EndpointConfig,javax.websocket.server.ServerEndpointConfig,PathParamProvider
public class PathParamServerEndpointConfig
extends ServerEndpointConfigWrapper
implements PathParamProvider
Make
PathParam information from the incoming request available
on ServerEndpointConfig-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.websocket.server.ServerEndpointConfig
javax.websocket.server.ServerEndpointConfig.Builder, javax.websocket.server.ServerEndpointConfig.Configurator -
Constructor Summary
ConstructorsConstructorDescriptionPathParamServerEndpointConfig(javax.websocket.server.ServerEndpointConfig config, Map<String, String> pathParams) -
Method Summary
Methods inherited from class org.eclipse.jetty.websocket.javax.common.ServerEndpointConfigWrapper
getConfigurator, getEndpointClass, getExtensions, getPath, getSubprotocols, initMethods inherited from class org.eclipse.jetty.websocket.javax.common.EndpointConfigWrapper
getDecoders, getEncoders, getUserProperties, initMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.websocket.EndpointConfig
getDecoders, getEncoders, getUserProperties
-
Constructor Details
-
PathParamServerEndpointConfig
-
-
Method Details
-
getPathParams
- Specified by:
getPathParamsin interfacePathParamProvider- Overrides:
getPathParamsin classEndpointConfigWrapper
-