public class SearchResultEntryHandler extends LdapResponseHandler<org.apache.directory.api.ldap.model.message.SearchResultEntry>
ldapServer, LOG| Constructor and Description |
|---|
SearchResultEntryHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(LdapSession session,
org.apache.directory.api.ldap.model.message.SearchResultEntry searchResultEntry)
Handle a Ldap message associated with a session
|
getLdapServer, handleMessage, setLdapServerpublic void handle(LdapSession session, org.apache.directory.api.ldap.model.message.SearchResultEntry searchResultEntry) throws Exception
handle in class LdapResponseHandler<org.apache.directory.api.ldap.model.message.SearchResultEntry>session - The associated sessionsearchResultEntry - The message we have to handleException - If there is an error during the processing of this messageCopyright © 2003–2015 The Apache Software Foundation. All rights reserved.