Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/
DHttpHost.java59 protected final String lcHostname; field in HttpHost
86 this.lcHostname = hostname.toLowerCase(Locale.ENGLISH); in HttpHost()
195 return this.lcHostname.equals(that.lcHostname) in equals()
208 hash = LangUtils.hashCode(hash, this.lcHostname); in hashCode()