| Package | Description |
|---|---|
| org.atmosphere.socketio | |
| org.atmosphere.socketio.cpr | |
| org.atmosphere.socketio.transport |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketIOSession.onDisconnect(DisconnectReason reason)
Pass disconnect through to contained SocketIOInbound and update any internal state.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SocketIOAtmosphereHandler.onDisconnect(org.atmosphere.cpr.AtmosphereResource event,
SocketIOSessionOutbound handler,
DisconnectReason reason)
Called when the socket connection is disconnected.
|
| Modifier and Type | Method and Description |
|---|---|
static DisconnectReason |
DisconnectReason.fromInt(int val) |
static DisconnectReason |
DisconnectReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisconnectReason[] |
DisconnectReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All Rights Reserved.