twisted.internet.iocpreactor.tcp.Connector(TCPConnector) class documentationtwisted.internet.iocpreactor.tcp
(View In Hierarchy)
| Method | _makeTransport | Create a Clientbound to 
thisConnector. | 
Inherited from Connector:
| Method | __init__ | Undocumented | 
| Method | getDestination | |
| Instance Variable | _addressType | the type returned by Connector.getDestination.
EitherIPv4AddressorIPv6Address,
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 | 
| Method | __repr__ | Undocumented |