Uses of Package
com.sun.jersey.core.header

Packages that use com.sun.jersey.core.header
com.sun.jersey.api Provides support for responses and exceptions. 
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
com.sun.jersey.api.core Provides support for configuration. 
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   
com.sun.jersey.core.spi.factory Provides support for factories of particular component types. 
com.sun.jersey.multipart JAX-RS Integration with MIME MultiPart Message Formats 
com.sun.jersey.server.impl.model   
com.sun.jersey.server.impl.template   
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
 

Classes in com.sun.jersey.core.header used by com.sun.jersey.api
OutBoundHeaders
          Out-bound HTTP headers.
 

Classes in com.sun.jersey.core.header used by com.sun.jersey.api.client
InBoundHeaders
          In-bound HTTP headers.
LinkHeaders
          A map of Link headers where each header can be retrieved using the relationship type as the key.
 

Classes in com.sun.jersey.core.header used by com.sun.jersey.api.core
QualitySourceMediaType
          An quality source media type.
 

Classes in com.sun.jersey.core.header used by com.sun.jersey.core.header
AcceptableMediaType
          An acceptable media type.
ContentDisposition
          A content disposition header.
ContentDisposition.ContentDispositionBuilder
          Builder to build content disposition.
FormDataContentDisposition
          A form-data content disposition header.
FormDataContentDisposition.FormDataContentDispositionBuilder
          Builder to build form data content disposition.
InBoundHeaders
          In-bound HTTP headers.
LanguageTag
          A language tag.
LinkHeader
          A Link header.
LinkHeader.LinkHeaderBuilder
          A Link header builder.
MatchingEntityTag
          A matching entity tag.
OutBoundHeaders
          Out-bound HTTP headers.
QualityFactor
          Quality factor for acceptable header types.
QualitySourceMediaType
          An quality source media type.
Token
          A token.
 

Classes in com.sun.jersey.core.header used by com.sun.jersey.core.header.reader
AcceptableLanguageTag
          An acceptable language tag.
AcceptableMediaType
          An acceptable media type.
AcceptableToken
          An acceptable token.
MatchingEntityTag
          A matching entity tag.
QualityFactor
          Quality factor for acceptable header types.
QualitySourceMediaType
          An quality source media type.
 

Classes in com.sun.jersey.core.header used by com.sun.jersey.core.impl.provider.header
LinkHeader
          A Link header.
 

Classes in com.sun.jersey.core.header used by com.sun.jersey.core.spi.factory
OutBoundHeaders
          Out-bound HTTP headers.
 

Classes in com.sun.jersey.core.header used by com.sun.jersey.multipart
ContentDisposition
          A content disposition header.
FormDataContentDisposition
          A form-data content disposition header.
ParameterizedHeader
          A general parameterized header.
 

Classes in com.sun.jersey.core.header used by com.sun.jersey.server.impl.model
AcceptableLanguageTag
          An acceptable language tag.
AcceptableMediaType
          An acceptable media type.
AcceptableToken
          An acceptable token.
MatchingEntityTag
          A matching entity tag.
QualitySourceMediaType
          An quality source media type.
 

Classes in com.sun.jersey.core.header used by com.sun.jersey.server.impl.template
QualitySourceMediaType
          An quality source media type.
 

Classes in com.sun.jersey.core.header used by com.sun.jersey.spi.container
InBoundHeaders
          In-bound HTTP headers.
QualitySourceMediaType
          An quality source media type.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.