Interface PathParamProvider

All Known Implementing Classes:
AnnotatedClientEndpointConfig, AnnotatedServerEndpointConfig, BasicClientEndpointConfig, BasicServerEndpointConfig, ClientEndpointConfigWrapper, EndpointConfigWrapper, PathParamServerEndpointConfig, ServerEndpointConfigWrapper

public interface PathParamProvider
Optional interface for custom EndpointConfig implementations in Jetty to expose Path Param values used during the JakartaWebSocketFrameHandler resolution of methods.

Mostly a feature of the JSR356 Server implementation and its @jakarta.websocket.server.PathParam annotation.