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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAnnotatedEndpointClasses(Set<Class<?>> classes) Set<jakarta.websocket.server.ServerEndpointConfig>getEndpointConfigs(Set<Class<? extends jakarta.websocket.Endpoint>> classes)
-
Constructor Details
-
WicketServerApplicationConfig
public WicketServerApplicationConfig()
-
-
Method Details
-
getEndpointConfigs
public Set<jakarta.websocket.server.ServerEndpointConfig> getEndpointConfigs(Set<Class<? extends jakarta.websocket.Endpoint>> classes) - Specified by:
getEndpointConfigsin interfacejakarta.websocket.server.ServerApplicationConfig
-
getAnnotatedEndpointClasses
- Specified by:
getAnnotatedEndpointClassesin interfacejakarta.websocket.server.ServerApplicationConfig
-