org.atmosphere.container
Class JSR356ServerApplicationConfig.AtmosphereConfigurator

java.lang.Object
  extended by javax.websocket.server.ServerEndpointConfig.Configurator
      extended by org.atmosphere.container.JSR356ServerApplicationConfig.AtmosphereConfigurator
Enclosing class:
JSR356ServerApplicationConfig

public static final class JSR356ServerApplicationConfig.AtmosphereConfigurator
extends javax.websocket.server.ServerEndpointConfig.Configurator


Constructor Summary
JSR356ServerApplicationConfig.AtmosphereConfigurator()
           
 
Method Summary
<T> T
getEndpointInstance(Class<T> endpointClass)
           
 
Methods inherited from class javax.websocket.server.ServerEndpointConfig.Configurator
checkOrigin, getNegotiatedExtensions, getNegotiatedSubprotocol, modifyHandshake
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSR356ServerApplicationConfig.AtmosphereConfigurator

public JSR356ServerApplicationConfig.AtmosphereConfigurator()
Method Detail

getEndpointInstance

public <T> T getEndpointInstance(Class<T> endpointClass)
                      throws InstantiationException
Overrides:
getEndpointInstance in class javax.websocket.server.ServerEndpointConfig.Configurator
Throws:
InstantiationException


Copyright © 2013. All Rights Reserved.