Package core :: Package data :: Package url :: Package handlers :: Module keepalive :: Class ConnectionManager
[hide private]
[frames] | no frames]

Class ConnectionManager




The connection manager must be able to:
  * keep track of all existing
  



Instance Methods [hide private]
  __init__(self)
  add(self, host, connection, ready)
  remove(self, connection)
  set_ready(self, connection, ready)
  get_ready_conn(self, host)
  get_all(self, host=None)
  get_connectionNumber(self, host=None)

Method Details [hide private]

__init__(self)
(Constructor)

 
None

add(self, host, connection, ready)

 
None

remove(self, connection)

 
None

set_ready(self, connection, ready)

 
None

get_ready_conn(self, host)

 
None

get_all(self, host=None)

 
None

get_connectionNumber(self, host=None)

 
None