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/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DDefaultRequestDirector.java1097 throws MalformedChallengeException, AuthenticationException { in processChallenges()
/external/apache-http/api/
Dapache-http-legacy-current.txt1260 …d processChallenge(org.apache.http.Header) throws org.apache.http.auth.MalformedChallengeException;
1327 public deprecated class MalformedChallengeException extends org.apache.http.ProtocolException {
1328 ctor public MalformedChallengeException();
1329 ctor public MalformedChallengeException(java.lang.String);
1330 ctor public MalformedChallengeException(java.lang.String, java.lang.Throwable);
1381 …nse, org.apache.http.protocol.HttpContext) throws org.apache.http.auth.MalformedChallengeException;
2458 …pache.http.util.CharArrayBuffer, int, int) throws org.apache.http.auth.MalformedChallengeException;
2459 …d processChallenge(org.apache.http.Header) throws org.apache.http.auth.MalformedChallengeException;
2510 …pache.http.util.CharArrayBuffer, int, int) throws org.apache.http.auth.MalformedChallengeException;
2518 …pache.http.util.CharArrayBuffer, int, int) throws org.apache.http.auth.MalformedChallengeException;
[all …]