Class SearchFuture
- java.lang.Object
-
- org.apache.directory.ldap.client.api.future.MultipleResponseFuture<Response>
-
- org.apache.directory.ldap.client.api.future.SearchFuture
-
- All Implemented Interfaces:
Future<Response>,ResponseFuture<Response>
public class SearchFuture extends MultipleResponseFuture<Response>
A Future to manage SerachRequest.- Author:
- Apache Directory Project
-
-
Field Summary
-
Fields inherited from class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
cancelled, cause, connection, messageId, queue
-
-
Constructor Summary
Constructors Constructor Description SearchFuture(LdapConnection connection, int messageId)Creates a new instance of SearchFuture.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
cancel, cancel, get, get, getCause, isCancelled, isDone, set, setCause
-
-
-
-
Constructor Detail
-
SearchFuture
public SearchFuture(LdapConnection connection, int messageId)
Creates a new instance of SearchFuture.- Parameters:
connection- the LDAP connectionmessageId- The associated messageId
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classMultipleResponseFuture<Response>
-
-