javax.websocket.EndpointConfig
, javax.websocket.server.ServerEndpointConfig
public class PathParamServerEndpointConfig extends BasicServerEndpointConfig implements javax.websocket.server.ServerEndpointConfig
ServerEndpointConfig
where there is PathParam information from the incoming request.Constructor | Description |
---|---|
PathParamServerEndpointConfig(WebSocketContainerScope containerScope,
javax.websocket.server.ServerEndpointConfig config,
UriTemplatePathSpec pathSpec,
java.lang.String requestPath) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getPathParamMap() |
getConfigurator, getDecoders, getEncoders, getEndpointClass, getExtensions, getPath, getSubprotocols, getUserProperties
getDecoders, getEncoders, getUserProperties
public PathParamServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig config, UriTemplatePathSpec pathSpec, java.lang.String requestPath)
Copyright © 1995–2017 Webtide. All rights reserved.