Package | Description |
---|---|
com.sun.jersey.core.header.reader |
Provides support for reading HTTP headers.
|
Modifier and Type | Method and Description |
---|---|
static <T> List<T> |
HttpHeaderReader.readAcceptableList(Comparator<T> comparator,
HttpHeaderReader.ListElementCreator<T> c,
String header) |
static <T extends QualityFactor> |
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 © 2013 Oracle Corporation. All rights reserved.