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

Example usage for Java org.apache.http.client.cache HttpCacheEntry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.client.cache HttpCacheEntry.

The text is from its open source code.

Constructor

Method

Header[]getAllHeaders()
Returns all the headers that were on the origin response.
HeadergetFirstHeader(String name)
Returns the first header from the origin response with the given name.
Header[]getHeaders(String name)
Gets all the headers with the given name that were on the origin response.
ProtocolVersiongetProtocolVersion()
Returns the ProtocolVersion from the origin HttpResponse .
DategetRequestDate()
Returns the time the associated origin request was initiated by the caching module.
ResourcegetResource()
Returns the Resource containing the origin response body.
DategetResponseDate()
Returns the time the origin response was received by the caching module.
intgetStatusCode()
Returns the HTTP response code from the origin HttpResponse .
StatusLinegetStatusLine()
Returns the StatusLine from the origin HttpResponse .
MapgetVariantMap()
Returns an index about where in the cache different variants for a given resource are stored.
booleanhasVariants()
Indicates whether the origin response indicated the associated resource had variants (i.e.