Home | Trees | Index | Help |
|
---|
Package ldaptor :: Package protocols :: Package ldap :: Module ldapclient :: Class LDAPClient |
|
BaseProtocol
--+ |Protocol
--+ | LDAPClient
Method Summary | |
---|---|
__init__(self)
| |
bind(self,
dn,
auth)
| |
Called when TCP connection has been lost | |
TCP connection has opened | |
dataReceived(self,
recd)
| |
handle(self,
msg)
| |
queue(self,
op,
handler,
*args,
**kwargs)
| |
unbind(self)
| |
unsolicitedNotification(self,
msg)
| |
Inherited from Protocol | |
(Deprecated) |
Class Variable Summary | |
---|---|
LDAPBERDecoderContext_TopLevel |
berdecoder = <LDAPBERDecoderContext_TopLevel identities=...
|
bool |
debug = False
|
Inherited from Protocol | |
tuple |
__implements__ = (<class 'twisted.internet.interfaces.IP...
|
Method Details |
---|
connectionLost(self, reason)Called when TCP connection has been lost |
connectionMade(self)TCP connection has opened |
Class Variable Details |
---|
berdecoder
|
debug
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Aug 17 17:08:20 2004 | http://epydoc.sf.net |