Class t.i.i.s.ListeningPort(log.Logger, styles.Ephemeral, object):

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

Known subclasses: twisted.internet.iocpreactor.tcp.Port

Implements interfaces: twisted.internet.interfaces.IListeningPort
No class docstring
Method __init__ Undocumented
Method __repr__ Undocumented
Method handle_disconnected_startListening Undocumented
Method startAccepting Undocumented
Method handle_listening_acceptDone Undocumented
Method handle_disconnected_acceptDone Undocumented
Method handle_listening_acceptErr Undocumented
Method handle_disconnected_acceptErr Undocumented
Method handle_listening_stopListening Undocumented
Method handle_disconnected_stopListening Undocumented
Method logPrefix Returns the name of my class, to prefix log entries with.
Method connectionLost Undocumented

Inherited from Ephemeral:

Method __getstate__ Undocumented
Method __setstate__ Undocumented
def __init__(self, addr, factory, backlog): (source)
Undocumented
def __repr__(self): (source)
Undocumented
def handle_disconnected_startListening(self): (source)
Undocumented
def startAccepting(self): (source)
Undocumented
def handle_listening_acceptDone(self, sock, addr): (source)
Undocumented
def handle_disconnected_acceptDone(self, sock, addr): (source)
Undocumented
def handle_listening_acceptErr(self, ret, bytes): (source)
Undocumented
def handle_disconnected_acceptErr(self, ret, bytes): (source)
Undocumented
def handle_listening_stopListening(self): (source)
Undocumented
def handle_disconnected_stopListening(self): (source)
Undocumented
def logPrefix(self): (source)
Returns the name of my class, to prefix log entries with.
def connectionLost(self, reason): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.