Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/
DHttpHost.java71 protected final String schemeName; field in HttpHost
93 this.schemeName = scheme.toLowerCase(Locale.ENGLISH); in HttpHost()
95 this.schemeName = DEFAULT_SCHEME_NAME; in HttpHost()
126 this(httphost.hostname, httphost.port, httphost.schemeName); in HttpHost()
153 return this.schemeName; in getSchemeName()
163 buffer.append(this.schemeName); in toURI()
202 && this.schemeName.equals(that.schemeName); in equals()
215 hash = LangUtils.hashCode(hash, this.schemeName); in hashCode()
/external/apache-http/api/
Dcurrent.txt948 field @Deprecated protected final String schemeName;