twisted.internet.html   [plain text]


<?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>twisted.internet</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="twisted.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" align="right" width="100%">
      <table border="0" cellpadding="0" cellspacing="0">
      <tr><th class="navbar" align="center">
        <p class="nomargin">
          <a class="navbar" target="_top" href="http://twistedmatrix.com/">Twisted&nbsp;1.3.0rc1</a>
      </p></th></tr></table>
    </th>
  </tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
  <tr valign="top">
    <td width="100%">
      <font size="-1"><b class="breadcrumbs">
        <a href="twisted.html">Package&nbsp;twisted</a> ::
        Package&nbsp;internet
      </b></font></br>
    </td>
    <td><table cellpadding="0" cellspacing="0">
      <tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="twisted.internet.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
    </table></td>
</tr></table>

<!-- =========== START OF PACKAGE DESCRIPTION =========== -->
<h2 class="package">Package twisted.internet</h2>

Twisted Internet: Asynchronous I/O and Events.
<hr/>

<!-- =========== START OF SUBMODULES =========== -->
<table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="details">
  <th colspan="2">Submodules</th></tr>
  <tr><td><ul>
<li> <b><a href="twisted.internet.abstract.html"><code>abstract</code></a></b>: <i>Support for generic select()able objects.</i>
<li> <b><a href="twisted.internet.address.html"><code>address</code></a></b>: <i>Address objects for network connections.</i>
<li> <b><a href="twisted.internet.app.html"><code>app</code></a></b>: <i>This module is DEPRECATED.</i>
<li> <b><a href="twisted.internet.base.html"><code>base</code></a></b>: <i>Very basic functionality for a Reactor implementation.</i>
<li> <b><a href="twisted.internet.cfreactor.html"><code>cfreactor</code></a></b>: <i>This module provides support for Twisted to interact with 
CoreFoundation CFRunLoops.</i>
<li> <b><a href="twisted.internet.default.html"><code>default</code></a></b>: <i>Default reactor base classes, and a select() based reactor.</i>
<li> <b><a href="twisted.internet.defer.html"><code>defer</code></a></b>: <i>Support for results that aren't immediately available.</i>
<li> <b><a href="twisted.internet.error.html"><code>error</code></a></b>: <i>Exceptions and errors for use in twisted.internet modules.</i>
<li> <b><a href="twisted.internet.fdesc.html"><code>fdesc</code></a></b>: <i>Utility functions for dealing with POSIX file descriptors.</i>
<li> <b><a href="twisted.internet.gtk2reactor.html"><code>gtk2reactor</code></a></b>: <i>This module provides support for Twisted to interact with the PyGTK2 
mainloop.</i>
<li> <b><a href="twisted.internet.gtkreactor.html"><code>gtkreactor</code></a></b>: <i>This module provides support for Twisted to interact with the PyGTK 
mainloop.</i>
<li> <b><a href="twisted.internet.interfaces.html"><code>interfaces</code></a></b>: <i>Interface documentation.</i>
<li> <b><a href="twisted.internet.iocpreactor.html"><code>iocpreactor</code></a></b>
  <ul>
    <li> <b><a href="twisted.internet.iocpreactor.abstract.html"><code>abstract</code></a></b>
    <li> <b><a href="twisted.internet.iocpreactor.address.html"><code>address</code></a></b>
    <li> <b><a href="twisted.internet.iocpreactor.client.html"><code>client</code></a></b>
    <li> <b><a href="twisted.internet.iocpreactor.error.html"><code>error</code></a></b>
    <li> <b><a href="twisted.internet.iocpreactor.iocpdebug.html"><code>iocpdebug</code></a></b>
    <li> <b><a href="twisted.internet.iocpreactor.ops.html"><code>ops</code></a></b>
    <li> <b><a href="twisted.internet.iocpreactor.proactor.html"><code>proactor</code></a></b>
    <li> <b><a href="twisted.internet.iocpreactor.server.html"><code>server</code></a></b>
    <li> <b><a href="twisted.internet.iocpreactor.tcp.html"><code>tcp</code></a></b>
    <li> <b><a href="twisted.internet.iocpreactor.udp.html"><code>udp</code></a></b>
    <li> <b><a href="twisted.internet.iocpreactor.util.html"><code>util</code></a></b>
  </ul>
