twisted.internet.udp.MulticastMixin
class documentationtwisted.internet.udp
View Source
(View In Hierarchy)
Known subclasses: twisted.internet.udp.MulticastPort
Implement multicast functionality.
Method | getOutgoingInterface | Undocumented |
Method | setOutgoingInterface | Returns Deferred of success. |
Method | getLoopbackMode | Undocumented |
Method | setLoopbackMode | Undocumented |
Method | getTTL | Undocumented |
Method | setTTL | Undocumented |
Method | joinGroup | Join a multicast group. Returns Deferred of success. |
Method | leaveGroup | Leave multicast group, return Deferred of success. |
Method | _setInterface | Undocumented |
Method | _joinAddr1 | Undocumented |
Method | _joinAddr2 | Undocumented |
Join a multicast group. Returns Deferred of success.
Leave multicast group, return Deferred of success.