HomeSort by relevance Sort by last modified time
    Searched defs:HttpHost (Results 1 - 4 of 4) sorted by null

  /external/apache-http/src/org/apache/http/
HttpHost.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpHost.java $
50 public final class HttpHost implements Cloneable {
70 * Creates a new {@link HttpHost HttpHost}, specifying all values.
71 * Constructor for HttpHost.
80 public HttpHost(final String hostname, int port, final String scheme) {
96 * Creates a new {@link HttpHost HttpHost}, with default scheme.
102 public HttpHost(final String hostname, int port) {
107 * Creates a new {@link HttpHost HttpHost}, with default scheme and port
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 23 milliseconds