t.i.i.IReactorMulticast(Interface) : interface documentation

Part of twisted.internet.interfaces View Source View In Hierarchy

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

UDP socket methods that support multicast.

IMPORTANT: This is an experimental new interface. It may change without backwards compatability. Suggestions are welcome.
Method listenMulticast Connects a given DatagramProtocol to the given numeric UDP port.
def listenMulticast(port, protocol, interface='', maxPacketSize=8192, listenMultiple=False): (source)
Connects a given DatagramProtocol to the given numeric UDP port.
ParameterslistenMultipleboolean indicating whether multiple sockets can bind to same UDP port.
ReturnsAn object which provides IListeningPort.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:17:34.