Package io.airlift.http.client
Interface HttpClient.HttpResponseFuture<T>
- All Superinterfaces:
Future<T>,com.google.common.util.concurrent.ListenableFuture<T>
- Enclosing interface:
HttpClient
public static interface HttpClient.HttpResponseFuture<T>
extends com.google.common.util.concurrent.ListenableFuture<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State -
Method Summary
Methods inherited from interface java.util.concurrent.Future
cancel, exceptionNow, get, get, isCancelled, isDone, resultNow, stateMethods inherited from interface com.google.common.util.concurrent.ListenableFuture
addListener
-
Method Details
-
getState
String getState()State for diagnostics. Do not rely on values from this method.
-