Uses of Interface
org.apache.http.client.cache.Resource

Packages that use Resource
org.apache.http.client.cache   
org.apache.http.impl.client.cache   
 

Uses of Resource in org.apache.http.client.cache
 

Methods in org.apache.http.client.cache that return Resource
 Resource ResourceFactory.copy(String requestId, Resource resource)
           
 Resource ResourceFactory.generate(String requestId, InputStream instream, InputLimit limit)
           
 Resource HttpCacheEntry.getResource()
           
 

Methods in org.apache.http.client.cache with parameters of type Resource
 Resource ResourceFactory.copy(String requestId, Resource resource)
           
 

Constructors in org.apache.http.client.cache with parameters of type Resource
HttpCacheEntry(Date requestDate, Date responseDate, StatusLine statusLine, Header[] responseHeaders, Resource resource, Set<String> variants)
          Create a new HttpCacheEntry
 

Uses of Resource in org.apache.http.impl.client.cache
 

Classes in org.apache.http.impl.client.cache that implement Resource
 class FileResource
          Cache resource backed by a file.
 class HeapResource
          Cache resource backed by a byte array on the heap.
 

Methods in org.apache.http.impl.client.cache that return Resource
 Resource FileResourceFactory.copy(String requestId, Resource resource)
           
 Resource HeapResourceFactory.copy(String requestId, Resource resource)
           
 Resource FileResourceFactory.generate(String requestId, InputStream instream, InputLimit limit)
           
 Resource HeapResourceFactory.generate(String requestId, InputStream instream, InputLimit limit)
           
 

Methods in org.apache.http.impl.client.cache with parameters of type Resource
 Resource FileResourceFactory.copy(String requestId, Resource resource)
           
 Resource HeapResourceFactory.copy(String requestId, Resource resource)
           
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.