Class t.i.i.u.MulticastPort(MulticastMixin, Port):

Part of twisted.internet.iocpreactor.udp View Source View In Hierarchy

Implements interfaces: twisted.internet.interfaces.IMulticastTransport
UDP Port that supports multicasting.
Method __init__ Undocumented
Method createInternetSocket Undocumented

Inherited from MulticastMixin:

Method getOutgoingInterface Undocumented
Method setOutgoingInterface Returns Deferred of success.
Method _setInterface Undocumented
Method getLoopbackMode Undocumented
Method setLoopbackMode Undocumented
Method getTTL Undocumented
Method setTTL Undocumented
Method joinGroup Join a multicast group. Returns Deferred of success.
Method _joinAddr1 Undocumented
Method _joinAddr2 Undocumented
Method leaveGroup Leave multicast group, return Deferred of success.

Inherited from Port:

Method __repr__ Undocumented
Method handle_listening_connect Undocumented
Method handle_connecting_connect Undocumented
Method _connectDone Undocumented
Method handle_disconnected_startListening Undocumented
Method _bindSocket Undocumented
Method _connectSocket Undocumented
Method startReading Undocumented
Method stopReading Undocumented
Method handle_listening_readDone Undocumented
Method handle_listening_readErr Undocumented
Method handle_disconnected_readErr Undocumented
Method handle_disconnected_readDone Undocumented
Method handle_listening_write Undocumented
Method handle_connected_write Undocumented
Method performWrite Undocumented
Method handle_listening_writeDone Undocumented
Method handle_listening_writeErr Undocumented
Method handle_disconnected_writeErr Undocumented
Method handle_disconnected_writeDone Undocumented
Method writeSequence Undocumented
Method handle_listening_stopListening Undocumented
Method connectionLost Undocumented
Method logPrefix Override this method to insert custom logging behavior. Its
Method getHost Returns IPv4Address.

Inherited from Ephemeral (via Port):

Method __getstate__ Undocumented
Method __setstate__ Undocumented
def __init__(self, bindAddress, proto, maxPacketSize=8192, listenMultiple=False): (source)
Undocumented
def createInternetSocket(self): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.