| Home | Trees | Indices | Help |
|---|
|
|
Variety of classes, mixins, and functions for servers from low-level sockets to high-level XMLRPC. These are focused on enhancing the features of the SocketServer class hierarchy.
To Do: The documentation for this file is unfortunately a bit lacking toward the end.
|
|||
|
NullXmlRpcServer XML RPC Server that handles nulls. |
|||
|
StoppableServerMixin Mix-in class for SocketServers that checks periodically checks whether we should be exiting, and/or catches errors. |
|||
|
StreamServer Base class for stoppable TCP stream servers. |
|||
|
ThreadingStreamServer Generic TCP stream server that spawns a handler thread per request. |
|||
| XmlRpcServer | |||
|
MessageHandler Handler for accepting and processing "messages." Messages are usually very short strings which require no response. |
|||
|
SocketStream Tool for reading lines from a socket. |
|||
|
StreamClientSocket Generic TCP stream client. |
|||
| StopException | |||
| EndOfStream | |||
| StoppableRequestHandler | |||
|
|||
|
|||
|
|||
|
|||
HIGHEST_PROTOCOL = 2
|
|||
__package__ =
|
|||
compatible_formats =
|
|||
format_version =
|
|||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 17 20:45:13 2010 | http://epydoc.sourceforge.net |