Package | Description |
---|---|
org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
Modifier and Type | Field and Description |
---|---|
static AcceptableMediaType |
MediaTypes.WILDCARD_ACCEPTABLE_TYPE
An acceptable media type corresponding to a wildcard type.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<AcceptableMediaType> |
AcceptableMediaType.COMPARATOR
Comparator for collections of acceptable media types.
|
Modifier and Type | Method and Description |
---|---|
static AcceptableMediaType |
AcceptableMediaType.valueOf(HttpHeaderReader reader)
Create new acceptable media type instance from the supplied
HTTP header reader . |
static AcceptableMediaType |
AcceptableMediaType.valueOf(jakarta.ws.rs.core.MediaType mediaType)
Create new acceptable media type instance from the supplied
media type . |
Modifier and Type | Method and Description |
---|---|
List<AcceptableMediaType> |
InboundMessageContext.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.
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.