Searched refs:lcHostname (Results 1 – 1 of 1) sorted by relevance
59 protected final String lcHostname; field in HttpHost86 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()