Class AnnotatedServerEndpointConfig

All Implemented Interfaces:
jakarta.websocket.EndpointConfig, jakarta.websocket.server.ServerEndpointConfig, PathParamProvider

public class AnnotatedServerEndpointConfig extends ServerEndpointConfigWrapper
  • Constructor Details

    • AnnotatedServerEndpointConfig

      public AnnotatedServerEndpointConfig(JakartaWebSocketContainer containerScope, Class<?> endpointClass, jakarta.websocket.server.ServerEndpoint anno) throws jakarta.websocket.DeploymentException
      Throws:
      jakarta.websocket.DeploymentException
    • AnnotatedServerEndpointConfig

      public AnnotatedServerEndpointConfig(JakartaWebSocketContainer containerScope, Class<?> endpointClass, jakarta.websocket.server.ServerEndpoint anno, jakarta.websocket.EndpointConfig baseConfig) throws jakarta.websocket.DeploymentException
      Throws:
      jakarta.websocket.DeploymentException