| |
- common.messagehandling.PeerAutoMethodMessageHandler(common.messagehandling.AutoMethodMessageHandler)
-
- CoreHandShakeHandler
class CoreHandShakeHandler(common.messagehandling.PeerAutoMethodMessageHandler) |
|
This Handler will manage all 'administrative' communications
between the pitcher and the core (hello,pitcherinfo, ...) |
|
- Method resolution order:
- CoreHandShakeHandler
- common.messagehandling.PeerAutoMethodMessageHandler
- common.messagehandling.AutoMethodMessageHandler
- common.messagehandling.MessageHandler
Methods defined here:
- __init__(self, peer, config, uipeers)
- handle_pitcherinfo(self, message)
- We got a pitcher info message :
we update the config if it is different of the received info
- handle_pitcherstatus(self, message)
Data and non-method functions defined here:
- __doc__ = " This Handler will manage all 'administrative' c...itcher and the core (hello,pitcherinfo, ...)\n "
- __module__ = 'core.handshake'
Methods inherited from common.messagehandling.PeerAutoMethodMessageHandler:
- handleMessage(self, message)
Data and non-method functions inherited from common.messagehandling.AutoMethodMessageHandler:
- METHOD_PREFIX = 'handle_'
| |