Uses of Class
org.apache.http.client.cache.InputLimit
-
Packages that use InputLimit Package Description org.apache.http.client.cache This package consists largely of constants and interfaces that are necessary for building new storage backends for theCachingHttpClient
or for those clients wanting to get a little more behavioral information out of the cache module (for example, whether a particular response was a cache hit or not).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 InputLimit in org.apache.http.client.cache
Methods in org.apache.http.client.cache with parameters of type InputLimit Modifier and Type Method Description Resource
ResourceFactory. generate(java.lang.String requestId, java.io.InputStream instream, InputLimit limit)
Creates aResource
from a given response body. -
Uses of InputLimit in org.apache.http.impl.client.cache
Methods in org.apache.http.impl.client.cache with parameters of type InputLimit Modifier and Type Method Description Resource
FileResourceFactory. generate(java.lang.String requestId, java.io.InputStream instream, InputLimit limit)
Resource
HeapResourceFactory. generate(java.lang.String requestId, java.io.InputStream instream, InputLimit limit)
-