public class AuthChallengeParser extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static AuthChallengeParser |
INSTANCE |
| 构造器和说明 |
|---|
AuthChallengeParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<AuthChallenge> |
parse(ChallengeType challengeType,
CharSequence buffer,
ParserCursor cursor)
Parses the given sequence of characters into a list of
AuthChallenge elements. |
public static final AuthChallengeParser INSTANCE
public List<AuthChallenge> parse(ChallengeType challengeType, 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.ParseExceptionCopyright © 2023. All rights reserved.