org.atmosphere.container
Class JSR356ServerApplicationConfig

java.lang.Object
  extended by org.atmosphere.container.JSR356ServerApplicationConfig
All Implemented Interfaces:
javax.websocket.server.ServerApplicationConfig

public class JSR356ServerApplicationConfig
extends Object
implements javax.websocket.server.ServerApplicationConfig


Nested Class Summary
static class JSR356ServerApplicationConfig.AtmosphereConfigurator
           
 
Constructor Summary
JSR356ServerApplicationConfig()
           
 
Method Summary
 Set<Class<?>> getAnnotatedEndpointClasses(Set<Class<?>> scanned)
           
 Set<javax.websocket.server.ServerEndpointConfig> getEndpointConfigs(Set<Class<? extends javax.websocket.Endpoint>> endpointClasses)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSR356ServerApplicationConfig

public JSR356ServerApplicationConfig()
Method Detail

getEndpointConfigs

public Set<javax.websocket.server.ServerEndpointConfig> getEndpointConfigs(Set<Class<? extends javax.websocket.Endpoint>> endpointClasses)
Specified by:
getEndpointConfigs in interface javax.websocket.server.ServerApplicationConfig

getAnnotatedEndpointClasses

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


Copyright © 2013. All Rights Reserved.