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. 
 

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)
          Create new matching entity tag out of provided header 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)
           
ContentDisposition(HttpHeaderReader reader, boolean fileNameFix)
           
FormDataContentDisposition(HttpHeaderReader reader)
           
FormDataContentDisposition(HttpHeaderReader reader, boolean fileNameFix)
           
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(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 java.util.Map<java.lang.String,java.lang.String> HttpHeaderReader.readParameters(HttpHeaderReader reader, boolean fileNameFix)
           
static int HttpHeaderReader.readQualityFactorParameter(HttpHeaderReader reader)
           
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.