| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api |
| Modifier and Type | Field and Description |
|---|---|
private SearchFuture |
SearchCursorImpl.future
the search future
|
| Modifier and Type | Method and Description |
|---|---|
SearchFuture |
LdapNetworkConnection.searchAsync(Dn baseDn,
java.lang.String filter,
SearchScope scope,
java.lang.String... attributes)
Do an asynchronous search, on the base object, using the given filter.
|
SearchFuture |
LdapAsyncConnection.searchAsync(Dn baseDn,
java.lang.String filter,
SearchScope scope,
java.lang.String... attributes)
Do an asynchronous search, on the base object, using the given filter.
|
SearchFuture |
LdapNetworkConnection.searchAsync(SearchRequest searchRequest)
Do a search, on the base object, using the given filter.
|
SearchFuture |
LdapAsyncConnection.searchAsync(SearchRequest searchRequest)
Do a search, on the base object, using the given filter.
|
SearchFuture |
LdapNetworkConnection.searchAsync(java.lang.String baseDn,
java.lang.String filter,
SearchScope scope,
java.lang.String... attributes)
Do an asynchronous search, on the base object, using the given filter.
|
SearchFuture |
LdapAsyncConnection.searchAsync(java.lang.String baseDn,
java.lang.String filter,
SearchScope scope,
java.lang.String... attributes)
Do an asynchronous search, on the base object, using the given filter.
|
| Constructor and Description |
|---|
SearchCursorImpl(SearchFuture future,
long timeout,
java.util.concurrent.TimeUnit timeUnit)
Instantiates a new search cursor.
|