Uses of Class
com.sun.jersey.core.header.reader.HttpHeaderReader

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)
           
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(java.lang.String header)
           
static HttpHeaderReader HttpHeaderReader.newInstance(java.lang.String header, boolean processComments)
           
 

Methods in com.sun.jersey.core.header.reader with parameters of type HttpHeaderReader
 T HttpHeaderReader.ListElementCreator.create(HttpHeaderReader reader)
           
static java.util.Map<java.lang.String,java.lang.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 javax.ws.rs.core.MediaType MediaTypeProvider.valueOf(HttpHeaderReader reader)
           
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.