Class 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.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface javax.websocket.server.ServerEndpointConfig

        javax.websocket.server.ServerEndpointConfig.Builder, javax.websocket.server.ServerEndpointConfig.Configurator
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.String,​java.lang.String> pathParamMap  
    • Field Detail

      • pathParamMap

        private final java.util.Map<java.lang.String,​java.lang.String> pathParamMap
    • Constructor Detail

      • PathParamServerEndpointConfig

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

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

      • getPathParamMap

        public java.util.Map<java.lang.String,​java.lang.String> getPathParamMap()