Uses of Class
org.atmosphere.socketio.transport.DisconnectReason
-
Packages that use DisconnectReason Package Description org.atmosphere.socketio org.atmosphere.socketio.cpr org.atmosphere.socketio.transport -
-
Uses of DisconnectReason in org.atmosphere.socketio
Methods in org.atmosphere.socketio with parameters of type DisconnectReason Modifier and Type Method Description voidSocketIOSession. onDisconnect(DisconnectReason reason)Pass disconnect through to contained SocketIOInbound and update any internal state. -
Uses of DisconnectReason in org.atmosphere.socketio.cpr
Methods in org.atmosphere.socketio.cpr with parameters of type DisconnectReason Modifier and Type Method Description abstract voidSocketIOAtmosphereHandler. onDisconnect(org.atmosphere.cpr.AtmosphereResource event, SocketIOSessionOutbound handler, DisconnectReason reason)Called when the socket connection is disconnected. -
Uses of DisconnectReason in org.atmosphere.socketio.transport
Methods in org.atmosphere.socketio.transport that return DisconnectReason Modifier and Type Method Description static DisconnectReasonDisconnectReason. fromInt(int val)static DisconnectReasonDisconnectReason. valueOf(java.lang.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.
-