public class SearchFuture extends ResponseFuture<Response>
cancelled, cause, connection, messageId, queue| Constructor and Description |
|---|
SearchFuture(LdapConnection connection,
int messageId)
Creates a new instance of SearchFuture.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
get(long timeout,
java.util.concurrent.TimeUnit unit)
Get the SearchResponse, blocking until one is received, or until the
given timeout is reached.
|
java.lang.String |
toString() |
cancel, cancel, get, getCause, isCancelled, isDone, set, setCausepublic SearchFuture(LdapConnection connection, int messageId)
connection - the LDAP connectionmessageId - The associated messageIdpublic Response get(long timeout, java.util.concurrent.TimeUnit unit) throws java.lang.InterruptedException, java.util.concurrent.ExecutionException, java.util.concurrent.TimeoutException
get in interface java.util.concurrent.Future<Response>get in class ResponseFuture<Response>timeout - unit - java.lang.InterruptedException - if the operation has been cancelled by clientjava.util.concurrent.ExecutionExceptionjava.util.concurrent.TimeoutExceptionpublic java.lang.String toString()
toString in class ResponseFuture<Response>