Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module default :: Class BaseConnector |
|
TCPConnector
,
UNIXConnector
,
SSLConnector
Basic implementation of connector.
State can be: "connecting", "connected", "disconnected"Method Summary | |
---|---|
__init__(self,
reactor,
factory,
timeout)
| |
buildProtocol(self,
addr)
| |
cancelTimeout(self)
| |
Start connection to remote server. | |
connectionFailed(self,
reason)
| |
connectionLost(self,
reason)
| |
Disconnect whatever our are state is. | |
Stop attempting to connect. |
Class Variable Summary | |
---|---|
int |
factoryStarted
|
class |
IConnector
|
NoneType |
timeoutID
|
Method Details |
---|
connect(self)Start connection to remote server. |
disconnect(self)Disconnect whatever our are state is. |
stopConnecting(self)Stop attempting to connect. |
Class Variable Details |
---|
factoryStarted
|
IConnectorIConnector = twisted.internet.interfaces.IConnector
|
timeoutID
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:10 2003 | http://epydoc.sf.net |