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.
  • Field Details

  • Constructor Details

    • PathParamServerEndpointConfig

      public PathParamServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig config, Map<String,String> pathParameters)
    • PathParamServerEndpointConfig

      public PathParamServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig config, org.eclipse.jetty.http.pathmap.UriTemplatePathSpec pathSpec, String requestPath)
  • Method Details