Searched refs:schemeName (Results 1 – 2 of 2) sorted by relevance
71 protected final String schemeName; field in HttpHost93 this.schemeName = scheme.toLowerCase(Locale.ENGLISH); in HttpHost()95 this.schemeName = DEFAULT_SCHEME_NAME; in HttpHost()126 this(httphost.hostname, httphost.port, httphost.schemeName); in HttpHost()153 return this.schemeName; in getSchemeName()163 buffer.append(this.schemeName); in toURI()202 && this.schemeName.equals(that.schemeName); in equals()215 hash = LangUtils.hashCode(hash, this.schemeName); in hashCode()
948 field @Deprecated protected final String schemeName;