twisted.internet.iocpreactor.tcp.Connector(TCPConnector)
class documentationtwisted.internet.iocpreactor.tcp
View Source
(View In Hierarchy)
Method | _makeTransport | Create a Client bound to
this Connector . |
Inherited from Connector:
Method | __init__ | Undocumented |
Method | getDestination | |
Instance Variable | _addressType | the type returned by Connector.getDestination .
Either IPv4Address
or IPv6Address ,
depending on the type of address. (type: type ) |
Inherited from BaseConnector (via Connector):
Method | disconnect | Disconnect whatever our state is. |
Method | connect | Start connection to remote server. |
Method | stopConnecting | Stop attempting to connect. |
Method | cancelTimeout | Undocumented |
Method | buildProtocol | Undocumented |
Method | connectionFailed | Undocumented |
Method | connectionLost | Undocumented |