CacheResponse
Class CacheResponse
- java.lang.Object
-
- java.net.CacheResponse
- Direct Known Subclasses:
- SecureCacheResponse
public abstract class CacheResponse extends Object
Represent channels for retrieving resources from the ResponseCache. Instances of such a class provide an InputStream that returns the entity body, and also a getHeaders() method which returns the associated response headers.
- Since:
- 1.5
Constructors
CacheResponse
public CacheResponse()
Methods
getHeaders
public abstract Map<String,List<Strin