android.webkit
Class CacheManager.CacheResult

java.lang.Object
  extended by android.webkit.CacheManager.CacheResult
Enclosing class:
CacheManager

Deprecated.

@Deprecated
public static class CacheManager.CacheResult
extends Object


Constructor Summary
CacheManager.CacheResult()
          Deprecated.  
 
Method Summary
 String getContentDisposition()
          Deprecated.  
 long getContentLength()
          Deprecated.  
 String getEncoding()
          Deprecated.  
 String getETag()
          Deprecated.  
 long getExpires()
          Deprecated.  
 String getExpiresString()
          Deprecated.  
 int getHttpStatusCode()
          Deprecated.  
 InputStream getInputStream()
          Deprecated.  
 String getLastModified()
          Deprecated.  
 String getLocalPath()
          Deprecated.  
 String getLocation()
          Deprecated.  
 String getMimeType()
          Deprecated.  
 OutputStream getOutputStream()
          Deprecated.  
 void setEncoding(String encoding)
          Deprecated.  
 void setInputStream(InputStream stream)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheManager.CacheResult

public CacheManager.CacheResult()
Deprecated. 
Method Detail

getHttpStatusCode

public int getHttpStatusCode()
Deprecated. 

getContentLength

public long getContentLength()
Deprecated. 

getLocalPath

public String getLocalPath()
Deprecated. 

getExpires

public long getExpires()
Deprecated. 

getExpiresString

public String getExpiresString()
Deprecated. 

getLastModified

public String getLastModified()
Deprecated. 

getETag

public String getETag()
Deprecated. 

getMimeType

public String getMimeType()
Deprecated. 

getLocation

public String getLocation()
Deprecated. 

getEncoding

public String getEncoding()
Deprecated. 

getContentDisposition

public String getContentDisposition()
Deprecated. 

getInputStream

public InputStream getInputStream()
Deprecated. 

getOutputStream

public OutputStream getOutputStream()
Deprecated. 

setInputStream

public void setInputStream(InputStream stream)
Deprecated. 

setEncoding

public void setEncoding(String encoding)
Deprecated. 


Copyright © 2008-2012. All Rights Reserved.