public class AuthChallengeParser
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static AuthChallengeParser |
INSTANCE |
| Constructor and Description |
|---|
AuthChallengeParser() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuthChallenge> |
parse(ChallengeType challengeType,
java.lang.CharSequence buffer,
ParserCursor cursor)
Parses the given sequence of characters into a list of
AuthChallenge elements. |
public static final AuthChallengeParser INSTANCE
public java.util.List<AuthChallenge> parse(ChallengeType challengeType, java.lang.CharSequence buffer, ParserCursor cursor) throws ParseException
AuthChallenge elements.challengeType - the type of challenge (target or proxy).buffer - the sequence of characters to be parsed.cursor - the parser cursor.ParseException