Class PathParamServerEndpointConfig
- java.lang.Object
-
- org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfig
-
- org.eclipse.jetty.websocket.jsr356.server.PathParamServerEndpointConfig
-
- All Implemented Interfaces:
EndpointConfig,ServerEndpointConfig
public class PathParamServerEndpointConfig extends BasicServerEndpointConfig implements ServerEndpointConfig
Wrapper for aServerEndpointConfigwhere there is PathParam information from the incoming request.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.websocket.server.ServerEndpointConfig
ServerEndpointConfig.Builder, ServerEndpointConfig.Configurator
-
-
Constructor Summary
Constructors Constructor Description PathParamServerEndpointConfig(org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope containerScope, ServerEndpointConfig config, org.eclipse.jetty.http.pathmap.UriTemplatePathSpec pathSpec, String requestPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,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
-
Methods inherited from interface javax.websocket.EndpointConfig
getDecoders, getEncoders, getUserProperties
-
Methods inherited from interface javax.websocket.server.ServerEndpointConfig
getConfigurator, getEndpointClass, getExtensions, getPath, getSubprotocols
-
-
-
-
Constructor Detail
-
PathParamServerEndpointConfig
public PathParamServerEndpointConfig(org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope containerScope, ServerEndpointConfig config, org.eclipse.jetty.http.pathmap.UriTemplatePathSpec pathSpec, String requestPath)
-
-