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 MethodRoutingMethodSelectingRouter.ConsumesProducesAcceptor.methodRouting(package private) final MethodRoutingMethodSelectingRouter.RequestSpecificConsumesProducesAcceptor.methodRoutingMethods 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 voidMethodSelectingRouter.addAllConsumesProducesCombinations(List<MethodSelectingRouter.ConsumesProducesAcceptor> acceptors, MethodRouting methodRouting) Constructors in org.glassfish.jersey.server.internal.routing with parameters of type MethodRoutingModifierConstructorDescriptionprivateConsumesProducesAcceptor(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 newMethodSelectingRouterfor all the methods on the same path.