interface documentation

class twisted.internet.interfaces.IHalfCloseableDescriptor(Interface): (source)

Known implementations: 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 20.12.1 at 2021-02-28 19:53:36.