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
|
SpecConnectionsManager(pollingThread=True,
also_dispatch_events=False)
Return the Singleton Spec connections manager instance |
source code
|
|
|
_SpecConnectionsManagerInstance = None
|
|
__package__ = ' SpecClient '
|