Class EndpointConfigWrapper

java.lang.Object
org.eclipse.jetty.websocket.jakarta.common.EndpointConfigWrapper
All Implemented Interfaces:
jakarta.websocket.EndpointConfig, PathParamProvider
Direct Known Subclasses:
ClientEndpointConfigWrapper, ServerEndpointConfigWrapper

public abstract class EndpointConfigWrapper extends Object implements jakarta.websocket.EndpointConfig, PathParamProvider
  • Constructor Details

    • EndpointConfigWrapper

      public EndpointConfigWrapper()
    • EndpointConfigWrapper

      public EndpointConfigWrapper(jakarta.websocket.EndpointConfig endpointConfig)
  • Method Details

    • init

      public void init(jakarta.websocket.EndpointConfig endpointConfig)
    • getEncoders

      public List<Class<? extends jakarta.websocket.Encoder>> getEncoders()
      Specified by:
      getEncoders in interface jakarta.websocket.EndpointConfig
    • getDecoders

      public List<Class<? extends jakarta.websocket.Decoder>> getDecoders()
      Specified by:
      getDecoders in interface jakarta.websocket.EndpointConfig
    • getUserProperties

      public Map<String,Object> getUserProperties()
      Specified by:
      getUserProperties in interface jakarta.websocket.EndpointConfig
    • getPathParams

      public Map<String,String> getPathParams()
      Specified by:
      getPathParams in interface PathParamProvider