| Home | Trees | Index | Help |
|---|
| Package twisted :: Package internet :: Module base :: Class BaseConnector |
|
Ephemeral --+
|
BaseConnector
Connector,
Connector,
ConnectorBasic implementation of connector.
State can be: "connecting", "connected", "disconnected"| Method Summary | |
|---|---|
__init__(self,
factory,
timeout,
reactor)
| |
__getstate__(self)
(inherited from Ephemeral)
| |
__setstate__(self,
state)
(inherited from Ephemeral)
| |
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
|
NoneType |
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 Fri Jun 27 03:48:06 2003 | http://epydoc.sf.net |