Class t.i.i.u.Port(log.Logger, styles.Ephemeral, object):

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

Known subclasses: twisted.internet.iocpreactor.udp.MulticastPort

Implements interfaces: twisted.internet.interfaces.IUDPTransport
No class docstring
Method __init__ Undocumented
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:

Method __getstate__ Undocumented
Method __setstate__ Undocumented
def __init__(self, bindAddress, proto, maxPacketSize=8192): (source)
Undocumented
def __repr__(self): (source)
Undocumented
def handle_listening_connect(self, host, port): (source)
Undocumented
def handle_connecting_connect(self, host, port): (source)
Undocumented
def _connectDone(self, host, port): (source)
Undocumented
def handle_disconnected_startListening(self): (source)
Undocumented
def _bindSocket(self): (source)
Undocumented
def _connectSocket(self, host): (source)
Undocumented
def startReading(self): (source)
Undocumented
def stopReading(self): (source)
Undocumented
def handle_listening_readDone(self, bytes, addr=None): (source)
Undocumented
def handle_listening_readErr(self, ret, bytes): (source)
Undocumented
def handle_disconnected_readErr(self, ret, bytes): (source)
Undocumented
def handle_disconnected_readDone(self, bytes, addr=None): (source)
Undocumented
def handle_listening_write(self, data, addr): (source)
Undocumented
def handle_connected_write(self, data, addr=None): (source)
Undocumented
def performWrite(self, data, addr=None): (source)
Undocumented
def handle_listening_writeDone(self, bytes): (source)
Undocumented
def handle_listening_writeErr(self, ret, bytes): (source)
Undocumented
def handle_disconnected_writeErr(self, ret, bytes): (source)
Undocumented
def handle_disconnected_writeDone(self, bytes): (source)
Undocumented
def writeSequence(self, seq, addr): (source)
Undocumented
def handle_listening_stopListening(self): (source)
Undocumented
def connectionLost(self, reason=None): (source)
Undocumented
def logPrefix(self): (source)
Override this method to insert custom logging behavior. Its return value will be inserted in front of every line. It may be called more times than the number of output lines.
def getHost(self): (source)
Returns IPv4Address.
API Documentation for twisted, generated by pydoctor.