android.webkit
Class CacheManager.CacheResult
java.lang.Object
android.webkit.CacheManager.CacheResult
- Enclosing class:
- CacheManager
public static class CacheManager.CacheResult
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
httpStatusCode
int httpStatusCode
contentLength
long contentLength
expires
long expires
localPath
String localPath
lastModified
String lastModified
etag
String etag
mimeType
String mimeType
location
String location
encoding
String encoding
inStream
InputStream inStream
outStream
OutputStream outStream
outFile
File outFile
CacheManager.CacheResult
public CacheManager.CacheResult()
getHttpStatusCode
public int getHttpStatusCode()
getContentLength
public long getContentLength()
getLocalPath
public String getLocalPath()
getExpires
public long getExpires()
getLastModified
public String getLastModified()
getETag
public String getETag()
getMimeType
public String getMimeType()
getLocation
public String getLocation()
getEncoding
public String getEncoding()
getInputStream
public InputStream getInputStream()
getOutputStream
public OutputStream getOutputStream()
setInputStream
public void setInputStream(InputStream stream)
setEncoding
public void setEncoding(String encoding)
Please submit a feedback, bug or feature