public class TyrusServerConfiguration extends Object implements javax.websocket.server.ServerApplicationConfiguration
ServerApplicationConfigurations, if any, or deployed classes.| Constructor and Description |
|---|
TyrusServerConfiguration(Set<Class<?>> classes) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class> |
getAnnotatedEndpointClasses(Set<Class> scanned)
Gets all the classes annotated with
WebSocketEndpoint annotation which should be deployed. |
Set<Class<? extends javax.websocket.server.ServerEndpointConfiguration>> |
getEndpointConfigurationClasses(Set<Class<? extends javax.websocket.server.ServerEndpointConfiguration>> scanned)
Gets all the
ServerEndpointConfiguration classes which should be deployed. |
public Set<Class<? extends javax.websocket.server.ServerEndpointConfiguration>> getEndpointConfigurationClasses(Set<Class<? extends javax.websocket.server.ServerEndpointConfiguration>> scanned)
ServerEndpointConfiguration classes which should be deployed.getEndpointConfigurationClasses in interface javax.websocket.server.ServerApplicationConfigurationscanned - is unused.ServerEndpointConfiguration classes which should be deployed.public Set<Class> getAnnotatedEndpointClasses(Set<Class> scanned)
WebSocketEndpoint annotation which should be deployed.getAnnotatedEndpointClasses in interface javax.websocket.server.ServerApplicationConfigurationscanned - is unused.WebSocketEndpoint annotation which should be deployed.Copyright © 2012-2013. All Rights Reserved.