Package ldaptor :: Package protocols :: Package ldap :: Module ldapconnector :: Class LDAPConnector
[show private | hide private]
[frames | no frames]

Class LDAPConnector

SRVConnector --+
               |
              LDAPConnector


Method Summary
  __init__(self, reactor, dn, factory, overrides)
  __getstate__(self)
  connect(self)
Start connection to remote server.
  pickServer(self)
  _findOverRide(self, dn, overrides)
  _isQueryNeeded(self)
Is there both need and capability to do an SRV query.
    Inherited from SRVConnector
  connectionFailed(self, reason)
  connectionLost(self, reason)
  disconnect(self)
Disconnect whatever our are state is.
  getDestination(self)
  stopConnecting(self)
Stop attempting to connect.
  _cbGotServers(self, (answers, auth, add))
  _reallyConnect(self)
  _serverCmp(self, a, b)

Class Variable Summary
    Inherited from SRVConnector
int stopAfterDNS = 0                                                                     

Method Details

connect(self)

Start connection to remote server.
Overrides:
twisted.internet.utils.SRVConnector.connect (inherited documentation)

_isQueryNeeded(self)

Is there both need and capability to do an SRV query.

Generated by Epydoc 2.1 on Tue Aug 17 17:08:19 2004 http://epydoc.sf.net