public class WebSocketTransport extends AbstractTransport
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketTransport.SocketIOWebSocketSessionWrapperImpl |
| Modifier and Type | Field and Description |
|---|---|
static String |
TRANSPORT_NAME |
POST_MESSAGE_RECEIVED, SESSION_KEY| Constructor and Description |
|---|
WebSocketTransport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
org.atmosphere.cpr.Action |
handle(org.atmosphere.cpr.AtmosphereResourceImpl resource,
org.atmosphere.cpr.AtmosphereHandler atmosphereHandler,
SocketIOSessionFactory sessionFactory) |
decodePostData, destroy, extractSessionId, extractString, isDisconnectRequestpublic static final String TRANSPORT_NAME
public String getName()
public org.atmosphere.cpr.Action handle(org.atmosphere.cpr.AtmosphereResourceImpl resource,
org.atmosphere.cpr.AtmosphereHandler atmosphereHandler,
SocketIOSessionFactory sessionFactory)
throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.