class twisted.internet.interfaces.IWriteDescriptor(IFileDescriptor): (source)
Known subclasses: twisted.internet.interfaces.IReadWriteDescriptor
An IFileDescriptor
that can write.
This interface is generally used in conjunction with IReactorFDSet
.
Method | doWrite | Some data can be written to your descriptor. |
Inherited from IFileDescriptor:
Method | fileno | No summary |
Method | connectionLost | Called when the connection was lost. |
Inherited from ILoggingContext (via IFileDescriptor):
Method | logPrefix |