Searched refs:isConnectionBased (Results 1 - 9 of 9) sorted by relevance

/external/apache-http/src/org/apache/http/auth/
H A DAuthScheme.java114 boolean isConnectionBased(); method in interface:AuthScheme
/external/apache-http/src/org/apache/http/client/protocol/
H A DRequestProxyAuthentication.java93 if (authState.getAuthScope() != null || !authScheme.isConnectionBased()) {
H A DRequestTargetAuthentication.java94 if (authState.getAuthScope() != null || !authScheme.isConnectionBased()) {
/external/apache-http/src/org/apache/http/impl/auth/
H A DBasicScheme.java114 public boolean isConnectionBased() { method in class:BasicScheme
H A DNTLMScheme.java85 public boolean isConnectionBased() { method in class:NTLMScheme
H A DDigestScheme.java190 public boolean isConnectionBased() { method in class:DigestScheme
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultUserTokenHandler.java79 if (scheme != null && scheme.isComplete() && scheme.isConnectionBased()) {
H A DDefaultRequestDirector.java725 if (authScope != null || !authScheme.isConnectionBased()) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 262 milliseconds