Package SpecClient :: Module SpecConnectionsManager
[hide private]
[frames] | no frames]

Module SpecConnectionsManager

source code

Module for managing connections to Spec

The SpecConnectionsManager module provides facilities to get
a connection to Spec. It can run a thread for 'asynchronous'
polling of socket events. It prevents from having more than
one connection to the same Spec server at the same time, and
automatically reconnects lost connections.


Classes :
  _ThreadedSpecConnectionsManager
  _SpecConnectionsManager


Version: 1.1

Author: Matias Guijarro

Classes [hide private]
  _ThreadedSpecConnectionsManager
Class for managing connections to Spec
  _SpecConnectionsManager
Class for managing connections to Spec
Functions [hide private]
 
SpecConnectionsManager(pollingThread=True, also_dispatch_events=False)
Return the Singleton Spec connections manager instance
source code
Variables [hide private]
  _SpecConnectionsManagerInstance = None
  __package__ = 'SpecClient'