Class WicketServerEndpointConfig

  • All Implemented Interfaces:
    javax.websocket.EndpointConfig, javax.websocket.server.ServerEndpointConfig

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

      • getEndpointClass

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

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

        public List<StringgetSubprotocols()
        Specified by:
        getSubprotocols in interface javax.websocket.server.ServerEndpointConfig
      • getExtensions

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

        public javax.websocket.server.ServerEndpointConfig.Configurator getConfigurator()
        Specified by:
        getConfigurator in interface javax.websocket.server.ServerEndpointConfig
      • getEncoders

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

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