public interface SchedulingStrategy extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
schedule(org.apache.http.impl.client.cache.AsynchronousValidationRequest revalidationRequest)
Schedule an
AsynchronousValidationRequest to be executed. |
void schedule(org.apache.http.impl.client.cache.AsynchronousValidationRequest revalidationRequest)
AsynchronousValidationRequest to be executed.revalidationRequest - the request to be executed; not nullRejectedExecutionException - if the request could not be scheduled for executionCopyright © 1999–2013 The Apache Software Foundation. All rights reserved.