Uses of Class
org.glassfish.jersey.message.internal.AcceptableMediaType
Package
Description
Common Jersey internal routing API classes.
Common Jersey internal messaging classes.
-
Uses of AcceptableMediaType in org.glassfish.jersey.internal.routing
Modifier and TypeMethodDescriptionprotected MediaType
ContentTypeDeterminer.determineResponseMediaType
(Class<?> entityClass, Type entityType, RequestSpecificConsumesProducesAcceptor<?> selectedMethod, List<AcceptableMediaType> acceptableMediaTypes, List<MediaType> methodProducesTypes, Annotation[] handlingMethodAnnotations) -
Uses of AcceptableMediaType in org.glassfish.jersey.message.internal
Modifier and TypeFieldDescriptionstatic final AcceptableMediaType
MediaTypes.WILDCARD_ACCEPTABLE_TYPE
An acceptable media type corresponding to a wildcard type.Modifier and TypeFieldDescriptionstatic final Comparator<AcceptableMediaType>
AcceptableMediaType.COMPARATOR
Comparator for collections of acceptable media types.Modifier and TypeMethodDescriptionstatic AcceptableMediaType
Create new acceptable media type instance from the suppliedmedia type
.static AcceptableMediaType
AcceptableMediaType.valueOf
(HttpHeaderReader reader) Create new acceptable media type instance from the suppliedHTTP header reader
.Modifier and TypeMethodDescriptionInboundMessageContext.getQualifiedAcceptableMediaTypes()
Get a list of media types that are acceptable for a request.static List<AcceptableMediaType>
HttpHeaderReader.readAcceptMediaType
(String header) TODO javadoc.static List<AcceptableMediaType>
HttpHeaderReader.readAcceptMediaType
(String header, List<QualitySourceMediaType> priorityMediaTypes) TODO javadoc.