Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/
DHttpHost.java64 protected final String lcHostname; field in HttpHost
91 this.lcHostname = hostname.toLowerCase(Locale.ENGLISH); in HttpHost()
200 return this.lcHostname.equals(that.lcHostname) in equals()
213 hash = LangUtils.hashCode(hash, this.lcHostname); in hashCode()
/external/apache-http/api/
Dapache-http-legacy-current.txt1034 field protected final java.lang.String lcHostname;