|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpHeaderReader | |
---|---|
com.sun.jersey.core.header | Provides support for HTTP headers. |
com.sun.jersey.core.header.reader | Provides support for reading HTTP headers. |
com.sun.jersey.core.impl.provider.header |
Uses of HttpHeaderReader in com.sun.jersey.core.header |
---|
Methods in com.sun.jersey.core.header with parameters of type HttpHeaderReader | |
---|---|
static MatchingEntityTag |
MatchingEntityTag.valueOf(HttpHeaderReader reader)
|
static AcceptableMediaType |
AcceptableMediaType.valueOf(HttpHeaderReader reader)
|
static QualitySourceMediaType |
QualitySourceMediaType.valueOf(HttpHeaderReader reader)
|
Constructors in com.sun.jersey.core.header with parameters of type HttpHeaderReader | |
---|---|
AcceptableLanguageTag(HttpHeaderReader reader)
|
|
AcceptableToken(HttpHeaderReader reader)
|
|
ContentDisposition(HttpHeaderReader reader)
|
|
FormDataContentDisposition(HttpHeaderReader reader)
|
|
LanguageTag(HttpHeaderReader reader)
|
|
LinkHeader(HttpHeaderReader reader)
|
|
ParameterizedHeader(HttpHeaderReader reader)
|
|
Token(HttpHeaderReader reader)
|
Uses of HttpHeaderReader in com.sun.jersey.core.header.reader |
---|
Methods in com.sun.jersey.core.header.reader that return HttpHeaderReader | |
---|---|
static HttpHeaderReader |
HttpHeaderReader.newInstance(String header)
|
static HttpHeaderReader |
HttpHeaderReader.newInstance(String header,
boolean processComments)
|
Methods in com.sun.jersey.core.header.reader with parameters of type HttpHeaderReader | |
---|---|
T |
HttpHeaderReader.ListElementCreator.create(HttpHeaderReader reader)
|
static Map<String,String> |
HttpHeaderReader.readParameters(HttpHeaderReader reader)
|
static int |
HttpHeaderReader.readQualityFactorParameter(HttpHeaderReader reader)
|
Uses of HttpHeaderReader in com.sun.jersey.core.impl.provider.header |
---|
Methods in com.sun.jersey.core.impl.provider.header with parameters of type HttpHeaderReader | |
---|---|
static MediaType |
MediaTypeProvider.valueOf(HttpHeaderReader reader)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |