Package | Description |
---|---|
org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
Modifier and Type | Field and Description |
---|---|
private static HttpHeaderReader.ListElementCreator<AcceptableMediaType> |
HttpHeaderReader.ACCEPTABLE_MEDIA_TYPE_CREATOR |
private static HttpHeaderReader.ListElementCreator<AcceptableToken> |
HttpHeaderReader.ACCEPTABLE_TOKEN_CREATOR |
private static HttpHeaderReader.ListElementCreator<AcceptableLanguageTag> |
HttpHeaderReader.LANGUAGE_CREATOR |
private static HttpHeaderReader.ListElementCreator<MatchingEntityTag> |
HttpHeaderReader.MATCHING_ENTITY_TAG_CREATOR |
private static HttpHeaderReader.ListElementCreator<javax.ws.rs.core.MediaType> |
HttpHeaderReader.MEDIA_TYPE_CREATOR |
private static HttpHeaderReader.ListElementCreator<QualitySourceMediaType> |
HttpHeaderReader.QUALITY_SOURCE_MEDIA_TYPE_CREATOR |
Modifier and Type | Method and Description |
---|---|
private static <T> java.util.List<T> |
HttpHeaderReader.readList(HttpHeaderReader.ListElementCreator<T> c,
java.lang.String header) |
private static <T> java.util.List<T> |
HttpHeaderReader.readList(java.util.List<T> l,
HttpHeaderReader.ListElementCreator<T> c,
java.lang.String header) |
private static <T> java.util.List<T> |
HttpHeaderReader.readQualifiedList(java.util.Comparator<T> comparator,
HttpHeaderReader.ListElementCreator<T> c,
java.lang.String header) |
private static <T extends Qualified> |
HttpHeaderReader.readQualifiedList(HttpHeaderReader.ListElementCreator<T> c,
java.lang.String header) |