interface documentation
class IReadWriteDescriptor(IReadDescriptor, IWriteDescriptor): (source)
Known implementations: twisted.internet.abstract.FileDescriptor
An IFileDescriptor
that can both read and write.
Inherited from IReadDescriptor
:
Method | do |
Some data is available for reading on your descriptor. |
Inherited from IWriteDescriptor
(via IReadDescriptor
):
Method | do |
Some data can be written to your descriptor. |
Inherited from IFileDescriptor
(via IReadDescriptor
, IWriteDescriptor
):
Method | connection |
Called when the connection was lost. |
Method | fileno |
No summary |
Inherited from ILoggingContext
(via IReadDescriptor
, IWriteDescriptor
, IFileDescriptor
):
Method | log |
No summary |