interface documentation

class IHalfCloseableDescriptor(Interface): (source)

View In Hierarchy

A descriptor that can be half-closed.

Method readConnectionLost Indicates read connection was lost.
Method writeConnectionLost 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