Java org.apache.http.impl.client.cache AsynchronousValidator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.impl.client.cache AsynchronousValidator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.impl.client.cache AsynchronousValidator.

The text is from its open source code.

Constructor

AsynchronousValidator(CachingHttpClient cachingClient, CacheConfig config)
Create AsynchronousValidator which will make revalidation requests using the supplied CachingHttpClient , and a ThreadPoolExecutor generated according to the thread pool settings provided in the given CacheConfig .
AsynchronousValidator(CachingHttpClient cachingClient, ExecutorService executor)
Create AsynchronousValidator which will make revalidation requests using the supplied CachingHttpClient and ExecutorService .