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

Example usage for Java org.apache.http.impl.client.cache AsynchronousAsyncValidator 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 AsynchronousAsyncValidator.

The text is from its open source code.

Constructor

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