interface documentation

class IHalfCloseableDescriptor(Interface): (source)

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

View In Hierarchy

A descriptor that can be half-closed.

Method writeConnectionLost Indicates write connection was lost.
Method readConnectionLost Indicates read connection was lost.
def writeConnectionLost(reason): (source)

Indicates write connection was lost.

ParametersreasonUndocumented (type: Failure)
def readConnectionLost(reason): (source)

Indicates read connection was lost.

ParametersreasonUndocumented (type: Failure)
API Documentation for Twisted, generated by pydoctor 21.2.2 at 2021-07-28 08:52:54.