twisted.internet.interfaces.IReadWriteDescriptor(IReadDescriptor, IWriteDescriptor)
interface documentationtwisted.internet.interfaces
View Source
(View In Hierarchy)
Known implementations: twisted.internet.abstract.FileDescriptor
An IFileDescriptor
that can both read and write.
Inherited from IReadDescriptor:
Method | doRead | Some data is available for reading on your descriptor. |
Inherited from IFileDescriptor (via IReadDescriptor):
Method | fileno | |
Method | connectionLost | Called when the connection was lost. |
Inherited from ILoggingContext (via IReadDescriptor, IFileDescriptor):
Method | logPrefix |
Inherited from IWriteDescriptor:
Method | doWrite | Some data can be written to your descriptor. |
Inherited from IFileDescriptor (via IWriteDescriptor):
Method | fileno | |
Method | connectionLost | Called when the connection was lost. |
Inherited from ILoggingContext (via IWriteDescriptor, IFileDescriptor):
Method | logPrefix |