Home | History | Annotate | Download | only in http

Lines Matching refs:http

2  * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpHost.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http;
36 import org.apache.http.util.CharArrayBuffer;
37 import org.apache.http.util.LangUtils;
40 * Holds all of the variables needed to describe an HTTP connection to a host.
51 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
57 /** The default scheme is "http". */
58 public static final String DEFAULT_SCHEME_NAME = "http";
123 * @param httphost the HTTP host to copy details from