public interface SchedulingStrategy
extends java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
schedule(cz.msebera.android.httpclient.impl.client.cache.AsynchronousValidationRequest revalidationRequest)
Schedule an
AsynchronousValidationRequest to be executed. |
void schedule(cz.msebera.android.httpclient.impl.client.cache.AsynchronousValidationRequest revalidationRequest)
AsynchronousValidationRequest to be executed.revalidationRequest - the request to be executed; not nulljava.util.concurrent.RejectedExecutionException - if the request could not be scheduled for execution