Home
last modified time | relevance | path

Searched refs:MalformedChallengeException (Results 1 – 14 of 14) sorted by relevance

/external/apache-http/src/org/apache/http/impl/auth/
DAuthSchemeBase.java37 import org.apache.http.auth.MalformedChallengeException;
76 public void processChallenge(final Header header) throws MalformedChallengeException { in processChallenge()
86 throw new MalformedChallengeException("Unexpected header name: " + authheader); in processChallenge()
97 throw new MalformedChallengeException("Header value is null"); in processChallenge()
113 throw new MalformedChallengeException("Invalid scheme identifier: " + s); in processChallenge()
120 CharArrayBuffer buffer, int pos, int len) throws MalformedChallengeException; in parseChallenge()
DRFC2617Scheme.java38 import org.apache.http.auth.MalformedChallengeException;
72 final CharArrayBuffer buffer, int pos, int len) throws MalformedChallengeException { in parseChallenge()
77 throw new MalformedChallengeException("Authentication challenge is empty"); in parseChallenge()
DDigestScheme.java43 import org.apache.http.auth.MalformedChallengeException;
130 final Header header) throws MalformedChallengeException { in processChallenge()
134 throw new MalformedChallengeException("missing realm in challange"); in processChallenge()
137 throw new MalformedChallengeException("missing nonce in challange"); in processChallenge()
159 throw new MalformedChallengeException("None of the qop methods is supported"); in processChallenge()
DBasicScheme.java39 import org.apache.http.auth.MalformedChallengeException;
99 final Header header) throws MalformedChallengeException { in processChallenge()
DNTLMScheme.java39 import org.apache.http.auth.MalformedChallengeException;
97 final CharArrayBuffer buffer, int pos, int len) throws MalformedChallengeException { in parseChallenge()
/external/apache-http/src/org/apache/http/auth/
DMalformedChallengeException.java48 public class MalformedChallengeException extends ProtocolException { class
55 public MalformedChallengeException() { in MalformedChallengeException() method in MalformedChallengeException
64 public MalformedChallengeException(String message) { in MalformedChallengeException() method in MalformedChallengeException
75 public MalformedChallengeException(String message, Throwable cause) { in MalformedChallengeException() method in MalformedChallengeException
DAuthScheme.java85 void processChallenge(final Header header) throws MalformedChallengeException; in processChallenge()
/external/apache-http/src/org/apache/http/client/
DAuthenticationHandler.java40 import org.apache.http.auth.MalformedChallengeException;
59 HttpContext context) throws MalformedChallengeException; in getChallenges()
/external/apache-http/src/org/apache/http/impl/client/
DDefaultProxyAuthenticationHandler.java40 import org.apache.http.auth.MalformedChallengeException;
69 final HttpContext context) throws MalformedChallengeException { in getChallenges()
DDefaultTargetAuthenticationHandler.java40 import org.apache.http.auth.MalformedChallengeException;
69 final HttpContext context) throws MalformedChallengeException { in getChallenges()
DAbstractAuthenticationHandler.java48 import org.apache.http.auth.MalformedChallengeException;
78 final Header[] headers) throws MalformedChallengeException { in parseChallenges()
90 throw new MalformedChallengeException("Header value is null"); in parseChallenges()
DDefaultRequestDirector.java60 import org.apache.http.auth.MalformedChallengeException;
1067 throws MalformedChallengeException, AuthenticationException { in processChallenges()
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DDefaultRequestDirector.java56 import org.apache.http.auth.MalformedChallengeException;
1115 throws MalformedChallengeException, AuthenticationException { in processChallenges()
/external/apache-http/api/
Dcurrent.txt1171 …d processChallenge(org.apache.http.Header) throws org.apache.http.auth.MalformedChallengeException;
1238 @Deprecated public class MalformedChallengeException extends org.apache.http.ProtocolException {
1239 ctor @Deprecated public MalformedChallengeException();
1240 ctor @Deprecated public MalformedChallengeException(String);
1241 ctor @Deprecated public MalformedChallengeException(String, Throwable);
1292 …nse, org.apache.http.protocol.HttpContext) throws org.apache.http.auth.MalformedChallengeException;
2337 …pache.http.util.CharArrayBuffer, int, int) throws org.apache.http.auth.MalformedChallengeException;
2338 …d processChallenge(org.apache.http.Header) throws org.apache.http.auth.MalformedChallengeException;
2389 …pache.http.util.CharArrayBuffer, int, int) throws org.apache.http.auth.MalformedChallengeException;
2397 …pache.http.util.CharArrayBuffer, int, int) throws org.apache.http.auth.MalformedChallengeException;
[all …]