Class WicketServerApplicationConfig

  • All Implemented Interfaces:
    javax.websocket.server.ServerApplicationConfig

    public class WicketServerApplicationConfig
    extends Object
    implements javax.websocket.server.ServerApplicationConfig
    Configures WicketServerEndpointConfig that will setup WicketEndpoint and a custom ServerEndpointConfig.Configurator to collect the useful information from the upgrade http request
    • Method Detail

      • getEndpointConfigs

        public Set<javax.websocket.server.ServerEndpointConfig> getEndpointConfigs​(Set<Class<? extends javax.websocket.Endpoint>> classes)
        Specified by:
        getEndpointConfigs in interface javax.websocket.server.ServerApplicationConfig