public class QValueParser extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
QValueParser.QValueResult |
Modifier and Type | Method | Description |
---|---|---|
static List<List<QValueParser.QValueResult>> |
parse(List<String> headers) |
Parses a set of headers that take q values to determine the most preferred one.
|
public static List<List<QValueParser.QValueResult>> parse(List<String> headers)
headers
- The headersCopyright © 2018. All rights reserved.