Uses of Class
org.glassfish.jersey.message.internal.AcceptableMediaType
Packages that use AcceptableMediaType
-
Uses of AcceptableMediaType in org.glassfish.jersey.message.internal
Fields in org.glassfish.jersey.message.internal declared as AcceptableMediaTypeModifier and TypeFieldDescriptionstatic final AcceptableMediaTypeMediaTypes.WILDCARD_ACCEPTABLE_TYPEAn acceptable media type corresponding to a wildcard type.Fields in org.glassfish.jersey.message.internal with type parameters of type AcceptableMediaTypeModifier and TypeFieldDescriptionstatic final Comparator<AcceptableMediaType>AcceptableMediaType.COMPARATORComparator for collections of acceptable media types.Methods in org.glassfish.jersey.message.internal that return AcceptableMediaTypeModifier and TypeMethodDescriptionstatic AcceptableMediaTypeCreate new acceptable media type instance from the suppliedmedia type.static AcceptableMediaTypeAcceptableMediaType.valueOf(HttpHeaderReader reader) Create new acceptable media type instance from the suppliedHTTP header reader.Methods in org.glassfish.jersey.message.internal that return types with arguments of type AcceptableMediaTypeModifier 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.