Uses of Class
org.glassfish.jersey.server.internal.routing.MethodRouting
-
Packages that use MethodRouting Package Description org.glassfish.jersey.server.internal.routing Jersey server-side internal resource routing classes. -
-
Uses of MethodRouting in org.glassfish.jersey.server.internal.routing
Fields in org.glassfish.jersey.server.internal.routing declared as MethodRouting Modifier and Type Field Description (package private) MethodRouting
MethodSelectingRouter.ConsumesProducesAcceptor. methodRouting
(package private) MethodRouting
MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor. methodRouting
Methods in org.glassfish.jersey.server.internal.routing that return types with arguments of type MethodRouting Modifier and Type Method Description private java.util.List<MethodRouting>
RuntimeModelBuilder. createResourceMethodRouters(RuntimeResource runtimeResource, boolean subResourceMode)
Methods in org.glassfish.jersey.server.internal.routing with parameters of type MethodRouting Modifier and Type Method Description private void
MethodSelectingRouter. addAllConsumesProducesCombinations(java.util.List<MethodSelectingRouter.ConsumesProducesAcceptor> acceptors, MethodRouting methodRouting)
Constructors in org.glassfish.jersey.server.internal.routing with parameters of type MethodRouting Constructor Description ConsumesProducesAcceptor(CombinedMediaType.EffectiveMediaType consumes, CombinedMediaType.EffectiveMediaType produces, MethodRouting methodRouting)
RequestSpecificConsumesProducesAcceptor(CombinedMediaType consumes, CombinedMediaType produces, boolean producesFromProviders, MethodRouting methodRouting)
Constructor parameters in org.glassfish.jersey.server.internal.routing with type arguments of type MethodRouting Constructor Description MethodSelectingRouter(MessageBodyWorkers workers, java.util.List<MethodRouting> methodRoutings)
Create a newMethodSelectingRouter
for all the methods on the same path.
-