Home | Trees | Index | Help |
|
---|
Package ldaptor :: Package protocols :: Package ldap :: Module proxy :: Class Proxy |
|
BaseProtocol
--+ |Protocol
--+ |BaseLDAPServer
--+ | Proxy
ServiceBindingProxy
Method Summary | |
---|---|
Initialize the object. | |
connectionLost(self,
reason)
| |
TCP connection has opened | |
handle_LDAPUnbindRequest(self,
request,
controls,
reply)
| |
handleUnknown(self,
request,
controls,
reply)
| |
_cbConnectionMade(self,
proto)
| |
_clientQueue(self,
request,
controls,
reply)
| |
_failConnection(self,
reason)
| |
_gotResponse(self,
response,
reply)
| |
_handleUnknown(self,
request,
controls,
reply)
| |
_whenConnected(self,
fn,
*a,
**kw)
| |
Inherited from BaseLDAPServer | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Inherited from Protocol | |
(Deprecated) | |
Inherited from BaseProtocol | |
Make a connection to a transport and a server. |
Class Variable Summary | |
---|---|
NoneType |
client = None |
classobj |
protocol = ldaptor.protocols.ldap.ldapclient.LDAPClient |
bool |
unbound = False
|
list |
waitingConnect = []
|
Inherited from BaseLDAPServer | |
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 |
---|
__init__(self,
config)
Initialize the object.
|
connectionMade(self)TCP connection has opened
|
Class Variable Details |
---|
client
|
unbound
|
waitingConnect
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Mar 11 00:37:46 2005 | http://epydoc.sf.net |