|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchFuture | |
|---|---|
| org.apache.directory.ldap.client.api | |
| Uses of SearchFuture in org.apache.directory.ldap.client.api |
|---|
| Methods in org.apache.directory.ldap.client.api that return SearchFuture | |
|---|---|
SearchFuture |
LdapNetworkConnection.searchAsync(org.apache.directory.api.ldap.model.name.Dn baseDn,
String filter,
org.apache.directory.api.ldap.model.message.SearchScope scope,
String... attributes)
Do an asynchronous search, on the base object, using the given filter. |
SearchFuture |
LdapAsyncConnection.searchAsync(org.apache.directory.api.ldap.model.name.Dn baseDn,
String filter,
org.apache.directory.api.ldap.model.message.SearchScope scope,
String... attributes)
Do an asynchronous search, on the base object, using the given filter. |
SearchFuture |
LdapNetworkConnection.searchAsync(org.apache.directory.api.ldap.model.message.SearchRequest searchRequest)
Do a search, on the base object, using the given filter. |
SearchFuture |
LdapAsyncConnection.searchAsync(org.apache.directory.api.ldap.model.message.SearchRequest searchRequest)
Do a search, on the base object, using the given filter. |
SearchFuture |
LdapNetworkConnection.searchAsync(String baseDn,
String filter,
org.apache.directory.api.ldap.model.message.SearchScope scope,
String... attributes)
Do an asynchronous search, on the base object, using the given filter. |
SearchFuture |
LdapAsyncConnection.searchAsync(String baseDn,
String filter,
org.apache.directory.api.ldap.model.message.SearchScope scope,
String... attributes)
Do an asynchronous search, on the base object, using the given filter. |
| Constructors in org.apache.directory.ldap.client.api with parameters of type SearchFuture | |
|---|---|
SearchCursorImpl(SearchFuture future,
long timeout,
TimeUnit timeUnit)
Instantiates a new search cursor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||