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>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetState()State for diagnostics.
-
-
-
Method Detail
-
getState
String getState()
State for diagnostics. Do not rely on values from this method.
-
-