Class PathParamServerEndpointConfig
java.lang.Object
org.eclipse.jetty.ee10.websocket.jakarta.common.EndpointConfigWrapper
org.eclipse.jetty.ee10.websocket.jakarta.common.ServerEndpointConfigWrapper
org.eclipse.jetty.ee10.websocket.jakarta.server.internal.PathParamServerEndpointConfig
- All Implemented Interfaces:
jakarta.websocket.EndpointConfig
,jakarta.websocket.server.ServerEndpointConfig
,PathParamProvider
public class PathParamServerEndpointConfig
extends ServerEndpointConfigWrapper
implements PathParamProvider
Make
PathParam
information from the incoming request available
on ServerEndpointConfig
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.websocket.server.ServerEndpointConfig
jakarta.websocket.server.ServerEndpointConfig.Builder, jakarta.websocket.server.ServerEndpointConfig.Configurator
-
Constructor Summary
ConstructorDescriptionPathParamServerEndpointConfig
(jakarta.websocket.server.ServerEndpointConfig config, Map<String, String> pathParams) -
Method Summary
Methods inherited from class org.eclipse.jetty.ee10.websocket.jakarta.common.ServerEndpointConfigWrapper
getConfigurator, getEndpointClass, getExtensions, getPath, getSubprotocols, init
Methods inherited from class org.eclipse.jetty.ee10.websocket.jakarta.common.EndpointConfigWrapper
getDecoders, getEncoders, getUserProperties, init
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.websocket.EndpointConfig
getDecoders, getEncoders, getUserProperties
-
Constructor Details
-
PathParamServerEndpointConfig
-
-
Method Details
-
getPathParams
- Specified by:
getPathParams
in interfacePathParamProvider
- Overrides:
getPathParams
in classEndpointConfigWrapper
-