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 -
Constructor Summary
ConstructorsConstructorDescriptionPathParamServerEndpointConfig(org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig config, Map<String, String> pathParameters) PathParamServerEndpointConfig(org.eclipse.jetty.websocket.common.scopes.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, getUserPropertiesMethods 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, getUserPropertiesMethods inherited from interface javax.websocket.server.ServerEndpointConfig
getConfigurator, getEndpointClass, getExtensions, getPath, getSubprotocols
-
Constructor Details
-
PathParamServerEndpointConfig
-
PathParamServerEndpointConfig
public PathParamServerEndpointConfig(org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig config, org.eclipse.jetty.http.pathmap.UriTemplatePathSpec pathSpec, String requestPath)
-
-
Method Details
-
getPathParamMap
-