Package beepy :: Package transports :: Module base
[show private | hide private]
[frames | no frames]

Module beepy.transports.base

Classes
ClientFactory A ClientFactory initiates protocol connections to a remote server.
ConnectionDone Used when connection terminates normally.
Factory A factory starts Protocols when initiated
LineReceiver A LineReceiver reads data one line at a time
Reason  
SelectReactor A reactor manages the main looping part of a client or server
ServerFactory A ServerFactory starts protocols when a connection is received from a client.
TCPTransport  

Variable Summary
int MAX_RECV = 8192                                                                  
SelectReactor reactor = <beepy.transports.base.SelectReactor instance ...

Variable Details

MAX_RECV

Type:
int
Value:
8192                                                                  

reactor

Type:
SelectReactor
Value:
<beepy.transports.base.SelectReactor instance at 0x404c47ec>           

Generated by Epydoc 2.0 on Thu Sep 30 14:39:26 2004 http://epydoc.sf.net