public class PathParamServerEndpointConfig extends BasicServerEndpointConfig implements javax.websocket.server.ServerEndpointConfig
ServerEndpointConfig
where there is PathParam information from the incoming request.Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.lang.String> |
pathParamMap |
Constructor and Description |
---|
PathParamServerEndpointConfig(WebSocketContainerScope containerScope,
javax.websocket.server.ServerEndpointConfig config,
UriTemplatePathSpec pathSpec,
java.lang.String requestPath) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getPathParamMap() |
getConfigurator, getDecoders, getEncoders, getEndpointClass, getExtensions, getPath, getSubprotocols, getUserProperties
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final java.util.Map<java.lang.String,java.lang.String> pathParamMap
public PathParamServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig config, UriTemplatePathSpec pathSpec, java.lang.String requestPath)