<li> <b><a href="twisted.internet.javareactor.html"><code>javareactor</code></a></b>: <i>A java implementation of a ``select'' loop.</i>
<li> <b><a href="twisted.internet.kqreactor.html"><code>kqreactor</code></a></b>: <i>A kqueue()/kevent() based implementation of the Twisted main loop.</i>
<li> <b><a href="twisted.internet.main.html"><code>main</code></a></b>: <i>Backwards compatability, and utility functions.</i>
<li> <b><a href="twisted.internet.pollreactor.html"><code>pollreactor</code></a></b>: <i>A poll() based implementation of the twisted main loop.</i>
<li> <b><a href="twisted.internet.process.html"><code>process</code></a></b>: <i>UNIX Process management.</i>
<li> <b><a href="twisted.internet.protocol.html"><code>protocol</code></a></b>: <i>Standard implementations of Twisted protocol-related interfaces.</i>
<li> <b><a href="twisted.internet.pyuisupport.html"><code>pyuisupport</code></a></b>: <i>This module integrates PyUI with twisted.internet's mainloop.</i>
<li> <b><a href="twisted.internet.qtreactor.html"><code>qtreactor</code></a></b>: <i>This module provides support for Twisted to interact with the PyQt 
mainloop.</i>
<li> <b><a href="twisted.internet.serialport.html"><code>serialport</code></a></b>
  <ul>
    <li> <b><a href="twisted.internet.serialport.javaserialport.html"><code>javaserialport</code></a></b>: <i>Serial Port Protocol</i>
    <li> <b><a href="twisted.internet.serialport.posixserialport.html"><code>posixserialport</code></a></b>: <i>Serial Port Protocol</i>
    <li> <b><a href="twisted.internet.serialport.serialport.html"><code>serialport</code></a></b>: <i>Serial Port Protocol</i>
    <li> <b><a href="twisted.internet.serialport.win32serialport.html"><code>win32serialport</code></a></b>: <i>Serial port support for Windows.</i>
  </ul>
<li> <b><a href="twisted.internet.ssl.html"><code>ssl</code></a></b>: <i>SSL transport.</i>
<li> <b><a href="twisted.internet.stdio.html"><code>stdio</code></a></b>: <i>Standard input/out/err support.</i>
<li> <b><a href="twisted.internet.task.html"><code>task</code></a></b>: <i>Scheduling utility methods and classes.</i>
<li> <b><a href="twisted.internet.tcp.html"><code>tcp</code></a></b>: <i>Various asynchronous TCP/IP classes.</i>
<li> <b><a href="twisted.internet.threads.html"><code>threads</code></a></b>: <i>Extended thread dispatching support.</i>
<li> <b><a href="twisted.internet.tksupport.html"><code>tksupport</code></a></b>: <i>This module integrates Tkinter with twisted.internet's mainloop.</i>
<li> <b><a href="twisted.internet.udp.html"><code>udp</code></a></b>: <i>Various asynchronous UDP classes.</i>
<li> <b><a href="twisted.internet.unix.html"><code>unix</code></a></b>: <i>Various asynchronous TCP/IP classes.</i>
<li> <b><a href="twisted.internet.utils.html"><code>utils</code></a></b>: <i>Utility methods.</i>
<li> <b><a href="twisted.internet.win32eventreactor.html"><code>win32eventreactor</code></a></b>: <i>A win32event based implementation of the Twisted main loop.</i>
<li> <b><a href="twisted.internet.wxreactor.html"><code>wxreactor</code></a></b>: <i>This module provides support for Twisted to interact with the 
wxPython.</i>
<li> <b><a href="twisted.internet.wxsupport.html"><code>wxsupport</code></a></b>: <i>Old method of wxPython support for Twisted.</i>
  </ul></td></tr>
</table><br />


<!-- =========== 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="twisted.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" align="right" width="100%">
      <table border="0" cellpadding="0" cellspacing="0">
      <tr><th class="navbar" align="center">
        <p class="nomargin">
          <a class="navbar" target="_top" href="http://twistedmatrix.com/">Twisted&nbsp;1.3.0rc1</a>
      </p></th></tr></table>
    </th>
  </tr>
</table>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
    <td align="left"><font size="-2">Generated by Epydoc 2.0 on Sat May 15 20:08:37 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>