Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2013-07-26 13:26:52 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-07-26 13:26:52 +0400
commitaabc7eab10af55d8ea4e1b745df0c023ea2a88b2 (patch)
tree2121c1a9779ccc1c2205e36b4e7ae14e4deed941 /doc/apidocs/nbxmpp.transports_nb.NonBlockingTCP-class.html
parentdd079f270f661323d322c184136263ba685a911d (diff)
update HTML docnbxmpp-0.2
Diffstat (limited to 'doc/apidocs/nbxmpp.transports_nb.NonBlockingTCP-class.html')
-rw-r--r--doc/apidocs/nbxmpp.transports_nb.NonBlockingTCP-class.html46
1 files changed, 23 insertions, 23 deletions
diff --git a/doc/apidocs/nbxmpp.transports_nb.NonBlockingTCP-class.html b/doc/apidocs/nbxmpp.transports_nb.NonBlockingTCP-class.html
index 7e4967a..b23ce48 100644
--- a/doc/apidocs/nbxmpp.transports_nb.NonBlockingTCP-class.html
+++ b/doc/apidocs/nbxmpp.transports_nb.NonBlockingTCP-class.html
@@ -64,6 +64,25 @@
<h1 class="epydoc">Class NonBlockingTCP</h1><p class="nomargin-top"><span class="codelink"><a href="nbxmpp.transports_nb-pysrc.html#NonBlockingTCP">source&nbsp;code</a></span></p>
<center>
<center> <map id="uml_class_diagram_for_nbxmpp_t_8" name="uml_class_diagram_for_nbxmpp_t_8">
+<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#__init__" title="Each trasport class can have different constructor but it has to have at least all the arguments of NonBlockingTransport constructor" alt="" coords="17,436,603,455"/>
+<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#start_disconnect" title="nbxmpp.transports_nb.NonBlockingTCP.start_disconnect" alt="" coords="17,455,603,473"/>
+<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#connect" title="Creates and connects transport to server and port defined in conn_5tuple which should be item from list returned from getaddrinfo" alt="" coords="17,473,603,492"/>
+<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#tls_init" title="Estabilishes TLS/SSL using this TCP connection by plugging a NonBlockingTLS module" alt="" coords="17,492,603,511"/>
+<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#pollin" title="Called by idlequeu when receive on plugged socket is possible" alt="" coords="17,511,603,529"/>
+<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#pollout" title="Called by idlequeu when send to plugged socket is possible" alt="" coords="17,529,603,548"/>
+<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#pollend" title="Called by idlequeue on TCP connection errors" alt="" coords="17,548,603,567"/>
+<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#disconnect" title="nbxmpp.transports_nb.NonBlockingTCP.disconnect" alt="" coords="17,567,603,585"/>
+<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#read_timeout" title="Called when there&#39;s no response from server in defined timeout" alt="" coords="17,585,603,604"/>
+<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#set_timeout" title="nbxmpp.transports_nb.NonBlockingTCP.set_timeout" alt="" coords="17,604,603,623"/>
+<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#remove_timeout" title="nbxmpp.transports_nb.NonBlockingTCP.remove_timeout" alt="" coords="17,623,603,641"/>
+<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#send" title="Append raw_data to the queue of messages to be send. If supplied data is unicode string, encode it to utf&#45;8." alt="" coords="17,641,603,660"/>
+<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#encode_stanza" title="Encode str or unicode to utf&#45;8" alt="" coords="17,660,603,679"/>
+<area shape="rect" id="node1" href="nbxmpp.transports_nb.NonBlockingTCP-class.html" title="Non&#45;blocking TCP socket wrapper" alt="" coords="5,403,613,685"/>
+<area shape="rect" id="node5" href="nbxmpp.transports_nb.NonBlockingHTTP-class.html" title="Socket wrapper that creates HTTP message out of sent data and peels&#45;off HTTP headers from incoming messages" alt="" coords="237,705,384,743"/>
+<area shape="rect" id="node252" href="nbxmpp.plugin.PlugIn-class.html#PlugIn" title="Attach to owner and register ourself and our _exported_methods in it. If defined by a subclass, call self.plugin(owner) to execute hook code after plugging" alt="" coords="336,39,561,57"/>
+<area shape="rect" id="node252" href="nbxmpp.plugin.PlugIn-class.html#PlugOut" title="Unregister our _exported_methods from owner and detach from it. If defined by a subclass, call self.plugout() after unplugging to execute hook code" alt="" coords="336,57,561,76"/>
+<area shape="rect" id="node252" href="nbxmpp.plugin.PlugIn-class.html#get_instance" title="Factory Method for object creation" alt="" coords="336,76,561,95"/>
+<area shape="rect" id="node2" href="nbxmpp.plugin.PlugIn-class.html" title="Abstract xmpppy plugin infrastructure code, providing plugging in/out and debugging functionality" alt="" coords="324,6,572,101"/>
<area shape="rect" id="node251" href="nbxmpp.transports_nb.NonBlockingTransport-class.html#plugin" title="nbxmpp.transports_nb.NonBlockingTransport.plugin" alt="" coords="291,153,608,172"/>
<area shape="rect" id="node251" href="nbxmpp.transports_nb.NonBlockingTransport-class.html#plugout" title="nbxmpp.transports_nb.NonBlockingTransport.plugout" alt="" coords="291,172,608,191"/>
<area shape="rect" id="node251" href="nbxmpp.transports_nb.NonBlockingTransport-class.html#set_state" title="nbxmpp.transports_nb.NonBlockingTransport.set_state" alt="" coords="291,191,608,209"/>
@@ -76,29 +95,10 @@
<area shape="rect" id="node251" href="nbxmpp.transports_nb.NonBlockingTransport-class.html#get_fd" title="nbxmpp.transports_nb.NonBlockingTransport.get_fd" alt="" coords="291,321,608,340"/>
<area shape="rect" id="node251" href="nbxmpp.transports_nb.NonBlockingTransport-class.html#set_send_timeout" title="nbxmpp.transports_nb.NonBlockingTransport.set_send_timeout" alt="" coords="291,340,608,359"/>
<area shape="rect" id="node251" href="nbxmpp.transports_nb.NonBlockingTransport-class.html#set_send_timeout2" title="nbxmpp.transports_nb.NonBlockingTransport.set_send_timeout2" alt="" coords="291,359,608,377"/>
-<area shape="rect" id="node1" href="nbxmpp.transports_nb.NonBlockingTransport-class.html" title="Abstract class representing a transport" alt="" coords="279,121,620,383"/>
-<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#__init__" title="Each trasport class can have different constructor but it has to have at least all the arguments of NonBlockingTransport constructor" alt="" coords="17,436,604,455"/>
-<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#start_disconnect" title="nbxmpp.transports_nb.NonBlockingTCP.start_disconnect" alt="" coords="17,455,604,473"/>
-<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#connect" title="Creates and connects transport to server and port defined in conn_5tuple which should be item from list returned from getaddrinfo" alt="" coords="17,473,604,492"/>
-<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#tls_init" title="Estabilishes TLS/SSL using this TCP connection by plugging a NonBlockingTLS module" alt="" coords="17,492,604,511"/>
-<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#pollin" title="Called by idlequeu when receive on plugged socket is possible" alt="" coords="17,511,604,529"/>
-<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#pollout" title="Called by idlequeu when send to plugged socket is possible" alt="" coords="17,529,604,548"/>
-<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#pollend" title="Called by idlequeue on TCP connection errors" alt="" coords="17,548,604,567"/>
-<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#disconnect" title="nbxmpp.transports_nb.NonBlockingTCP.disconnect" alt="" coords="17,567,604,585"/>
-<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#read_timeout" title="Called when there&#39;s no response from server in defined timeout" alt="" coords="17,585,604,604"/>
-<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#set_timeout" title="nbxmpp.transports_nb.NonBlockingTCP.set_timeout" alt="" coords="17,604,604,623"/>
-<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#remove_timeout" title="nbxmpp.transports_nb.NonBlockingTCP.remove_timeout" alt="" coords="17,623,604,641"/>
-<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#send" title="Append raw_data to the queue of messages to be send. If supplied data is unicode string, encode it to utf&#45;8." alt="" coords="17,641,604,660"/>
-<area shape="rect" id="node250" href="nbxmpp.transports_nb.NonBlockingTCP-class.html#encode_stanza" title="Encode str or unicode to utf&#45;8" alt="" coords="17,660,604,679"/>
-<area shape="rect" id="node6" href="nbxmpp.transports_nb.NonBlockingTCP-class.html" title="Non&#45;blocking TCP socket wrapper" alt="" coords="5,403,616,685"/>
-<area shape="rect" id="node2" href="nbxmpp.transports_nb.NonBlockingHTTPBOSH-class.html" title="Class for BOSH HTTP connections. Slightly redefines HTTP transport by calling bosh bodytag generating callback before putting data on wire" alt="" coords="219,763,403,802"/>
-<area shape="rect" id="node252" href="nbxmpp.plugin.PlugIn-class.html#PlugIn" title="Attach to owner and register ourself and our _exported_methods in it. If defined by a subclass, call self.plugin(owner) to execute hook code after plugging" alt="" coords="336,39,561,57"/>
-<area shape="rect" id="node252" href="nbxmpp.plugin.PlugIn-class.html#PlugOut" title="Unregister our _exported_methods from owner and detach from it. If defined by a subclass, call self.plugout() after unplugging to execute hook code" alt="" coords="336,57,561,76"/>
-<area shape="rect" id="node252" href="nbxmpp.plugin.PlugIn-class.html#get_instance" title="Factory Method for object creation" alt="" coords="336,76,561,95"/>
-<area shape="rect" id="node3" href="nbxmpp.plugin.PlugIn-class.html" title="Abstract xmpppy plugin infrastructure code, providing plugging in/out and debugging functionality" alt="" coords="324,6,572,101"/>
-<area shape="rect" id="node4" href="nbxmpp.transports_nb.NonBlockingHTTP-class.html" title="Socket wrapper that creates HTTP message out of sent data and peels&#45;off HTTP headers from incoming messages" alt="" coords="237,705,384,743"/>
+<area shape="rect" id="node4" href="nbxmpp.transports_nb.NonBlockingTransport-class.html" title="Abstract class representing a transport" alt="" coords="279,121,620,383"/>
<area shape="rect" id="node253" href="nbxmpp.idlequeue.IdleObject-class.html#fd" title="filedescriptor, must be unique for each IdleObject" alt="" coords="107,248,237,267"/>
-<area shape="rect" id="node5" href="nbxmpp.idlequeue.IdleObject-class.html" title="Idle listener interface. Listed methods are called by IdleQueue." alt="" coords="95,223,249,281"/>
+<area shape="rect" id="node3" href="nbxmpp.idlequeue.IdleObject-class.html" title="Idle listener interface. Listed methods are called by IdleQueue." alt="" coords="95,223,249,281"/>
+<area shape="rect" id="node6" href="nbxmpp.transports_nb.NonBlockingHTTPBOSH-class.html" title="Class for BOSH HTTP connections. Slightly redefines HTTP transport by calling bosh bodytag generating callback before putting data on wire" alt="" coords="219,763,403,802"/>
</map>
<img src="uml_class_diagram_for_nbxmpp_t_8.gif" alt='' usemap="#uml_class_diagram_for_nbxmpp_t_8" ismap="ismap" class="graph-without-title" />
</center>
@@ -1039,7 +1039,7 @@ HTTP classes, in here it just calls the callback
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
- Generated by Epydoc 3.0.1 on Tue May 8 11:18:08 2012
+ Generated by Epydoc 3.0.1 on Fri Jul 26 11:25:15 2013
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"