Class WicketServerApplicationConfig

java.lang.Object
org.apache.wicket.protocol.ws.javax.WicketServerApplicationConfig
All Implemented Interfaces:
jakarta.websocket.server.ServerApplicationConfig

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

  • Method Details

    • getEndpointConfigs

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

      public Set<Class<?>> getAnnotatedEndpointClasses(Set<Class<?>> classes)
      Specified by:
      getAnnotatedEndpointClasses in interface jakarta.websocket.server.ServerApplicationConfig