Uses of Class
org.glassfish.jersey.server.internal.routing.MethodRouting
Packages that use MethodRouting
Package
Description
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 MethodRoutingModifier and TypeFieldDescription(package private) final MethodRouting
MethodSelectingRouter.ConsumesProducesAcceptor.methodRouting
(package private) final MethodRouting
MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor.methodRouting
Methods in org.glassfish.jersey.server.internal.routing that return types with arguments of type MethodRoutingModifier and TypeMethodDescriptionprivate List<MethodRouting>
RuntimeModelBuilder.createResourceMethodRouters
(RuntimeResource runtimeResource, boolean subResourceMode) Methods in org.glassfish.jersey.server.internal.routing with parameters of type MethodRoutingModifier and TypeMethodDescriptionprivate void
MethodSelectingRouter.addAllConsumesProducesCombinations
(List<MethodSelectingRouter.ConsumesProducesAcceptor> acceptors, MethodRouting methodRouting) Constructors in org.glassfish.jersey.server.internal.routing with parameters of type MethodRoutingModifierConstructorDescriptionprivate
ConsumesProducesAcceptor
(CombinedMediaType.EffectiveMediaType consumes, CombinedMediaType.EffectiveMediaType produces, MethodRouting methodRouting) (package private)
RequestSpecificConsumesProducesAcceptor
(CombinedMediaType consumes, CombinedMediaType produces, boolean producesFromProviders, MethodRouting methodRouting) Constructor parameters in org.glassfish.jersey.server.internal.routing with type arguments of type MethodRoutingModifierConstructorDescription(package private)
MethodSelectingRouter
(MessageBodyWorkers workers, List<MethodRouting> methodRoutings) Create a newMethodSelectingRouter
for all the methods on the same path.