Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/auth/
DMalformedChallengeException.java43 public class MalformedChallengeException extends ProtocolException { class
50 public MalformedChallengeException() { in MalformedChallengeException() method in MalformedChallengeException
59 public MalformedChallengeException(String message) { in MalformedChallengeException() method in MalformedChallengeException
70 public MalformedChallengeException(String message, Throwable cause) { in MalformedChallengeException() method in MalformedChallengeException
DAuthScheme.java80 void processChallenge(final Header header) throws MalformedChallengeException; in processChallenge()
/external/apache-http/src/org/apache/http/impl/auth/
DAuthSchemeBase.java37 import org.apache.http.auth.MalformedChallengeException;
71 public void processChallenge(final Header header) throws MalformedChallengeException { in processChallenge()
81 throw new MalformedChallengeException("Unexpected header name: " + authheader); in processChallenge()
92 throw new MalformedChallengeException("Header value is null"); in processChallenge()
108 throw new MalformedChallengeException("Invalid scheme identifier: " + s); in processChallenge()
115 CharArrayBuffer buffer, int pos, int len) throws MalformedChallengeException; in parseChallenge()
DRFC2617Scheme.java38 import org.apache.http.auth.MalformedChallengeException;
67 final CharArrayBuffer buffer, int pos, int len) throws MalformedChallengeException { in parseChallenge()
72 throw new MalformedChallengeException("Authentication challenge is empty"); in parseChallenge()
DDigestScheme.java43 import org.apache.http.auth.MalformedChallengeException;
125 final Header header) throws MalformedChallengeException { in processChallenge()
129 throw new MalformedChallengeException("missing realm in challange"); in processChallenge()
132 throw new MalformedChallengeException("missing nonce in challange"); in processChallenge()
154 throw new MalformedChallengeException("None of the qop methods is supported"); in processChallenge()
DBasicScheme.java39 import org.apache.http.auth.MalformedChallengeException;
94 final Header header) throws MalformedChallengeException { in processChallenge()
DNTLMScheme.java39 import org.apache.http.auth.MalformedChallengeException;
91 final CharArrayBuffer buffer, int pos, int len) throws MalformedChallengeException { in parseChallenge()
/external/apache-http/src/org/apache/http/client/
DAuthenticationHandler.java40 import org.apache.http.auth.MalformedChallengeException;
54 HttpContext context) throws MalformedChallengeException; in getChallenges()
/external/apache-http/src/org/apache/http/impl/client/
DDefaultProxyAuthenticationHandler.java40 import org.apache.http.auth.MalformedChallengeException;
64 final HttpContext context) throws MalformedChallengeException { in getChallenges()
DDefaultTargetAuthenticationHandler.java40 import org.apache.http.auth.MalformedChallengeException;
64 final HttpContext context) throws MalformedChallengeException { in getChallenges()
DAbstractAuthenticationHandler.java48 import org.apache.http.auth.MalformedChallengeException;
73 final Header[] headers) throws MalformedChallengeException { in parseChallenges()
85 throw new MalformedChallengeException("Header value is null"); in parseChallenges()
DDefaultRequestDirector.java59 import org.apache.http.auth.MalformedChallengeException;
1053 throws MalformedChallengeException, AuthenticationException { in processChallenges()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DDefaultRequestDirector.java1097 throws MalformedChallengeException, AuthenticationException { in processChallenges()