Uses of Class
org.atmosphere.socketio.transport.DisconnectReason

Packages that use DisconnectReason
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
 void SocketIOSession.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
abstract  void SocketIOAtmosphereHandler.onDisconnect(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
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 © 2013. All Rights Reserved.