ui.coreconnection (version 0.1, 11 April 2003)
index
e:\bothans\ui\coreconnection.py

Methods and classes to connect to a Bothans core

 
Modules
            
common
logging
mutex
sys
 
Classes
            
UIConnection
 
class UIConnection
      Make a connection to a core
 
   Methods defined here:
__init__(self, peers, address, port=4760)
initConnection(self)
registerCallback(self, funcname, ptr)

Data and non-method functions defined here:
ROUTER_QUEUE_SIZE = 100
__doc__ = 'Make a connection to a core'
__module__ = 'ui.coreconnection'
 
Data
             __author__ = 'David Ferlier <david@netbsd-fr.org>'
__date__ = '11 April 2003'
__file__ = r'e:\bothans\ui\coreconnection.pyc'
__license__ = 'This file is part of Bothans\n\n Bothans is fre...lace, Suite 330, Boston, MA 02111-1307 USA\n '
__name__ = 'ui.coreconnection'
__status__ = 'beta'
__version__ = '0.1'
log = <logging.Logger instance at 0x008CD408>
 
Author
             David Ferlier <david@netbsd-fr.org>