Part of twisted.internet.interfaces View Source View In Hierarchy
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 | 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 |