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.
Variables
  __package__ = 'paramiko'