public static class BasicAuthChallenge.Parser extends java.lang.Object implements AuthChallenge.AuthChallengeParser
| Constructor and Description |
|---|
Parser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(JSONObject json) |
AuthChallenge |
parse(JSONObject json) |
public AuthChallenge parse(JSONObject json) throws JSONException
parse in interface AuthChallenge.AuthChallengeParserJSONExceptionpublic boolean accepts(JSONObject json)
accepts in interface AuthChallenge.AuthChallengeParser