Class t.i.i.t.Port(server.ListeningPort):

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

Undocumented
Method __init__ Undocumented
Method getOwnPort Undocumented
Method getHost Undocumented
Method buildAddress Undocumented

Inherited from ListeningPort:

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 (via ListeningPort):

Method __getstate__ Undocumented
Method __setstate__ Undocumented
def __init__(self, (host, port), factory, backlog): (source)
Undocumented
def getOwnPort(self): (source)
Undocumented
def getHost(self): (source)
Undocumented
def buildAddress(self, addr): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.