Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module base :: Class BaseConnector |
|
Connector
,
Connector
Basic implementation of connector.
State can be: "connecting", "connected", "disconnected"Method Summary | |
---|---|
__init__(self,
factory,
timeout,
reactor)
| |
buildProtocol(self,
addr)
| |
cancelTimeout(self)
| |
Start connection to remote server. | |
connectionFailed(self,
reason)
| |
connectionLost(self,
reason)
| |
Disconnect whatever our state is. | |
Stop attempting to connect. |
Class Variable Summary | |
---|---|
tuple |
__implements__
|
int |
factoryStarted
|
None |
timeoutID
|
Method Details |
---|
connect(self)Start connection to remote server. |
disconnect(self)Disconnect whatever our state is. |
stopConnecting(self)Stop attempting to connect. |
Class Variable Details |
---|
__implements__
|
factoryStarted
|
timeoutID
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:19:03 2003 | http://epydoc.sf.net |