Package | Description |
---|---|
bayou.mime |
MIME related utilities.
|
Modifier and Type | Method and Description |
---|---|
static TokenParams |
TokenParams.parse(String headerValue)
Parse a header value in the form of
"token; n1=v1; n2=v2 ..." . |
Modifier and Type | Method and Description |
---|---|
static List<TokenParams> |
TokenParams.parseCommaSeparated(String headerValue)
Parse a header value in the form of
"token-params *( , token-params)"
where token-params is in the form of "token *( ; name=value )" . |