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)
| |
_handle_bind_msg(self,
resp)
| |
Inherited from Protocol | |
(Deprecated) | |
Inherited from BaseProtocol | |
Make a connection to a transport and a server. |
Class Variable Summary | |
---|---|
LDAPBERDecoderContext_TopLevel |
berdecoder = <LDAPBERDecoderContext_TopLevel identities=...
|
bool |
debug = False
|
Inherited from Protocol | |
tuple |
__implements__ = (<class 'twisted.internet.interfaces.IP...
|
Inherited from BaseProtocol | |
int |
connected = 0 |
NoneType |
transport = None |
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 |