Home | Trees | Indices | Help |
|
---|
|
object --+ | twisted.internet.protocol.BaseProtocol --+ | | | twisted.internet.protocol.Protocol --+ | | | twisted.protocols.basic._PauseableMixin --+ | | | twisted.protocols.basic.LineReceiver --+ | protocols.ldap.ldifprotocol.LDIF --+ | InMemoryLDIFProtocol
Receive LDIF data and gather results into an ReadOnlyInMemoryLDAPEntry.
You can override lookupFailed and addFailed to provide smarter error handling. They are called as Deferred errbacks; returning the reason causes error to pass onward and abort the whole operation. Returning None from lookupFailed skips that entry, but continues loading.
When the full LDIF data has been read, the completed Deferred will trigger.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
Called when the connection is shut down. Clear any circular references here, and any external references to this Protocol. The connection has been closed.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jun 23 18:26:39 2010 | http://epydoc.sourceforge.net |