Home | Trees | Index | Help |
|
---|
Package twisted :: Package internet :: Module interfaces :: Class IUNIXDatagramConnectedTransport |
|
Interface
--+
|
IUNIXDatagramConnectedTransport
Method Summary | |
---|---|
Return ('UNIX_DGRAM', address) we are listening on. | |
Return ('UNIX_DGRAM', address) we are connected to. | |
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 error.ConnectionRefusedError. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Tue Dec 9 17:48:25 2003 | http://epydoc.sf.net |