Interface t.i.i.IUDPConnectedTransport(Interface):

Part of twisted.internet.interfaces View Source View In Hierarchy

Known implementations: twisted.internet.udp.ConnectedPort
DEPRECATED. Transport for UDP ConnectedPacketProtocols.
Method write Write packet to address we are connected to.
Method getHost Returns UNIXAddress.
def write(packet): (source)
Write packet to address we are connected to.
def getHost(): (source)
Returns UNIXAddress.
API Documentation for twisted, generated by pydoctor.