twisted.internet.unix.Connector(base.BaseConnector) class documentationtwisted.internet.unix
(View In Hierarchy)
| Method | __init__ | Undocumented | 
| Method | getDestination | Return destination this will try to connect to. | 
| Method | _makeTransport | Undocumented | 
Inherited from BaseConnector:
| 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 | 
Return destination this will try to connect to.
| Returns | An object which provides IAddress. | |