| Home | Trees | Index | Help |
|
|---|
| Package twisted :: Package internet :: Module interfaces :: Class IReactorMulticast |
|
Interface --+
|
IReactorMulticast
UDP socket methods that support multicast.
IMPORTANT: This is an experimental new interface. It may change without backwards compatability. Suggestions are welcome.| Method Summary | |
|---|---|
Connects a ConnectedDatagramProtocol instance to a UDP
port. | |
Connects a given DatagramProtocol to the given numeric UDP
port. | |
| Method Details |
|---|
connectMulticast(self, remotehost, remoteport, protocol, localport=0, interface='', maxPacketSize=8192)Connects aConnectedDatagramProtocol instance to a
UDP port.
|
listenMulticast(self, port, protocol, interface='', maxPacketSize=8192)Connects a givenDatagramProtocol to the given numeric UDP
port.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Wed Feb 25 07:37:33 2004 | http://epydoc.sf.net |