class IReadWriteDescriptor(IReadDescriptor, IWriteDescriptor): (source)
Known implementations: twisted.internet.abstract.FileDescriptor
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 | connectionLost |
Called when the connection was lost. |
Method | fileno |
No summary |
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 | connectionLost |
Called when the connection was lost. |
Method | fileno |
No summary |
Inherited from ILoggingContext
(via IWriteDescriptor
, IFileDescriptor
):
Method | logPrefix |