|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpHeaderReader.ListElementCreator | |
---|---|
com.sun.jersey.core.header.reader | Provides support for reading HTTP headers. |
Uses of HttpHeaderReader.ListElementCreator in com.sun.jersey.core.header.reader |
---|
Methods in com.sun.jersey.core.header.reader with parameters of type HttpHeaderReader.ListElementCreator | ||
---|---|---|
static
|
HttpHeaderReader.readAcceptableList(Comparator<T> comparator,
HttpHeaderReader.ListElementCreator<T> c,
String header)
|
|
static
|
HttpHeaderReader.readAcceptableList(HttpHeaderReader.ListElementCreator<T> c,
String header)
|
|
static
|
HttpHeaderReader.readList(HttpHeaderReader.ListElementCreator<T> c,
String header)
|
|
static
|
HttpHeaderReader.readList(List<T> l,
HttpHeaderReader.ListElementCreator<T> c,
String header)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |