Package Anomos :: Package Protocol :: Module AnomosRelayerProtocol :: Class AnomosRelayerProtocol
[hide private]
[frames] | no frames]

Class AnomosRelayerProtocol

source code

    object --+    
             |    
AnomosProtocol --+
                 |
                AnomosRelayerProtocol
Known Subclasses:

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
invalid_message(self, t) source code
 
got_break(self) source code
 
got_ack_break(self) source code
 
got_confirm(self) source code
 
got_partial(self, message) source code
 
send_break(self) source code
 
send_tracking_code(self, trackcode) source code
 
send_relay_message(self, msg) source code
 
send_confirm(self) source code
 
send_ack_break(self) source code

Inherited from AnomosProtocol: format_message, got_message, network_ctl_msg

Inherited from AnomosProtocol (private): _valid_msg_len

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

invalid_message(self, t)

source code 
Overrides: AnomosProtocol.invalid_message