OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MalformedChallengeException
(Results
1 - 22
of
22
) sorted by null
/external/apache-http/src/org/apache/http/auth/
MalformedChallengeException.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/
MalformedChallengeException
.java $
43
public class
MalformedChallengeException
extends ProtocolException {
48
* Creates a new
MalformedChallengeException
with a <tt>null</tt> detail message.
50
public
MalformedChallengeException
() {
55
* Creates a new
MalformedChallengeException
with the specified message.
59
public
MalformedChallengeException
(String message) {
64
* Creates a new
MalformedChallengeException
with the specified detail message and cause.
70
public
MalformedChallengeException
(String message, Throwable cause) {
AuthScheme.java
80
void processChallenge(final Header header) throws
MalformedChallengeException
;
/external/apache-http/src/org/apache/http/impl/auth/
AuthSchemeBase.java
37
import org.apache.http.auth.
MalformedChallengeException
;
68
* @throws
MalformedChallengeException
is thrown if the authentication challenge
71
public void processChallenge(final Header header) throws
MalformedChallengeException
{
81
throw new
MalformedChallengeException
("Unexpected header name: " + authheader);
92
throw new
MalformedChallengeException
("Header value is null");
108
throw new
MalformedChallengeException
("Invalid scheme identifier: " + s);
115
CharArrayBuffer buffer, int pos, int len) throws
MalformedChallengeException
;
RFC2617Scheme.java
38
import org.apache.http.auth.
MalformedChallengeException
;
67
final CharArrayBuffer buffer, int pos, int len) throws
MalformedChallengeException
{
72
throw new
MalformedChallengeException
("Authentication challenge is empty");
BasicScheme.java
39
import org.apache.http.auth.
MalformedChallengeException
;
89
* @throws
MalformedChallengeException
is thrown if the authentication challenge
94
final Header header) throws
MalformedChallengeException
{
NTLMScheme.java
39
import org.apache.http.auth.
MalformedChallengeException
;
91
final CharArrayBuffer buffer, int pos, int len) throws
MalformedChallengeException
{
DigestScheme.java
43
import org.apache.http.auth.
MalformedChallengeException
;
120
* @throws
MalformedChallengeException
is thrown if the authentication challenge
125
final Header header) throws
MalformedChallengeException
{
129
throw new
MalformedChallengeException
("missing realm in challange");
132
throw new
MalformedChallengeException
("missing nonce in challange");
154
throw new
MalformedChallengeException
("None of the qop methods is supported");
/external/apache-http/src/org/apache/http/client/
AuthenticationHandler.java
40
import org.apache.http.auth.
MalformedChallengeException
;
54
HttpContext context) throws
MalformedChallengeException
;
/external/apache-http/src/org/apache/http/impl/client/
DefaultProxyAuthenticationHandler.java
40
import org.apache.http.auth.
MalformedChallengeException
;
64
final HttpContext context) throws
MalformedChallengeException
{
DefaultTargetAuthenticationHandler.java
40
import org.apache.http.auth.
MalformedChallengeException
;
64
final HttpContext context) throws
MalformedChallengeException
{
AbstractAuthenticationHandler.java
48
import org.apache.http.auth.
MalformedChallengeException
;
73
final Header[] headers) throws
MalformedChallengeException
{
85
throw new
MalformedChallengeException
("Header value is null");
DefaultRequestDirector.java
59
import org.apache.http.auth.
MalformedChallengeException
;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar
/prebuilts/tools/common/http-client/
httpclient-4.1.1.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
Completed in 565 milliseconds