Searched refs:lcHostname (Results 1 – 2 of 2) sorted by relevance
64 protected final String lcHostname; field in HttpHost91 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()
1034 field protected final java.lang.String lcHostname;