Class MethodSelectingRouter

java.lang.Object
org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
All Implemented Interfaces:
Router

final class MethodSelectingRouter extends Object implements Router
A single router responsible for selecting a single method from all the methods bound to the same routed request path. The method selection algorithm selects the handling method based on the HTTP request method name, requested media type as well as defined resource method media type capabilities.