Searched refs:schemeName (Results 1 – 1 of 1) sorted by relevance
66 protected final String schemeName; field in HttpHost88 this.schemeName = scheme.toLowerCase(Locale.ENGLISH); in HttpHost()90 this.schemeName = DEFAULT_SCHEME_NAME; in HttpHost()121 this(httphost.hostname, httphost.port, httphost.schemeName); in HttpHost()148 return this.schemeName; in getSchemeName()158 buffer.append(this.schemeName); in toURI()197 && this.schemeName.equals(that.schemeName); in equals()210 hash = LangUtils.hashCode(hash, this.schemeName); in hashCode()