twisted.internet.interfaces.IReadDescriptor(IFileDescriptor) interface documentationtwisted.internet.interfaces
(View In Hierarchy)
Known subclasses: twisted.internet.interfaces.IReadWriteDescriptor
Known implementations: twisted.internet.test.test_fdset.RemovingDescriptor
An IFileDescriptor
that can read.
This interface is generally used in conjunction with IReactorFDSet.
| Method | doRead | Some data is available for reading on your descriptor. | 
Inherited from IFileDescriptor:
| Method | fileno | |
| Method | connectionLost | Called when the connection was lost. | 
Inherited from ILoggingContext (via IFileDescriptor):
| Method | logPrefix |