| Package | Description |
|---|---|
| org.glassfish.jersey.internal.routing |
Common Jersey internal routing API classes.
|
| Modifier and Type | Field and Description |
|---|---|
static CombinedMediaType |
CombinedMediaType.NO_MATCH
Constant combined type representing no match.
|
| Modifier and Type | Field and Description |
|---|---|
static Comparator<CombinedMediaType> |
CombinedMediaType.COMPARATOR
Comparator used to compare
CombinedMediaType. |
| Modifier and Type | Method and Description |
|---|---|
static CombinedMediaType |
CombinedMediaType.create(MediaType clientType,
CombinedMediaType.EffectiveMediaType serverType)
Create combined client/server media type.
|
CombinedMediaType |
RequestSpecificConsumesProducesAcceptor.getConsumes()
Get request content type
|
CombinedMediaType |
RequestSpecificConsumesProducesAcceptor.getProduces()
Get Accept header media type
|
| Constructor and Description |
|---|
RequestSpecificConsumesProducesAcceptor(CombinedMediaType consumes,
CombinedMediaType produces,
boolean producesFromProviders,
MethodRouting methodRouting) |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.