50 lines
1.4 KiB
HTML
50 lines
1.4 KiB
HTML
<!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> |