| Trees | Index | Help |
|
|---|
|
client: client: co2-specific wrapper around xmlrpclib.ServerProxy
co2: co2 wrapper around a co2 server.
config
config_relay
config_sat
config_test
httplib: HTTP/1.1 client library
limiter
loader: loader co2's plugin loader.
pinger: pinger periodically ping registered satellites.
plugin: co2 plugin base module.
registry: registry: the core of co2's xmlrpc functionality.
relay_registry: relay the co2 registry with relay functionality
satellite: satellite representation of a co2 satellite, used by
relay_registry.Co2RelayRegistry
satellite_registry: satellite: the co2 registry with satellite functionality
server: server: co2 xmlrpc server and requesthandler.
util: util: miscellaneous co2 utilities
xmlrpclib: An XML-RPC client interface for Python.
_client: client: co2-specific wrapper around xmlrpclib.ServerProxy
__builtin__.object: The most base type
threading._Verbose
threading.Thread
limiter.Limiter: FIFO like class for throttling co2 traffic by limiting the throughput
of calls.
pinger.Pinger: pings all registered satellites and kicks them when they're
unreachable for too long.
client.Co2Proxy: 'wrapper' around xmlrpclib.ServerProxy.
co2.Co2: the actual wrapper object.
exceptions.Exception: Common base class for all exceptions.
server.Co2Error: Co2Error: error class for all things server
loader.Co2LoaderError: default loader error, raised whenever something bad happens here.
registry.Co2RegistryError
xmlrpclib.Error: Base class for client errors.
xmlrpclib.Fault: Indicates an XML-RPC fault package.
xmlrpclib.ProtocolError: Indicates an HTTP protocol error.
xmlrpclib.ResponseError: Indicates a broken response package.
httplib.HTTPException
satellite.SatelliteError
httplib.HTTP: Compatibility class with httplib.py from 1.5.
httplib.HTTPS: Compatibility with 1.5 httplib interface
httplib.HTTPConnection
httplib.HTTPSConnection: This class allows communication via SSL.
httplib.HTTPResponse
httplib.LineAndFileWrapper: A limited file-like object for HTTP/0.9 responses.
httplib.SharedSocket
httplib.SharedSocketClient
httplib.FakeSocket
httplib.SSLFile: File-like object wrapping an SSL socket.
loader.Loader: Loader: the plugin loader class.
plugin.Co2Plugin: base class for co2 plugins.
registry.Co2Method: registry-internal representation of a registered (i.e.
registry.Co2Registry: holds all xmlrpc methods, registers system methods, initializes the
plugin loader, and handles all incoming calls.
relay_registry.Co2RelayRegistry: relay specific registry.
satellite_registry.Co2SatelliteRegistry: Co2SatelliteRegistry: provides the satellite specific methods.
rfc822.Message: Represents a single RFC 2822-compliant message.
mimetools.Message: A derived class of rfc822.Message that knows about MIME headers and
contains some hooks for decoding encoded and multipart messages.
satellite.Satellite: represents a co2 satellite host.
SimpleXMLRPCServer.SimpleXMLRPCDispatcher: Mix-in class that dispatches XML-RPC requests.
SimpleXMLRPCServer.SimpleXMLRPCServer: Simple XML-RPC server.
server.Co2Server: co2 specific subclass of SimpleXMLRPCServer.SimpleXMLRPCServer.
SocketServer.BaseRequestHandler: Base class for request handler classes.
SocketServer.StreamRequestHandler: Define self.rfile and self.wfile for stream sockets.
BaseHTTPServer.BaseHTTPRequestHandler: HTTP request handler base class.
SimpleXMLRPCServer.SimpleXMLRPCRequestHandler: Simple XML-RPC request handler class.
server.Co2Handler: handles all incoming xmlrpc requests.
SocketServer.BaseServer: Base class for server classes.
SocketServer.TCPServer: Base class for various socket-based server classes.
SimpleXMLRPCServer.SimpleXMLRPCServer: Simple XML-RPC server.
server.Co2Server: co2 specific subclass of SimpleXMLRPCServer.SimpleXMLRPCServer.
xmlrpclib.Binary: Wrapper for binary data.
xmlrpclib.DateTime: DateTime wrapper for an ISO 8601 string or time tuple or localtime
integer value to generate 'dateTime.iso8601' XML-RPC value.
xmlrpclib.ExpatParser
xmlrpclib.Marshaller: Generate an XML-RPC params chunk from a Python data structure.
xmlrpclib.ServerProxy: uri [,options] -> a logical connection to an XML-RPC server
xmlrpclib.SlowParser: Default XML parser (based on xmllib.XMLParser).
xmlrpclib.Transport: Handles an HTTP transaction to an XML-RPC server.
xmlrpclib.SafeTransport: Handles an HTTPS transaction to an XML-RPC server.
xmlrpclib.Unmarshaller: Unmarshal an XML-RPC response, based on incoming XML event messages
(start, data, end).
_client.Co2Proxy: 'wrapper' around xmlrpclib.ServerProxy.
httplib._closedsocket
xmlrpclib._Method
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Thu Oct 16 16:37:24 2003 | http://epydoc.sf.net |