From ed280d5ac360e2af796e9bd973d7b4df89f0c449 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Fri, 27 Nov 2009 16:20:12 -0500 Subject: Imported Upstream version 1.7.4 --- docs/paramiko.buffered_pipe-module.html | 136 ++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 docs/paramiko.buffered_pipe-module.html (limited to 'docs/paramiko.buffered_pipe-module.html') diff --git a/docs/paramiko.buffered_pipe-module.html b/docs/paramiko.buffered_pipe-module.html new file mode 100644 index 0000000..b427eaa --- /dev/null +++ b/docs/paramiko.buffered_pipe-module.html @@ -0,0 +1,136 @@ + + + + + paramiko.buffered_pipe + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package paramiko :: + Module buffered_pipe + + + + + +
[frames] | no frames]
+
+ +

Module buffered_pipe

source code

+

Attempt to generalize the "feeder" part of a Channel: an + object which can be read from and closed, but is reading from a buffer + fed by another thread. The read operations are blocking and can have a + timeout set.

+ + + + + + + + + + + + + +
+ Classes
+   + + PipeTimeout
+ Indicates that a timeout was reached on a read from a BufferedPipe. +
+   + + BufferedPipe
+ A buffer that obeys normal read (with timeout) & close + semantics for a file or socket, but is fed data from another + thread. +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3