| Home | Trees | Index | Help |
|
|---|
| Package twisted :: Package internet :: Module interfaces :: Class IReactorUNIXDatagram |
|
Interface --+
|
IReactorUNIXDatagram
| Method Summary | |
|---|---|
Connect a client protocol to a datagram UNIX socket. | |
Listen on a datagram UNIX socket. | |
| Method Details |
|---|
connectUNIXDatagram(self, address, protocol, maxPacketSize=8192, mode=438, bindAddress=None)Connect a client protocol to a datagram UNIX socket.
|
listenUNIXDatagram(self, address, protocol, maxPacketSize=8192, mode=438)Listen on a datagram UNIX socket.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Tue Dec 9 17:48:13 2003 | http://epydoc.sf.net |