public class WebSocketTransport extends AbstractTransport
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketTransport.SocketIOWebSocketSessionWrapperImpl |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TRANSPORT_NAME |
POST_MESSAGE_RECEIVED, SESSION_KEY| Constructor and Description |
|---|
WebSocketTransport() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.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 java.lang.String TRANSPORT_NAME
public java.lang.String getName()
public org.atmosphere.cpr.Action handle(org.atmosphere.cpr.AtmosphereResourceImpl resource,
org.atmosphere.cpr.AtmosphereHandler atmosphereHandler,
SocketIOSessionFactory sessionFactory)
throws java.io.IOException
java.io.IOExceptionCopyright © 2020. All Rights Reserved.