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

    Modifier and Type
    Method
    Description
    State for diagnostics.

    Methods inherited from interface java.util.concurrent.Future

    cancel, get, get, isCancelled, isDone

    Methods 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.