org.atmosphere.container
Class JSR356AsyncSupport.AtmosphereConfigurator

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

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


Constructor Summary
JSR356AsyncSupport.AtmosphereConfigurator(AtmosphereFramework framework)
           
 
Method Summary
<T> T
getEndpointInstance(Class<T> endpointClass)
           
 void modifyHandshake(javax.websocket.server.ServerEndpointConfig sec, javax.websocket.server.HandshakeRequest request, javax.websocket.HandshakeResponse response)
           
 
Methods inherited from class javax.websocket.server.ServerEndpointConfig.Configurator
checkOrigin, getNegotiatedExtensions, getNegotiatedSubprotocol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSR356AsyncSupport.AtmosphereConfigurator

public JSR356AsyncSupport.AtmosphereConfigurator(AtmosphereFramework framework)
Method Detail

getEndpointInstance

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

modifyHandshake

public void modifyHandshake(javax.websocket.server.ServerEndpointConfig sec,
                            javax.websocket.server.HandshakeRequest request,
                            javax.websocket.HandshakeResponse response)
Overrides:
modifyHandshake in class javax.websocket.server.ServerEndpointConfig.Configurator


Copyright © 2014. All Rights Reserved.