Searched refs:schemeName (Results 1 - 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/
H A DHttpHost.java66 protected final String schemeName; field in class:HttpHost
88 this.schemeName = scheme.toLowerCase(Locale.ENGLISH);
90 this.schemeName = DEFAULT_SCHEME_NAME;
121 this(httphost.hostname, httphost.port, httphost.schemeName);
148 return this.schemeName;
158 buffer.append(this.schemeName);
197 && this.schemeName.equals(that.schemeName);
210 hash = LangUtils.hashCode(hash, this.schemeName);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 240 milliseconds