Class MethodSelectingRouter.MethodSelector
- java.lang.Object
-
- org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.MethodSelector
-
- Enclosing class:
- MethodSelectingRouter
private static class MethodSelectingRouter.MethodSelector extends java.lang.Object
Helper class to select matching resource method to be invoked.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor>
sameFitnessAcceptors
(package private) MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor
selected
-
Constructor Summary
Constructors Constructor Description MethodSelector(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor i)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
consider(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor i)
(package private) java.util.List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor>
getSameFitnessList()
-
-
-
Field Detail
-
selected
MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor selected
-
sameFitnessAcceptors
java.util.List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor> sameFitnessAcceptors
-
-
Constructor Detail
-
MethodSelector
MethodSelector(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor i)
-
-
Method Detail
-
consider
void consider(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor i)
-
getSameFitnessList
java.util.List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor> getSameFitnessList()
-
-