| Package | Description |
|---|---|
| org.atmosphere.socketio | |
| org.atmosphere.socketio.cpr | |
| org.atmosphere.socketio.transport |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SocketIOWebSocketSessionWrapper |
| Modifier and Type | Method and Description |
|---|---|
SocketIOSessionOutbound |
SocketIOSession.getTransportHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketIOSession.onConnect(org.atmosphere.cpr.AtmosphereResourceImpl resource,
SocketIOSessionOutbound handler) |
void |
SocketIOSession.onMessage(org.atmosphere.cpr.AtmosphereResourceImpl resource,
SocketIOSessionOutbound handler,
java.lang.String message)
Pass message through to contained SocketIOInbound
If a timeout timer is set, then it will be reset.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SocketIOAtmosphereHandler.onConnect(org.atmosphere.cpr.AtmosphereResource event,
SocketIOSessionOutbound handler)
Called when the connection is established.
|
abstract void |
SocketIOAtmosphereHandler.onDisconnect(org.atmosphere.cpr.AtmosphereResource event,
SocketIOSessionOutbound handler,
DisconnectReason reason)
Called when the socket connection is disconnected.
|
abstract void |
SocketIOAtmosphereHandler.onMessage(org.atmosphere.cpr.AtmosphereResource event,
SocketIOSessionOutbound handler,
java.lang.String message)
Called for each message received.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
JSONPPollingTransport.XHRPollingSessionHelper |
class |
WebSocketTransport.SocketIOWebSocketSessionWrapperImpl |
protected class |
XHRPollingTransport.XHRPollingSessionHelper |
protected class |
XHRTransport.XHRSessionHelper |
Copyright © 2018. All Rights Reserved.