class twisted.internet.interfaces.IHalfCloseableDescriptor(Interface): (source)
Known implementations: twisted.internet.iocpreactor.abstract.FileHandle, twisted.internet.stdio.StandardIO
A descriptor that can be half-closed.
Method | writeConnectionLost | Indicates write connection was lost. |
Method | readConnectionLost | Indicates read connection was lost. |