Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module stdio :: Class StandardIO |
|
Logger
--+ |FileDescriptor
--+ | StandardIO
I can connect Standard IO to a twisted.protocol.
I act as a selectable for sys.stdin, and provide a write method that writes to stdout.Method Summary | |
---|---|
Create me with a protocol. | |
The connection was lost. | |
Some data's readable from standard input. | |
Called when data is available for writing. (inherited from FileDescriptor )
| |
File Descriptor number for select(). (inherited from FileDescriptor )
| |
(inherited from Logger )
| |
Override this method to insert custom logging behavior. (inherited from Logger )
| |
Close the connection at the next available opportunity. (inherited from FileDescriptor )
| |
(inherited from FileDescriptor )
| |
Register to receive data from a producer. (inherited from FileDescriptor )
| |
(inherited from FileDescriptor )
| |
Start waiting for read availability. (inherited from FileDescriptor )
| |
Start waiting for write availability. (inherited from FileDescriptor )
| |
Stop consuming data. (inherited from FileDescriptor )
| |
(inherited from FileDescriptor )
| |
Stop waiting for read availability. (inherited from FileDescriptor )
| |
Stop waiting for write availability. (inherited from FileDescriptor )
| |
Stop consuming data from a producer, without disconnecting. (inherited from FileDescriptor )
| |
Write some data to standard output. | |
(inherited from FileDescriptor )
| |
Write as much as possible of the given data, immediately. (inherited from FileDescriptor )
|
Method Details |
---|
__init__(self,
protocol)
|
connectionLost(self, reason)The connection was lost. |
doRead(self)Some data's readable from standard input. |
write(self, data)Write some data to standard output. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:41 2003 | http://epydoc.sf.net |