interface documentation

class IHalfCloseableDescriptor(Interface): (source)

Known implementations: twisted.internet._posixstdio.StandardIO, twisted.internet.abstract.FileDescriptor, twisted.internet.iocpreactor.abstract.FileHandle

View In Hierarchy

A descriptor that can be half-closed.
Method read​Connection​Lost Indicates read connection was lost.
Method write​Connection​Lost Indicates write connection was lost.
def readConnectionLost(reason): (source)
Indicates read connection was lost.
Parameters
reason:FailureUndocumented
def writeConnectionLost(reason): (source)
Indicates write connection was lost.
Parameters
reason:FailureUndocumented