Uses of Class
com.github.nkzawa.engineio.client.Transport.ReadyState

Packages that use Transport.ReadyState
com.github.nkzawa.engineio.client   
 

Uses of Transport.ReadyState in com.github.nkzawa.engineio.client
 

Fields in com.github.nkzawa.engineio.client declared as Transport.ReadyState
protected  Transport.ReadyState Transport.readyState
           
 

Methods in com.github.nkzawa.engineio.client that return Transport.ReadyState
static Transport.ReadyState Transport.ReadyState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Transport.ReadyState[] Transport.ReadyState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014. All rights reserved.