Package papyon :: Package event :: Module client :: Class ClientState

Class ClientState

source code

object --+
         |
        ClientState

Client states

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  CLOSED = 0
  CONNECTING = 1
  CONNECTED = 2
  AUTHENTICATING = 3
  AUTHENTICATED = 4
  SYNCHRONIZING = 5
  SYNCHRONIZED = 6
  OPEN = 7
Properties

Inherited from object: __class__