Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module interfaces :: Class IConnector |
|
Interface
--+
|
IConnector
Object used to interface between connections and protocols.
Each IConnector manages one connection.Method Summary | |
---|---|
Try to connect to remote address. | |
Disconnect regardless of the connection state. | |
Return destination this will try to connect to. | |
Stop attempting to connect. |
Method Details |
---|
connect(self)Try to connect to remote address. |
disconnect(self)Disconnect regardless of the connection state. If we are connected, disconnect, if we are trying to connect, stop trying. |
getDestination(self)Return destination this will try to connect to. This can be one of:
|
stopConnecting(self)Stop attempting to connect. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:39 2003 | http://epydoc.sf.net |