Home | Trees | Index | Help |
---|
|
i2p
: i2p -- I2P Python interface
BaseHTTPServer
: Emulation of Python BaseHTTPServer module using I2P sockets.
CGIHTTPServer
: Emulation of Python CGIHTTPServer module using I2P sockets.
eep
: Eeproxy access module
router
: Router control module
select
: I2P Python API - Emulation of Python select module.
SimpleHTTPServer
: Emulation of Python SimpleHTTPServer module using I2P sockets.
socket
: Emulation of Python socket module using SAM.
SocketServer
: Emulation of Python SocketServer module using I2P sockets.
tunnel
: Exchange data between I2P and regular TCP sockets.
pylib
samclasses
: Lower-level SAM API, interfaces with SAM Bridge.
SocketServer.BaseRequestHandler
:
Base class for request handler classes.
i2p.SocketServer.BaseRequestHandler
SocketServer.DatagramRequestHandler
:
Define self.rfile and self.wfile for datagram sockets.
SocketServer.StreamRequestHandler
:
Define self.rfile and self.wfile for stream sockets.
BaseHTTPServer.BaseHTTPRequestHandler
:
HTTP request handler base class.
i2p.BaseHTTPServer.BaseHTTPRequestHandler
:
Same interface as Python class
BaseHTTPServer.BaseHTTPRequestHandler.
SimpleHTTPServer.SimpleHTTPRequestHandler
:
Simple HTTP request handler with GET and HEAD commands.
CGIHTTPServer.CGIHTTPRequestHandler
:
Complete HTTP server with GET, HEAD and POST commands.
i2p.CGIHTTPServer.CGIHTTPRequestHandler
:
Same interface as Python class
CGIHTTPServer.CGIHTTPRequestHandler.
i2p.SimpleHTTPServer.SimpleHTTPRequestHandler
:
Same interface as Python class
SimpleHTTPServer.SimpleHTTPRequestHandler.
i2p.SocketServer.StreamRequestHandler
i2p.BaseHTTPServer.BaseHTTPRequestHandler
:
Same interface as Python class
BaseHTTPServer.BaseHTTPRequestHandler.
SocketServer.BaseServer
:
Base class for server classes.
i2p.SocketServer.BaseServer
i2p.SocketServer.TCPServer
i2p.SocketServer.ForkingTCPServer
i2p.BaseHTTPServer.HTTPServer
:
Same interface as Python class BaseHTTPServer.HTTPServer.
i2p.SocketServer.ThreadingTCPServer
i2p.SocketServer.UDPServer
SocketServer.TCPServer
:
Base class for various socket-based server classes.
BaseHTTPServer.HTTPServer
i2p.BaseHTTPServer.HTTPServer
:
Same interface as Python class BaseHTTPServer.HTTPServer.
i2p.SocketServer.TCPServer
i2p.SocketServer.ForkingTCPServer
i2p.BaseHTTPServer.HTTPServer
:
Same interface as Python class BaseHTTPServer.HTTPServer.
i2p.SocketServer.ThreadingTCPServer
i2p.SocketServer.UDPServer
SocketServer.UDPServer
:
UDP server class.
SocketServer.ForkingMixIn
:
Mix-in class to handle each request in a new process.
SocketServer.ThreadingMixIn
:
Mix-in class to handle each request in a new thread.
exceptions.Exception
:
Common base class for all exceptions.
i2p.Error
:
Base class for all I2P errors.
i2p.socket.Error
:
Base class for all SAM errors.
i2p.socket.BlockError
:
Socket call would have blocked.
i2p.socket.ClosedError
:
A command was used on a socket that closed gracefully.
i2p.socket.NetworkError
:
Network error occurred within I2P.
i2p.socket.Timeout
:
Time out occurred for a socket which had timeouts enabled via a prior
call to settimeout().
i2p.RouterError
:
Could not connect to router.
i2p.samclasses.BaseSession
:
Base session, from which StreamSession, DatagramSession, and
RawSession are derived.
i2p.samclasses.DatagramSession
:
Datagram session.
i2p.samclasses.RawSession
:
Raw session.
i2p.samclasses.StreamSession
:
Stream session.
i2p.samclasses.Deque
:
A double-ended queue.
i2p.samclasses.StringBuffer
:
A FIFO for characters.
i2p.samclasses.SAMTerminal
:
Message-by-message communication with SAM through a single
pysocket.
i2p.samclasses.Stream
:
Receives and sends data for an individual stream.
i2p.select.Poll
:
Class implementing poll interface.
i2p.socket.Socket
:
A socket object.
i2p.tunnel.Tunnel
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.
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Aug 02 01:07:41 2004 | http://epydoc.sf.net |