org.atmosphere.container
Class JSR356AsyncSupport.AtmosphereConfigurator
java.lang.Object
javax.websocket.server.ServerEndpointConfig.Configurator
org.atmosphere.container.JSR356AsyncSupport.AtmosphereConfigurator
- Enclosing class:
- JSR356AsyncSupport
public static final class JSR356AsyncSupport.AtmosphereConfigurator
- extends javax.websocket.server.ServerEndpointConfig.Configurator
|
Method Summary |
|
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 |
JSR356AsyncSupport.AtmosphereConfigurator
public JSR356AsyncSupport.AtmosphereConfigurator()
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 © 2013. All Rights Reserved.