Interface RetryPredicate<T>

  • All Superinterfaces:
    java.util.function.BiPredicate<T,​org.apache.http.client.protocol.HttpClientContext>

    public interface RetryPredicate<T>
    extends java.util.function.BiPredicate<T,​org.apache.http.client.protocol.HttpClientContext>
    A predicate that determines whether an operation should be retried.
    Author:
    bjorncs
    • Method Summary

      • Methods inherited from interface java.util.function.BiPredicate

        and, negate, or, test