| Home | Trees | Index | Help |
|
|---|
| Package twisted :: Package internet :: Module interfaces :: Class IUDPConnectedTransport |
|
Interface --+
|
IUDPConnectedTransport
| Method Summary | |
|---|---|
Return ('INET_UDP', interface, port) we are listening on. | |
Write packet to address we are connected to. | |
| Method Details |
|---|
getHost(self)Return ('INET_UDP', interface, port) we are listening on. |
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:47:53 2003 | http://epydoc.sf.net |