EndpointConfig, ServerEndpointConfigpublic class PathParamServerEndpointConfig extends BasicServerEndpointConfig implements ServerEndpointConfig
ServerEndpointConfig where there is PathParam information from the incoming request.ServerEndpointConfig.Builder, ServerEndpointConfig.Configurator| Constructor | Description |
|---|---|
PathParamServerEndpointConfig(org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope containerScope,
ServerEndpointConfig config,
org.eclipse.jetty.http.pathmap.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, getUserPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigurator, getEndpointClass, getExtensions, getPath, getSubprotocolspublic PathParamServerEndpointConfig(org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope containerScope,
ServerEndpointConfig config,
org.eclipse.jetty.http.pathmap.UriTemplatePathSpec pathSpec,
java.lang.String requestPath)
Copyright © 1995–2018 Webtide. All rights reserved.