Files
i2p.android.base/apps/sam/python/doc/epydoc/html/private/trees.html
2004-08-02 14:00:56 +00:00

245 lines
14 KiB
HTML

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Module and Class Hierarchies</title>
<link rel="stylesheet" href="epydoc.css" type="text/css"></link>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
<tr valign="center">
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="i2p-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
<th bgcolor="#70b0f0" class="navselect">&nbsp;&nbsp;&nbsp;Trees&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar" width="100%"></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
</td>
<td><table cellpadding="0" cellspacing="0">
<tr><td align="right"><font size="-2">[show&nbsp;private&nbsp;|&nbsp;<a href="../public/trees.html">hide&nbsp;private</a>]</font></td></tr>
<tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="trees.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
</table></td>
</tr></table>
<!-- =========== START OF MODULE HIERARCHY =========== -->
<h2>Module Hierarchy</h2>
<ul>
<li> <b><a href="i2p-module.html"><code>i2p</code></a></b>: <i>i2p -- I2P Python interface</i>
<ul>
<li> <b><a href="i2p.BaseHTTPServer-module.html"><code>BaseHTTPServer</code></a></b>: <i>Emulation of Python BaseHTTPServer module using I2P sockets.</i>
<li> <b><a href="i2p.CGIHTTPServer-module.html"><code>CGIHTTPServer</code></a></b>: <i>Emulation of Python CGIHTTPServer module using I2P sockets.</i>
<li> <b><a href="i2p.eep-module.html"><code>eep</code></a></b>: <i>Eeproxy access module</i>
<li> <b><a href="i2p.router-module.html"><code>router</code></a></b>: <i>Router control module</i>
<li> <b><a href="i2p.select-module.html"><code>select</code></a></b>: <i>I2P Python API - Emulation of Python select module.</i>
<li> <b><a href="i2p.SimpleHTTPServer-module.html"><code>SimpleHTTPServer</code></a></b>: <i>Emulation of Python SimpleHTTPServer module using I2P sockets.</i>
<li> <b><a href="i2p.socket-module.html"><code>socket</code></a></b>: <i>Emulation of Python socket module using SAM.</i>
<li> <b><a href="i2p.SocketServer-module.html"><code>SocketServer</code></a></b>: <i>Emulation of Python SocketServer module using I2P sockets.</i>
<li> <b><a href="i2p.tunnel-module.html"><code>tunnel</code></a></b>: <i>Exchange data between I2P and regular TCP sockets.</i>
<li> <b><a href="..\private\i2p.pylib-module.html"><code>pylib</code></a></b>
<li> <b><a href="..\private\i2p.samclasses-module.html"><code>samclasses</code></a></b>: <i>Lower-level SAM API, interfaces with SAM Bridge.</i>
</ul>
</ul>
<!-- =========== START OF CLASS HIERARCHY =========== -->
<h2>Class Hierarchy</h2>
<ul>
<li> <b><a href="SocketServer.BaseRequestHandler-class.html"><code>SocketServer.BaseRequestHandler</code></a></b>: <i>
Base class for request handler classes.</i>
<ul>
<li> <b><a href="i2p.SocketServer.BaseRequestHandler-class.html"><code>i2p.SocketServer.BaseRequestHandler</code></a></b>
<li> <b><a href="SocketServer.DatagramRequestHandler-class.html"><code>SocketServer.DatagramRequestHandler</code></a></b>: <i>
Define self.rfile and self.wfile for datagram sockets.</i>
<ul>
<li> <b><a href="i2p.SocketServer.DatagramRequestHandler-class.html"><code>i2p.SocketServer.DatagramRequestHandler</code></a></b>
</ul>
<li> <b><a href="SocketServer.StreamRequestHandler-class.html"><code>SocketServer.StreamRequestHandler</code></a></b>: <i>
Define self.rfile and self.wfile for stream sockets.</i>
<ul>
<li> <b><a href="BaseHTTPServer.BaseHTTPRequestHandler-class.html"><code>BaseHTTPServer.BaseHTTPRequestHandler</code></a></b>: <i>
HTTP request handler base class.</i>
<ul>
<li> <b><a href="i2p.BaseHTTPServer.BaseHTTPRequestHandler-class.html"><code>i2p.BaseHTTPServer.BaseHTTPRequestHandler</code></a></b>: <i>
Same interface as Python class
BaseHTTPServer.BaseHTTPRequestHandler.</i>
<li> <b><a href="SimpleHTTPServer.SimpleHTTPRequestHandler-class.html"><code>SimpleHTTPServer.SimpleHTTPRequestHandler</code></a></b>: <i>
Simple HTTP request handler with GET and HEAD commands.</i>
<ul>
<li> <b><a href="CGIHTTPServer.CGIHTTPRequestHandler-class.html"><code>CGIHTTPServer.CGIHTTPRequestHandler</code></a></b>: <i>
Complete HTTP server with GET, HEAD and POST commands.</i>
<ul>
<li> <b><a href="i2p.CGIHTTPServer.CGIHTTPRequestHandler-class.html"><code>i2p.CGIHTTPServer.CGIHTTPRequestHandler</code></a></b>: <i>
Same interface as Python class
CGIHTTPServer.CGIHTTPRequestHandler.</i>
</ul>
<li> <b><a href="i2p.SimpleHTTPServer.SimpleHTTPRequestHandler-class.html"><code>i2p.SimpleHTTPServer.SimpleHTTPRequestHandler</code></a></b>: <i>
Same interface as Python class
SimpleHTTPServer.SimpleHTTPRequestHandler.</i>
</ul>
</ul>
<li> <b><a href="i2p.SocketServer.StreamRequestHandler-class.html"><code>i2p.SocketServer.StreamRequestHandler</code></a></b>
<ul>
<li> <b><a href="i2p.BaseHTTPServer.BaseHTTPRequestHandler-class.html"><code>i2p.BaseHTTPServer.BaseHTTPRequestHandler</code></a></b>: <i>
Same interface as Python class
BaseHTTPServer.BaseHTTPRequestHandler.</i>
</ul>
</ul>
</ul>
<li> <b><a href="..\private\SocketServer.BaseServer-class.html"><code>SocketServer.BaseServer</code></a></b>: <i>
Base class for server classes.</i>
<ul>
<li> <b><a href="i2p.SocketServer.BaseServer-class.html"><code>i2p.SocketServer.BaseServer</code></a></b>
<ul>
<li> <b><a href="i2p.SocketServer.TCPServer-class.html"><code>i2p.SocketServer.TCPServer</code></a></b>
<ul>
<li> <b><a href="i2p.SocketServer.ForkingTCPServer-class.html"><code>i2p.SocketServer.ForkingTCPServer</code></a></b>
<li> <b><a href="i2p.BaseHTTPServer.HTTPServer-class.html"><code>i2p.BaseHTTPServer.HTTPServer</code></a></b>: <i>
Same interface as Python class BaseHTTPServer.HTTPServer.</i>
<li> <b><a href="i2p.SocketServer.ThreadingTCPServer-class.html"><code>i2p.SocketServer.ThreadingTCPServer</code></a></b>
<li> <b><a href="i2p.SocketServer.UDPServer-class.html"><code>i2p.SocketServer.UDPServer</code></a></b>
<ul>
<li> <b><a href="i2p.SocketServer.ForkingUDPServer-class.html"><code>i2p.SocketServer.ForkingUDPServer</code></a></b>
<li> <b><a href="i2p.SocketServer.ThreadingUDPServer-class.html"><code>i2p.SocketServer.ThreadingUDPServer</code></a></b>
</ul>
</ul>
</ul>
<li> <b><a href="SocketServer.TCPServer-class.html"><code>SocketServer.TCPServer</code></a></b>: <i>
Base class for various socket-based server classes.</i>
<ul>
<li> <b><a href="BaseHTTPServer.HTTPServer-class.html"><code>BaseHTTPServer.HTTPServer</code></a></b>
<ul>
<li> <b><a href="i2p.BaseHTTPServer.HTTPServer-class.html"><code>i2p.BaseHTTPServer.HTTPServer</code></a></b>: <i>
Same interface as Python class BaseHTTPServer.HTTPServer.</i>
</ul>
<li> <b><a href="i2p.SocketServer.TCPServer-class.html"><code>i2p.SocketServer.TCPServer</code></a></b>
<ul>
<li> <b><a href="i2p.SocketServer.ForkingTCPServer-class.html"><code>i2p.SocketServer.ForkingTCPServer</code></a></b>
<li> <b><a href="i2p.BaseHTTPServer.HTTPServer-class.html"><code>i2p.BaseHTTPServer.HTTPServer</code></a></b>: <i>
Same interface as Python class BaseHTTPServer.HTTPServer.</i>
<li> <b><a href="i2p.SocketServer.ThreadingTCPServer-class.html"><code>i2p.SocketServer.ThreadingTCPServer</code></a></b>
<li> <b><a href="i2p.SocketServer.UDPServer-class.html"><code>i2p.SocketServer.UDPServer</code></a></b>
<ul>
<li> <b><a href="i2p.SocketServer.ForkingUDPServer-class.html"><code>i2p.SocketServer.ForkingUDPServer</code></a></b>
<li> <b><a href="i2p.SocketServer.ThreadingUDPServer-class.html"><code>i2p.SocketServer.ThreadingUDPServer</code></a></b>
</ul>
</ul>
<li> <b><a href="SocketServer.UDPServer-class.html"><code>SocketServer.UDPServer</code></a></b>: <i>
UDP server class.</i>
<ul>
<li> <b><a href="i2p.SocketServer.UDPServer-class.html"><code>i2p.SocketServer.UDPServer</code></a></b>
<ul>
<li> <b><a href="i2p.SocketServer.ForkingUDPServer-class.html"><code>i2p.SocketServer.ForkingUDPServer</code></a></b>
<li> <b><a href="i2p.SocketServer.ThreadingUDPServer-class.html"><code>i2p.SocketServer.ThreadingUDPServer</code></a></b>
</ul>
</ul>
</ul>
</ul>
<li> <b><a href="SocketServer.ForkingMixIn-class.html"><code>SocketServer.ForkingMixIn</code></a></b>: <i>
Mix-in class to handle each request in a new process.</i>
<ul>
<li> <b><a href="i2p.SocketServer.ForkingMixIn-class.html"><code>i2p.SocketServer.ForkingMixIn</code></a></b>
<ul>
<li> <b><a href="i2p.SocketServer.ForkingTCPServer-class.html"><code>i2p.SocketServer.ForkingTCPServer</code></a></b>
<li> <b><a href="i2p.SocketServer.ForkingUDPServer-class.html"><code>i2p.SocketServer.ForkingUDPServer</code></a></b>
</ul>
</ul>
<li> <b><a href="SocketServer.ThreadingMixIn-class.html"><code>SocketServer.ThreadingMixIn</code></a></b>: <i>
Mix-in class to handle each request in a new thread.</i>
<ul>
<li> <b><a href="i2p.SocketServer.ThreadingMixIn-class.html"><code>i2p.SocketServer.ThreadingMixIn</code></a></b>
<ul>
<li> <b><a href="i2p.SocketServer.ThreadingTCPServer-class.html"><code>i2p.SocketServer.ThreadingTCPServer</code></a></b>
<li> <b><a href="i2p.SocketServer.ThreadingUDPServer-class.html"><code>i2p.SocketServer.ThreadingUDPServer</code></a></b>
</ul>
</ul>
<li> <b><a href="exceptions.Exception-class.html"><code>exceptions.Exception</code></a></b>: <i>
Common base class for all exceptions.</i>
<ul>
<li> <b><a href="..\private\i2p.Error-class.html"><code>i2p.Error</code></a></b>: <i>
Base class for all I2P errors.</i>
<ul>
<li> <b><a href="i2p.socket.Error-class.html"><code>i2p.socket.Error</code></a></b>: <i>
Base class for all SAM errors.</i>
<ul>
<li> <b><a href="i2p.socket.BlockError-class.html"><code>i2p.socket.BlockError</code></a></b>: <i>
Socket call would have blocked.</i>
<li> <b><a href="i2p.socket.ClosedError-class.html"><code>i2p.socket.ClosedError</code></a></b>: <i>
A command was used on a socket that closed gracefully.</i>
<li> <b><a href="i2p.socket.NetworkError-class.html"><code>i2p.socket.NetworkError</code></a></b>: <i>
Network error occurred within I2P.</i>
<li> <b><a href="i2p.socket.Timeout-class.html"><code>i2p.socket.Timeout</code></a></b>: <i>
Time out occurred for a socket which had timeouts enabled via a prior
call to settimeout().</i>
</ul>
<li> <b><a href="..\private\i2p.RouterError-class.html"><code>i2p.RouterError</code></a></b>: <i>
Could not connect to router.</i>
</ul>
</ul>
<li> <b><a href="..\private\i2p.samclasses.BaseSession-class.html"><code>i2p.samclasses.BaseSession</code></a></b>: <i>
Base session, from which StreamSession, DatagramSession, and
RawSession are derived.</i>
<ul>
<li> <b><a href="..\private\i2p.samclasses.DatagramSession-class.html"><code>i2p.samclasses.DatagramSession</code></a></b>: <i>
Datagram session.</i>
<li> <b><a href="..\private\i2p.samclasses.RawSession-class.html"><code>i2p.samclasses.RawSession</code></a></b>: <i>
Raw session.</i>
<li> <b><a href="..\private\i2p.samclasses.StreamSession-class.html"><code>i2p.samclasses.StreamSession</code></a></b>: <i>
Stream session.</i>
</ul>
<li> <b><a href="..\private\i2p.samclasses.Deque-class.html"><code>i2p.samclasses.Deque</code></a></b>: <i>
A double-ended queue.</i>
<ul>
<li> <b><a href="..\private\i2p.samclasses.StringBuffer-class.html"><code>i2p.samclasses.StringBuffer</code></a></b>: <i>
A FIFO for characters.</i>
</ul>
<li> <b><a href="..\private\i2p.samclasses.SAMTerminal-class.html"><code>i2p.samclasses.SAMTerminal</code></a></b>: <i>
Message-by-message communication with SAM through a single
pysocket.</i>
<li> <b><a href="..\private\i2p.samclasses.Stream-class.html"><code>i2p.samclasses.Stream</code></a></b>: <i>
Receives and sends data for an individual stream.</i>
<li> <b><a href="i2p.select.Poll-class.html"><code>i2p.select.Poll</code></a></b>: <i>
Class implementing poll interface.</i>
<li> <b><a href="i2p.socket.Socket-class.html"><code>i2p.socket.Socket</code></a></b>: <i>
A socket object.</i>
<li> <b><a href="i2p.tunnel.Tunnel-class.html"><code>i2p.tunnel.Tunnel</code></a></b>
<ul>
<li> <b><a href="i2p.tunnel.TunnelClient-class.html"><code>i2p.tunnel.TunnelClient</code></a></b>
<li> <b><a href="i2p.tunnel.TunnelServer-class.html"><code>i2p.tunnel.TunnelServer</code></a></b>
</ul>
<li> <b><a href="rfc822.Message-class.html"><code>rfc822.Message</code></a></b>: <i>
Represents a single RFC 2822-compliant message.</i>
<ul>
<li> <b><a href="mimetools.Message-class.html"><code>mimetools.Message</code></a></b>: <i>
A derived class of rfc822.Message that knows about MIME headers and
contains some hooks for decoding encoded and multipart messages.</i>
</ul>
</ul>
<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
<tr valign="center">
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="i2p-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar" width="100%"></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left"><font size="-2">Generated by Epydoc 2.1 on Mon Aug 02 01:07:41 2004</font></td>
<td align="right"><a href="http://epydoc.sourceforge.net"
><font size="-2">http://epydoc.sf.net</font></a></td>
</tr>
</table>
</body>
</html>