Class WicketServerApplicationConfig
- java.lang.Object
-
- org.apache.wicket.protocol.ws.javax.WicketServerApplicationConfig
-
- All Implemented Interfaces:
javax.websocket.server.ServerApplicationConfig
public class WicketServerApplicationConfig extends Object implements javax.websocket.server.ServerApplicationConfig
Configures WicketServerEndpointConfig that will setupWicketEndpoint
and a customServerEndpointConfig.Configurator
to collect the useful information from the upgrade http request
-
-
Constructor Summary
Constructors Constructor Description WicketServerApplicationConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Class<?>>
getAnnotatedEndpointClasses(Set<Class<?>> classes)
Set<javax.websocket.server.ServerEndpointConfig>
getEndpointConfigs(Set<Class<? extends javax.websocket.Endpoint>> classes)
-
-
-
Constructor Detail
-
WicketServerApplicationConfig
public WicketServerApplicationConfig()
-
-
Method Detail
-
getEndpointConfigs
public Set<javax.websocket.server.ServerEndpointConfig> getEndpointConfigs(Set<Class<? extends javax.websocket.Endpoint>> classes)
- Specified by:
getEndpointConfigs
in interfacejavax.websocket.server.ServerApplicationConfig
-
getAnnotatedEndpointClasses
public Set<Class<?>> getAnnotatedEndpointClasses(Set<Class<?>> classes)
- Specified by:
getAnnotatedEndpointClasses
in interfacejavax.websocket.server.ServerApplicationConfig
-
-