| Home | Trees | Index | Help |
|---|
| Package twisted :: Package internet :: Module utils :: Class SRVConnector |
|
| Method Summary | |
|---|---|
__init__(self,
reactor,
service,
domain,
factory,
protocol,
connectFuncName,
connectFuncArgs,
connectFuncKwArgs)
| |
Start connection to remote server. | |
connectionFailed(self,
reason)
| |
connectionLost(self,
reason)
| |
Disconnect whatever our are state is. | |
getDestination(self)
| |
pickServer(self)
| |
Stop attempting to connect. | |
_cbGotServers(self,
(answers,
auth,
| |
_reallyConnect(self)
| |
_serverCmp(self,
a,
b)
| |
| Class Variable Summary | |
|---|---|
class |
IConnector
|
int |
stopAfterDNS
|
| 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 |
|---|
IConnectorIConnector = twisted.internet.interfaces.IConnector
|
stopAfterDNS
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:16 2003 | http://epydoc.sf.net |