| Package | Description |
|---|---|
| org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
HttpHeaderReader.readAcceptableList(Comparator<T> comparator,
HttpHeaderReader.ListElementCreator<T> c,
String header) |
static <T extends Qualified> |
HttpHeaderReader.readAcceptableList(HttpHeaderReader.ListElementCreator<T> c,
String header) |
static <T> List<T> |
HttpHeaderReader.readList(HttpHeaderReader.ListElementCreator<T> c,
String header) |
static <T> List<T> |
HttpHeaderReader.readList(List<T> l,
HttpHeaderReader.ListElementCreator<T> c,
String header) |
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.