Class WicketServerEndpointConfig

java.lang.Object
org.apache.wicket.protocol.ws.javax.WicketServerEndpointConfig
All Implemented Interfaces:
jakarta.websocket.EndpointConfig, jakarta.websocket.server.ServerEndpointConfig

public class WicketServerEndpointConfig extends Object implements jakarta.websocket.server.ServerEndpointConfig
A ServerEndpointConfig that uses custom Configurator to collect all available information from the passed HandshakeRequest
  • Constructor Details

  • Method Details

    • 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

      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
    • 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

      Specified by:
      getUserProperties in interface jakarta.websocket.EndpointConfig