interface documentation

class IUNIXDatagramConnectedTransport(Interface):

View In Hierarchy

Transport for UDP ConnectedPacketProtocols.

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

Returns UNIXAddress.

def getPeer() -> UNIXAddress:

Returns UNIXAddress.

def write(packet: bytes):

Write packet to address we are connected to.