Package SpecClient :: Module SpecConnection :: Class SpecConnection
[hide private]
[frames] | no frames]

Class SpecConnection

source code

Represent a connection to a remote Spec

Signals: connected() -- emitted when the required Spec version gets connected disconnected() -- emitted when the required Spec version gets disconnected replyFromSpec(reply id, SpecReply object) -- emitted when a reply comes from the remote Spec error(error code) -- emitted when an error event is received from the remote Spec

Instance Methods [hide private]
 
__init__(self, *args)
Constructor
source code
 
__str__(self) source code
 
__getattr__(self, attr)
Delegate access to the underlying SpecConnectionDispatcher object
source code
 
connected(self)
Propagate 'connection' event
source code
 
disconnected(self)
Propagate 'disconnection' event
source code
 
error(self, error)
Propagate 'error' event
source code