Class ServerEndpointConfigWrapper

java.lang.Object
org.eclipse.jetty.websocket.jakarta.common.EndpointConfigWrapper
org.eclipse.jetty.websocket.jakarta.common.ServerEndpointConfigWrapper
All Implemented Interfaces:
jakarta.websocket.EndpointConfig, jakarta.websocket.server.ServerEndpointConfig, PathParamProvider
Direct Known Subclasses:
AnnotatedServerEndpointConfig, BasicServerEndpointConfig, PathParamServerEndpointConfig

public class ServerEndpointConfigWrapper extends EndpointConfigWrapper implements jakarta.websocket.server.ServerEndpointConfig
  • Constructor Details

    • ServerEndpointConfigWrapper

      public ServerEndpointConfigWrapper()
    • ServerEndpointConfigWrapper

      public ServerEndpointConfigWrapper(jakarta.websocket.server.ServerEndpointConfig endpointConfig)
  • Method Details

    • init

      public void init(jakarta.websocket.server.ServerEndpointConfig endpointConfig)
    • getEndpointClass

      public Class<?> getEndpointClass()
      Specified by:
      getEndpointClass in interface jakarta.websocket.server.ServerEndpointConfig
    • getPath

      public String getPath()
      Specified by:
      getPath in interface jakarta.websocket.server.ServerEndpointConfig
    • getSubprotocols

      public List<String> getSubprotocols()
      Specified by:
      getSubprotocols in interface jakarta.websocket.server.ServerEndpointConfig
    • getExtensions

      public List<jakarta.websocket.Extension> getExtensions()
      Specified by:
      getExtensions in interface jakarta.websocket.server.ServerEndpointConfig
    • getConfigurator

      public jakarta.websocket.server.ServerEndpointConfig.Configurator getConfigurator()
      Specified by:
      getConfigurator in interface jakarta.websocket.server.ServerEndpointConfig