Updated Python-I2P library 0.91 by sunshine
This commit is contained in:
50
apps/sam/python/doc/guide/i2p.SocketServer.html
Normal file
50
apps/sam/python/doc/guide/i2p.SocketServer.html
Normal file
@ -0,0 +1,50 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html lang="en"><head><title>User's Guide:i2p.SocketServer - Wikipedia</title>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
||||
<meta name="robots" content="index,follow">
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<style type='text/css'><!--
|
||||
/*/*/
|
||||
a.new, #quickbar a.new { color: #CC2200; }
|
||||
#quickbar { position: absolute; top: 4px; left: 4px; border-right: 1px solid gray; }
|
||||
#article { margin-left: 152px; margin-right: 4px; }
|
||||
/* */
|
||||
//--></style>
|
||||
</head>
|
||||
|
||||
<body bgcolor='#FFFFFF' onload=''>
|
||||
<h1 class='pagetitle'>User's Guide:i2p.SocketServer</h1><p class='subtitle'>From Python-I2P.
|
||||
|
||||
|
||||
<div class='bodytext'>
|
||||
Emulates Python SocketServer module using I2P sockets.
|
||||
|
||||
|
||||
<p>
|
||||
The Python module is described at <a href="http://www.python.org/doc/current/lib/module-SocketServer.html" class='printable' title="http://www.python.org/doc/current/lib/module-SocketServer.html">http://www.python.org/doc/current/lib/module-SocketServer.html</a>
|
||||
|
||||
<p>
|
||||
|
||||
<h2><a name="Classes"> Classes </a></h2>
|
||||
|
||||
<p>
|
||||
<ul ><pre>
|
||||
BaseRequestHandler
|
||||
BaseServer
|
||||
DatagramRequestHandler
|
||||
ForkingMixIn
|
||||
ForkingTCPServer
|
||||
ForkingUDPServer
|
||||
StreamRequestHandler
|
||||
TCPServer
|
||||
ThreadingMixIn
|
||||
ThreadingTCPServer
|
||||
ThreadingUDPServer
|
||||
UDPServer
|
||||
</pre>
|
||||
</ul >
|
||||
|
||||
<p>
|
||||
</div>
|
||||
</body></html>
|
Reference in New Issue
Block a user