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