Package 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
-
-
Constructor Summary
Constructors Constructor Description AtmosphereConfigurator(AtmosphereFramework framework)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TgetEndpointInstance(java.lang.Class<T> endpointClass)voidmodifyHandshake(javax.websocket.server.ServerEndpointConfig sec, javax.websocket.server.HandshakeRequest request, javax.websocket.HandshakeResponse response)
-
-
-
Constructor Detail
-
AtmosphereConfigurator
public AtmosphereConfigurator(AtmosphereFramework framework)
-
-
Method Detail
-
getEndpointInstance
public <T> T getEndpointInstance(java.lang.Class<T> endpointClass) throws java.lang.InstantiationException- Overrides:
getEndpointInstancein classjavax.websocket.server.ServerEndpointConfig.Configurator- Throws:
java.lang.InstantiationException
-
modifyHandshake
public void modifyHandshake(javax.websocket.server.ServerEndpointConfig sec, javax.websocket.server.HandshakeRequest request, javax.websocket.HandshakeResponse response)- Overrides:
modifyHandshakein classjavax.websocket.server.ServerEndpointConfig.Configurator
-
-