Package paramiko :: Module buffered_pipe
[show private | hide private]
[frames | no frames]

Module paramiko.buffered_pipe

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
BufferedPipe A buffer that obeys normal read (with timeout) & close semantics for a file or socket, but is fed data from another thread.

Exceptions
PipeTimeout Indicates that a timeout was reached on a read from a BufferedPipe.

Generated by Epydoc 2.1 on Wed Aug 16 14:35:05 2006 http://epydoc.sf.net