Package twisted :: Package internet :: Module interfaces :: Class IUNIXDatagramConnectedTransport
[frames | no frames]

Class IUNIXDatagramConnectedTransport

Interface --+
            |
           IUNIXDatagramConnectedTransport


Transport for UDP ConnectedPacketProtocols.
Method Summary
  getHost(self)
Return ('UNIX_DGRAM', address) we are listening on.
  getPeer(self)
Return ('UNIX_DGRAM', address) we are connected to.
  write(self, packet)
Write packet to address we are connected to.

Method Details

getHost(self)

Return ('UNIX_DGRAM', address) we are listening on.

getPeer(self)

Return ('UNIX_DGRAM', address) we are connected to.

write(self, packet)

Write packet to address we are connected to.

Might raise ConnectionRefusedError.

Generated by Epydoc 2.0 on Wed Feb 25 07:37:03 2004 http://epydoc.sf.net