Known subclasses: twisted.internet.iocpreactor.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
def getOutgoingInterface(self):
Undocumented
def setOutgoingInterface(self, addr):

Returns Deferred of success.

def _setInterface(self, addr):
Undocumented
def getLoopbackMode(self):
Undocumented
def setLoopbackMode(self, mode):
Undocumented
def getTTL(self):
Undocumented
def setTTL(self, ttl):
Undocumented
def joinGroup(self, addr, interface=''):

Join a multicast group. Returns Deferred of success.

def _joinAddr1(self, addr, interface, join):
Undocumented
def _joinAddr2(self, interface, addr, join):
Undocumented
def leaveGroup(self, addr, interface=''):

Leave multicast group, return Deferred of success.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.