class IHalfCloseableDescriptor(Interface): (source)
Known implementations: twisted.internet._posixstdio.StandardIO
, twisted.internet.abstract.FileDescriptor
, twisted.internet.iocpreactor.abstract.FileHandle
Method | readConnectionLost |
Indicates read connection was lost. |
Method | writeConnectionLost |
Indicates write connection was lost. |