| Trees | Index | Help |
|
|---|
|
spiroclient: Client side of Spiro - manages connections to Spiro server
spiroserver: Implements the server side of SPIRO
SocketServer.BaseRequestHandler:
Base class for request handler classes.
SocketServer.StreamRequestHandler:
Define self.rfile and self.wfile for stream sockets.
spiroserver.SpiroSession:
Manages a single client session, over a TCP socket connection from the
client.
SocketServer.ThreadingMixIn:
Mix-in class to handle each request in a new thread.
SocketServer.ThreadingTCPServer
spiroserver.SpiroServer:
Server side of SPIRO
code.InteractiveInterpreter:
Base class for InteractiveConsole.
spiroserver.SpiroInterpreter:
For each client connection, we maintain a private namespace within an
InteractiveInterpreter.
exceptions.Exception:
Common base class for all exceptions.
pickle.Unpickler
spiroserver.SpiroUnpickler:
A butchered unpickler which facilitates the passing of object refs
between server and client.
spiroclient.SpiroCallback:
An abstract wrapper for callback objects
spiroclient.SpiroClient:
Abstracts a connection to a spiro server
spiroclient.SpiroObject:
Manages a local ref to a remote Spiro object
spiroserver.SpiroCallbackFactory:
Creates callable proxy objects which send callback messages to the
client, and await/return the results
spiroserver.SpiroLogger:
Provides normal and exception logging routines
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sun Apr 11 13:37:10 2004 | http://epydoc.sf.net |