| Home | Trees | Index | Help |
|---|
| Package twisted :: Package internet :: Module udp :: Class MulticastMixin |
|
ConnectedMulticastPort,
MulticastPortImplement multicast functionality.
Initial implementation, probably needs some changes for Windows support.| Method Summary | |
|---|---|
getLoopbackMode(self)
| |
getOutgoingInterface(self)
| |
getTTL(self)
| |
Join a multicast group. | |
Leave multicast group, return Deferred of success. | |
setLoopbackMode(self,
mode)
| |
Returns Deferred of success. | |
setTTL(self,
ttl)
| |
_joinAddr1(self,
addr,
interface,
join)
| |
_joinAddr2(self,
interface,
addr,
join)
| |
_setInterface(self,
addr)
| |
| Method Details |
|---|
joinGroup(self, addr, interface='')Join a multicast group. Returns Deferred of success. |
leaveGroup(self, addr, interface='')Leave multicast group, return Deferred of success. |
setOutgoingInterface(self, addr)Returns Deferred of success. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:48:15 2003 | http://epydoc.sf.net |