|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceFactory | |
|---|---|
| org.apache.http.impl.client.cache | This package contains a cache module that can be used for HTTP/1.1 client-side caching. |
| Uses of ResourceFactory in org.apache.http.impl.client.cache |
|---|
| Classes in org.apache.http.impl.client.cache that implement ResourceFactory | |
|---|---|
class |
FileResourceFactory
Generates Resource instances whose body is stored in a temporary file. |
class |
HeapResourceFactory
Generates Resource instances stored entirely in heap. |
| Constructors in org.apache.http.impl.client.cache with parameters of type ResourceFactory | |
|---|---|
CachingHttpClient(HttpClient client,
ResourceFactory resourceFactory,
HttpCacheStorage storage,
CacheConfig config)
Constructs a CachingHttpClient with the given caching options
that stores cache entries in the provided storage backend and uses
the given HttpClient for backend requests. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||