Home | Trees | Index | Help |
|
---|
Package twisted :: Package internet :: Module utils :: Class SRVConnector |
|
LDAPConnector
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,
add))
| |
_reallyConnect(self)
| |
_serverCmp(self,
a,
b)
|
Class Variable Summary | |
---|---|
MetaInterface |
__implements__ = twisted.internet.interfaces.IConnector |
int |
stopAfterDNS = 0 |
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 |
---|
stopAfterDNS
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Aug 17 17:08:20 2004 | http://epydoc.sf.net |