twisted.internet.ssl.Connector(tcp.Connector) class documentationtwisted.internet.ssl
View Source
(View In Hierarchy)
| Method | __init__ | Undocumented |
| Method | _makeTransport | Create a Client bound to
this Connector. |
Inherited from Connector:
| 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 |
| Method | __repr__ | Undocumented |