All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.webkit.CacheManager Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

The newest version!
package android.webkit;
@java.lang.Deprecated()
public final class CacheManager
{
@java.lang.Deprecated()
public static class CacheResult
{
public  CacheResult() { throw new RuntimeException("Stub!"); }
public  int getHttpStatusCode() { throw new RuntimeException("Stub!"); }
public  long getContentLength() { throw new RuntimeException("Stub!"); }
public  java.lang.String getLocalPath() { throw new RuntimeException("Stub!"); }
public  long getExpires() { throw new RuntimeException("Stub!"); }
public  java.lang.String getExpiresString() { throw new RuntimeException("Stub!"); }
public  java.lang.String getLastModified() { throw new RuntimeException("Stub!"); }
public  java.lang.String getETag() { throw new RuntimeException("Stub!"); }
public  java.lang.String getMimeType() { throw new RuntimeException("Stub!"); }
public  java.lang.String getLocation() { throw new RuntimeException("Stub!"); }
public  java.lang.String getEncoding() { throw new RuntimeException("Stub!"); }
public  java.lang.String getContentDisposition() { throw new RuntimeException("Stub!"); }
public  java.io.InputStream getInputStream() { throw new RuntimeException("Stub!"); }
public  java.io.OutputStream getOutputStream() { throw new RuntimeException("Stub!"); }
public  void setInputStream(java.io.InputStream stream) { throw new RuntimeException("Stub!"); }
public  void setEncoding(java.lang.String encoding) { throw new RuntimeException("Stub!"); }
}
public  CacheManager() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public static  java.io.File getCacheFileBaseDir() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public static  boolean cacheDisabled() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public static  boolean startCacheTransaction() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public static  boolean endCacheTransaction() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public static  android.webkit.CacheManager.CacheResult getCacheFile(java.lang.String url, java.util.Map headers) { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public static  void saveCacheFile(java.lang.String url, android.webkit.CacheManager.CacheResult cacheResult) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy