OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Challenge
(Results
1 - 3
of
3
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
OkAuthenticator.java
31
* Returns a credential that satisfies the authentication
challenge
made by
32
* {@code url}. Returns null if the
challenge
cannot be satisfied. This method
36
* @param challenges parsed "WWW-Authenticate"
challenge
headers from the HTTP
39
Credential authenticate(Proxy proxy, URL url, List<
Challenge
> challenges) throws IOException;
42
* Returns a credential that satisfies the authentication
challenge
made by
43
* {@code proxy}. Returns null if the
challenge
cannot be satisfied. This
47
* @param challenges parsed "Proxy-Authenticate"
challenge
headers from the
50
Credential authenticateProxy(Proxy proxy, URL url, List<
Challenge
> challenges) throws IOException;
52
/** An RFC 2617
challenge
. */
53
public final class
Challenge
{
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/header/
Challenge.java
34
*
Challenge
part of the Auth header. This is only used by the parser interface
41
public class
Challenge
extends SIPObject {
72
public
Challenge
() {
78
* Encode the
challenge
in canonical form.
252
Challenge
retval = (
Challenge
) super.clone();
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
Completed in 106 milliseconds