public static final class JSR356AsyncSupport.AtmosphereConfigurator
extends javax.websocket.server.ServerEndpointConfig.Configurator
| Constructor and Description |
|---|
AtmosphereConfigurator(AtmosphereFramework framework) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getEndpointInstance(Class<T> endpointClass) |
void |
modifyHandshake(javax.websocket.server.ServerEndpointConfig sec,
javax.websocket.server.HandshakeRequest request,
javax.websocket.HandshakeResponse response) |
public AtmosphereConfigurator(AtmosphereFramework framework)
public <T> T getEndpointInstance(Class<T> endpointClass) throws InstantiationException
getEndpointInstance in class javax.websocket.server.ServerEndpointConfig.ConfiguratorInstantiationExceptionpublic void modifyHandshake(javax.websocket.server.ServerEndpointConfig sec,
javax.websocket.server.HandshakeRequest request,
javax.websocket.HandshakeResponse response)
modifyHandshake in class javax.websocket.server.ServerEndpointConfig.ConfiguratorCopyright © 2016. All rights reserved.