interface documentation

class IReactorMulticast(Interface): (source)

Known implementations: twisted.internet.iocpreactor.reactor.IOCPReactor, twisted.internet.posixbase.PosixReactorBase

View In Hierarchy

UDP socket methods that support multicast.

IMPORTANT: This is an experimental new interface. It may change without backwards compatibility. Suggestions are welcome.

Method listenMulticast Connects a given DatagramProtocol to the given numeric UDP port.
def listenMulticast(port, protocol, interface, maxPacketSize, listenMultiple): (source)

Connects a given DatagramProtocol to the given numeric UDP port.

ParametersportUndocumented (type: int)
protocolUndocumented (type: DatagramProtocol)
interfaceUndocumented (type: str)
maxPacketSizeUndocumented (type: int)
listenMultipleIf set to True, allows multiple sockets to bind to the same address and port number at the same time. (type: bool)
ReturnsAn object which provides IListeningPort. (type: IListeningPort)
See Alsotwisted.internet.interfaces.IMulticastTransport
http://twistedmatrix.com/documents/current/core/howto/udp.html
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.