Uses of Class
com.glines.socketio.common.ConnectionState

Packages that use ConnectionState
com.glines.socketio.client.common   
com.glines.socketio.client.jre   
com.glines.socketio.common   
com.glines.socketio.server   
com.glines.socketio.server.transport   
 

Uses of ConnectionState in com.glines.socketio.client.common
 

Methods in com.glines.socketio.client.common that return ConnectionState
 ConnectionState SocketIOConnection.getConnectionState()
          Return the current socket connection state.
 

Uses of ConnectionState in com.glines.socketio.client.jre
 

Fields in com.glines.socketio.client.jre declared as ConnectionState
protected  ConnectionState SocketIOConnectionXHRBase.state
           
 

Methods in com.glines.socketio.client.jre that return ConnectionState
 ConnectionState SocketIOConnectionXHRBase.getConnectionState()
           
 ConnectionState SocketIOConnectionImpl.getConnectionState()
           
 

Uses of ConnectionState in com.glines.socketio.common
 

Methods in com.glines.socketio.common that return ConnectionState
static ConnectionState ConnectionState.fromInt(int val)
           
static ConnectionState ConnectionState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectionState[] ConnectionState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ConnectionState in com.glines.socketio.server
 

Methods in com.glines.socketio.server that return ConnectionState
 ConnectionState SocketIOSession.getConnectionState()
           
 ConnectionState SocketIOOutbound.getConnectionState()
           
 

Uses of ConnectionState in com.glines.socketio.server.transport
 

Methods in com.glines.socketio.server.transport that return ConnectionState
 ConnectionState XHRTransport.XHRSessionHelper.getConnectionState()
           
 



Copyright © 2010-2011. All Rights Reserved.