List of usage examples for org.apache.http.impl.client DefaultHttpClient subclass-usage
From source file net.krks.android.roidcast.RoidcastDataHttpGet.java
public class RoidcastDataHttpGet extends DefaultHttpClient { public HttpGet httpGet; /** * uri??????inputstream? *
From source file net.issarlk.androbunny.utils.AbHttpClient.java
public class AbHttpClient extends DefaultHttpClient { final Context context; public AbHttpClient(Context context) { this.context = context; }
From source file org.xdi.net.SslDefaultHttpClient.java
/**
* HTTP client with SSL support
*
* @author Yuriy Movchan
* @version 1.0, 05/27/2013
*/
From source file edu.rit.csh.androidwebnews.WebnewsHttpClient.java
/**
* The HTTP client used in the get and post request to webnews.csh.rit.edu.
* This client allows the use of the custom CSH certificate and can work with
* both HTTP and HTTPS requests.
*
* @author JD
From source file fr.cph.stock.android.web.MyHttpClient.java
public class MyHttpClient extends DefaultHttpClient { Context context; public MyHttpClient() {
From source file org.jasig.apache.http.impl.client.ResponseHeaderHandlingHttpClient.java
/**
* Allows for the <code>Content-Length</code> and <code>Transfer-Encoding</code> headers
* to be present on the response.
*
* @see RequestContent#RequestContent(boolean)
*/
From source file com.healthcit.analytics.dao.HttpClientWrapper.java
public class HttpClientWrapper extends DefaultHttpClient { private static HttpClientWrapper httpClient = null; protected HttpClientWrapper() { }
From source file com.seajas.search.contender.http.ParameterizableHttpClient.java
/** * Parameterizable HTTP client. * * @author Jasper van Veghel <jasper@seajas.com> */ public class ParameterizableHttpClient extends DefaultHttpClient {
From source file mobisocial.musubi.util.CertifiedHttpClient.java
public class CertifiedHttpClient extends DefaultHttpClient { private final Context mContext; public CertifiedHttpClient(Context context) { mContext = context; }
From source file org.authme.android.util.AuthMeHttpClient.java
/**
* Created by IntelliJ IDEA.
* User: berin
* Date: 6/08/11
* Time: 8:50 AM
* Extension of DefaultHTTPClient