Package | Description |
---|---|
org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Comparator<MethodSelectingRouter.ConsumesProducesAcceptor> |
MethodSelectingRouter.CONSUMES_PRODUCES_ACCEPTOR_COMPARATOR |
private java.util.Map<java.lang.String,java.util.List<MethodSelectingRouter.ConsumesProducesAcceptor>> |
MethodSelectingRouter.consumesProducesAcceptors |
Modifier and Type | Method and Description |
---|---|
private void |
MethodSelectingRouter.addAllConsumesProducesCombinations(java.util.List<MethodSelectingRouter.ConsumesProducesAcceptor> acceptors,
MethodRouting methodRouting) |
private MethodSelectingRouter.MethodSelector |
MethodSelectingRouter.selectMethod(java.util.List<AcceptableMediaType> acceptableMediaTypes,
java.util.List<MethodSelectingRouter.ConsumesProducesAcceptor> satisfyingAcceptors,
javax.ws.rs.core.MediaType effectiveContentType,
boolean singleInvokableMethod)
Select method to be invoked.
|