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