Class PathParamServerEndpointConfig
- java.lang.Object
-
- org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfig
-
- org.eclipse.jetty.websocket.jsr356.server.PathParamServerEndpointConfig
-
- All Implemented Interfaces:
javax.websocket.EndpointConfig
,javax.websocket.server.ServerEndpointConfig
public class PathParamServerEndpointConfig extends BasicServerEndpointConfig implements javax.websocket.server.ServerEndpointConfig
Wrapper for aServerEndpointConfig
where there is PathParam information from the incoming request.
-
-
Constructor Summary
Constructors Constructor Description PathParamServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig config, java.util.Map<java.lang.String,java.lang.String> pathParameters)
PathParamServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig config, UriTemplatePathSpec pathSpec, java.lang.String requestPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
getPathParamMap()
-
Methods inherited from class org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfig
getConfigurator, getDecoders, getEncoders, getEndpointClass, getExtensions, getPath, getSubprotocols, getUserProperties
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
PathParamServerEndpointConfig
public PathParamServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig config, java.util.Map<java.lang.String,java.lang.String> pathParameters)
-
PathParamServerEndpointConfig
public PathParamServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig config, UriTemplatePathSpec pathSpec, java.lang.String requestPath)
-
-