Interface RetryPredicate<T>

All Superinterfaces:
BiPredicate<T,org.apache.http.client.protocol.HttpClientContext>

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