public class EvwTesterWsSrvrAppConf
extends java.lang.Object
implements javax.websocket.server.ServerApplicationConfig
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
DEP_LIST
Class dependencies
|
static java.lang.String |
VERSION
Class version
|
| Constructor and Description |
|---|
EvwTesterWsSrvrAppConf()
Create a new EvwTesterWsSrvrAppConf instance
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.Class<?>> |
getAnnotatedEndpointClasses(java.util.Set<java.lang.Class<?>> scanned)
Get annotated endpoint classes to deploy.
|
java.util.Set<javax.websocket.server.ServerEndpointConfig> |
getEndpointConfigs(java.util.Set<java.lang.Class<? extends javax.websocket.Endpoint>> epClasses)
Get programmatic endpoint configurations to deploy.
|
void |
showAnnoConfigs(java.util.Set<java.lang.Class<?>> configs)
Write the list of annotated configurations to the log.
|
public static final java.lang.String VERSION
public static final java.lang.String[] DEP_LIST
public EvwTesterWsSrvrAppConf()
public java.util.Set<javax.websocket.server.ServerEndpointConfig> getEndpointConfigs(java.util.Set<java.lang.Class<? extends javax.websocket.Endpoint>> epClasses)
getEndpointConfigs in interface javax.websocket.server.ServerApplicationConfigepClasses - Set of all available programatic Endpoint classes. (not used!!)public java.util.Set<java.lang.Class<?>> getAnnotatedEndpointClasses(java.util.Set<java.lang.Class<?>> scanned)
getAnnotatedEndpointClasses in interface javax.websocket.server.ServerApplicationConfigscanned - Set of all available annotated Endpoint classes.public void showAnnoConfigs(java.util.Set<java.lang.Class<?>> configs)
configs - List of enabled annotated configurations