interface documentation

class IUNIXDatagramTransport(Interface): (source)

Known implementations: twisted.internet.unix.DatagramPort

View In Hierarchy

Transport for UDP PacketProtocols.

Method getHost Returns UNIXAddress.
Method write Write packet to given address.
def getHost() -> UNIXAddress: (source)

Returns UNIXAddress.

def write(packet: bytes, addr: str): (source)

Write packet to given address.