core.handshake (version 0.1, 23 April 2003)
index
e:\bothans\core\handshake.py

Stuff for handshake between core & pitcher

 
Modules
            
common
logging
 
Classes
            
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_'
 
Data
             __author__ = 'David Ferlier <david@netbsd-fr.org>'
__date__ = '23 April 2003'
__file__ = r'e:\bothans\core\handshake.pyc'
__license__ = 'This file is part of Bothans\n\n Bothans is fre...lace, Suite 330, Boston, MA 02111-1307 USA\n '
__name__ = 'core.handshake'
__status__ = 'beta'
__version__ = '0.1'
log = <logging.Logger instance at 0x00871410>
 
Author
             David Ferlier <david@netbsd-fr.org>