| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api |
| Modifier and Type | Method and Description |
|---|---|
CompareFuture |
LdapAsyncConnection.compareAsync(org.apache.directory.api.ldap.model.message.CompareRequest compareRequest)
Asynchronously compares an entry's attribute's value with that of the given value
|
CompareFuture |
LdapNetworkConnection.compareAsync(org.apache.directory.api.ldap.model.message.CompareRequest compareRequest)
Asynchronously compares an entry's attribute's value with that of the given value
|
| Modifier and Type | Method and Description |
|---|---|
private void |
LdapNetworkConnection.compareReceived(org.apache.directory.api.ldap.model.message.CompareResponse compareResponse,
CompareFuture compareFuture,
int responseId)
Process the CompareResponse received from the server
|
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.