interface documentation

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

View In Hierarchy

Transport for UDP ConnectedPacketProtocols.

Method write Write packet to address we are connected to.
Method getHost Returns UNIXAddress.
Method getPeer Returns UNIXAddress.
def write(packet): (source)

Write packet to address we are connected to.

ParameterspacketUndocumented (type: bytes)
def getHost(): (source)

Returns UNIXAddress.

ReturnsUndocumented (type: UNIXAddress)
def getPeer(): (source)

Returns UNIXAddress.

ReturnsUndocumented (type: UNIXAddress)
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.