public class HeaderFieldValues extends Object
| Constructor and Description |
|---|
HeaderFieldValues(String respContentType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue(String key) |
List<Map<String,String>> |
getValues() |
List<String> |
getValues(String key) |
protected boolean |
hasCharacter() |
boolean |
hasKey(String key) |
protected List<Map<String,String>> |
parse(String content) |
protected String |
parseQuotedValue() |
protected String |
parseValue() |
void |
setValues(List<Map<String,String>> values) |
Copyright © 2020. All rights reserved.