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 Detail

      • getState

        String getState()
        State for diagnostics. Do not rely on values from this method.