public static class

CacheManager.CacheResult

extends Object
java.lang.Object
   ↳ android.webkit.CacheManager.CacheResult

This class is deprecated.
Access to the HTTP cache will be removed in a future release.

Class Overview

This class represents a resource retrieved from the HTTP cache. Instances of this class can be obtained by invoking the CacheManager.getCacheFile() method.

Summary

Public Constructors
CacheManager.CacheResult()
Public Methods
String getContentDisposition()
long getContentLength()
String getETag()
String getEncoding()
long getExpires()
String getExpiresString()
int getHttpStatusCode()
InputStream getInputStream()
String getLastModified()
String getLocalPath()
String getLocation()
String getMimeType()
OutputStream getOutputStream()
void setEncoding(String encoding)
void setInputStream(InputStream stream)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CacheManager.CacheResult ()

Since: API Level 1

Public Methods

public String getContentDisposition ()

Since: API Level 7

public long getContentLength ()

Since: API Level 1

public String getETag ()

Since: API Level 1

public String getEncoding ()

Since: API Level 1

public long getExpires ()

Since: API Level 1

public String getExpiresString ()

Since: API Level 7

public int getHttpStatusCode ()

Since: API Level 1

public InputStream getInputStream ()

Since: API Level 1

public String getLastModified ()

Since: API Level 1

public String getLocalPath ()

Since: API Level 1

public String getLocation ()

Since: API Level 1

public String getMimeType ()

Since: API Level 1

public OutputStream getOutputStream ()

Since: API Level 1

public void setEncoding (String encoding)

Since: API Level 1

public void setInputStream (InputStream stream)

Since: API Level 1