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 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 | |
Implements |
__implemented__ = <implementedBy twisted.internet.protoc...
|
_implementsTuple |
__implements__ = (<MetaInterface twisted.internet.interf...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
Inherited from BaseProtocol | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
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 Mon Jul 25 16:22:13 2005 | http://epydoc.sf.net |