| Trees | Indices | Help |
|
|---|
|
|
object --+
|
threading._Verbose --+
|
threading.Thread --+
|
_ThreadedSpecConnectionsManager
Class for managing connections to Spec
Polling of asynchronous socket events is delegated to a separate thread
Warning: should never be instanciated directly ; use the module level SpecConnectionsManager() function instead.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
Constructor
|
Override Thread.run() ; define behaviour for the connections manager thread For each SpecConnection object in the connections dictionary, try to make a connection. If the connection is already established, nothing occurs. Poll the asyncore dispatchers for processing socket events.
|
Return a SpecConnection object Arguments: specVersion -- a string in the 'host:port' form |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jun 20 03:53:37 2014 | http://epydoc.sourceforge.net |