Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 4fccfe23f6486142b4197d1daac0cf21 > files > 148

Falcon-doc-0.9.6.6-2.fc15.noarch.rpm

<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Falcon Feathers - The Standard Modules Reference.</title>
   <link href="faldoc.css" rel="stylesheet" type="text/css"/>
   <link href="tabs.css" rel="stylesheet" type="text/css"/>
</head>
<body class="faldoc_body">
<div class="navitop">
   <div class="tabs">
      <ul>
         <li><a href="./index.html"><span>Main</span></a></li>
         <li><a href="./modules.html"><span>Modules</span></a></li>
         <li><a href="./pages.html"><span>Related pages</span></a></li>
         <li><a href="./groups.html"><span>Groups</span></a></li>
         <li><a href="./classes.html"><span>Classes</span></a></li>
         <li><a href="./objects.html"><span>Objects</span></a></li>
         <li><a href="./functions.html"><span>All functions</span></a></li>
         <li><a href="./enum.html"><span>Enumerations</span></a></li>
         
      </ul>
   </div>
</div>
<hr/>

<h1 class="faldoc_title">Module Socket </h1>
<p class="faldoc_brief">Low level TCP/IP networking support. </p>

   <p class="faldoc_text"><p class="faldoc_text">The socket module provides a low level access to network (TCP/IP) socket wise functions. UDP and TCP protocol are supported, and the module provides also name resolution facilities, both performed automatically when calling connect and bind methods, or manually by calling an appropriate name or address resolution routine. </p>
<p class="faldoc_text">The module supports both IPv4 and IPv6 networking; generally, IPv6 is chosen transparently when an IPv6 address is provided or retrieved by the name resolution system, if the host system supports it. </p>
<p class="faldoc_text"> The Socket module defines a <a href="./class_NetError.html">NetError</a> class that is raised on network errors. The class is derived from core IoError and doesn't add any method or property. </p>
<p class="faldoc_note"><span class="faldoc_notetype">Note:</span> The module can be loaded using the command </p>
<pre class="faldoc_code">
 load socket
</pre>
</p>
   





   <h2 class="faldoc_title">Classes</h2>
   
   <table class="faldoc_list">
   
   <tr><td class="faldoc_funcname"><a href="./class_NetError.html">NetError</a></td><td class="faldoc_funcbrief">Error generated by network related system failures. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./class_Socket.html">Socket</a></td><td class="faldoc_funcbrief">TCP/IP networking base class. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./class_TCPServer.html">TCPServer</a></td><td class="faldoc_funcbrief">Encapsulates a TCP network service provider. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./class_TCPSocket.html">TCPSocket</a></td><td class="faldoc_funcbrief">Provides full TCP connectivity. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./class_UDPSocket.html">UDPSocket</a></td><td class="faldoc_funcbrief">UDP (datagram) manager. </td></tr>
   
   </table>

   <h2 class="faldoc_title">Enumerations</h2>
   
   <table class="faldoc_list">
   
   <tr><td class="faldoc_funcname"><a href="./enum_NetErrorCode.html">NetErrorCode</a></td><td class="faldoc_funcbrief">Network failure error categories. </td></tr>
   
   </table>

   <h2 class="faldoc_title">All functions</h2>
   
   <table class="faldoc_list">
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#getHostName">getHostName</a></td><td class="faldoc_funcbrief">Retreives the host name of the local machine. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#resolveAddress">resolveAddress</a></td><td class="faldoc_funcbrief">Resolve a network address in a list of numeric IP fields. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#socketErrorDesc">socketErrorDesc</a></td><td class="faldoc_funcbrief">Describe the meaning of a networking related system error code. </td></tr>
   
   </table>

<hr/>
<div class="navibottom">
   <center>
      <a href="./index.html">Main</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./modules.html">Modules</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./pages.html">Related pages</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./groups.html">Groups</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./classes.html">Classes</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./objects.html">Objects</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./functions.html">All functions</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./enum.html">Enumerations</a>
   </center>
</div>
</div>
<div class="faldoc_signature">Made with <a href="http://www.falconpl.org">faldoc 2.2.0</div>
</body>
</html>