javax.websocket.EndpointConfig, javax.websocket.server.ServerEndpointConfigpublic 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, getUserPropertiesgetDecoders, getEncoders, getUserPropertiespublic PathParamServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig config, UriTemplatePathSpec pathSpec, java.lang.String requestPath)
Copyright © 1995–2018 Webtide. All rights reserved.