public class QValueParser extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QValueParser.QValueResult |
Modifier and Type | Method and 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 © 2017 JBoss by Red Hat. All rights reserved.