Home
last modified time | relevance | path

Searched refs:httphost (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/http/
DHttpHost.java125 public HttpHost (final HttpHost httphost) { in HttpHost() argument
126 this(httphost.hostname, httphost.port, httphost.schemeName); in HttpHost()