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 a
ServerEndpointConfig
where there is PathParam information from the incoming request.-
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
ConstructorsConstructorDescriptionPathParamServerEndpointConfig
(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig config, Map<String, String> pathParameters) PathParamServerEndpointConfig
(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig config, org.eclipse.jetty.http.pathmap.UriTemplatePathSpec pathSpec, String requestPath) -
Method Summary
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
-
Field Details
-
pathParamMap
-
-
Constructor Details
-
PathParamServerEndpointConfig
public PathParamServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig config, Map<String, String> pathParameters) -
PathParamServerEndpointConfig
public PathParamServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig config, org.eclipse.jetty.http.pathmap.UriTemplatePathSpec pathSpec, String requestPath)
-
-
Method Details
-
getPathParamMap
-