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

android.net.http.AndroidHttpClient Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.net.http;
public final class AndroidHttpClient
  implements org.apache.http.client.HttpClient
{
AndroidHttpClient() { throw new RuntimeException("Stub!"); }
public static  android.net.http.AndroidHttpClient newInstance(java.lang.String userAgent, android.content.Context context) { throw new RuntimeException("Stub!"); }
public static  android.net.http.AndroidHttpClient newInstance(java.lang.String userAgent) { throw new RuntimeException("Stub!"); }
protected  void finalize() throws java.lang.Throwable { throw new RuntimeException("Stub!"); }
public static  void modifyRequestToAcceptGzipResponse(org.apache.http.HttpRequest request) { throw new RuntimeException("Stub!"); }
public static  java.io.InputStream getUngzippedContent(org.apache.http.HttpEntity entity) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public  void close() { throw new RuntimeException("Stub!"); }
public  org.apache.http.params.HttpParams getParams() { throw new RuntimeException("Stub!"); }
public  org.apache.http.conn.ClientConnectionManager getConnectionManager() { throw new RuntimeException("Stub!"); }
public  org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest request) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public  org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest request, org.apache.http.protocol.HttpContext context) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public  org.apache.http.HttpResponse execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public  org.apache.http.HttpResponse execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public  T execute(org.apache.http.client.methods.HttpUriRequest request, org.apache.http.client.ResponseHandler responseHandler) throws java.io.IOException, org.apache.http.client.ClientProtocolException { throw new RuntimeException("Stub!"); }
public  T execute(org.apache.http.client.methods.HttpUriRequest request, org.apache.http.client.ResponseHandler responseHandler, org.apache.http.protocol.HttpContext context) throws java.io.IOException, org.apache.http.client.ClientProtocolException { throw new RuntimeException("Stub!"); }
public  T execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.client.ResponseHandler responseHandler) throws java.io.IOException, org.apache.http.client.ClientProtocolException { throw new RuntimeException("Stub!"); }
public  T execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.client.ResponseHandler responseHandler, org.apache.http.protocol.HttpContext context) throws java.io.IOException, org.apache.http.client.ClientProtocolException { throw new RuntimeException("Stub!"); }
public static  org.apache.http.entity.AbstractHttpEntity getCompressedEntity(byte[] data, android.content.ContentResolver resolver) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public static  long getMinGzipSize(android.content.ContentResolver resolver) { throw new RuntimeException("Stub!"); }
public  void enableCurlLogging(java.lang.String name, int level) { throw new RuntimeException("Stub!"); }
public  void disableCurlLogging() { throw new RuntimeException("Stub!"); }
public static  long parseDate(java.lang.String dateString) { throw new RuntimeException("Stub!"); }
public static long DEFAULT_SYNC_MIN_GZIP_BYTES;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy