Package | Description |
---|---|
com.sun.jersey.core.header.reader |
Provides support for reading HTTP headers.
|
Modifier and Type | Method and Description |
---|---|
static <T> java.util.List<T> |
HttpHeaderReader.readAcceptableList(java.util.Comparator<T> comparator,
HttpHeaderReader.ListElementCreator<T> c,
java.lang.String header) |
static <T extends QualityFactor> |
HttpHeaderReader.readAcceptableList(HttpHeaderReader.ListElementCreator<T> c,
java.lang.String header) |
static <T> java.util.List<T> |
HttpHeaderReader.readList(HttpHeaderReader.ListElementCreator<T> c,
java.lang.String header) |
static <T> java.util.List<T> |
HttpHeaderReader.readList(java.util.List<T> l,
HttpHeaderReader.ListElementCreator<T> c,
java.lang.String header) |
Copyright © 2016 Oracle Corporation. All Rights Reserved.