Class PushMatchedMethodRouter
java.lang.Object
org.glassfish.jersey.server.internal.routing.PushMatchedMethodRouter
- All Implemented Interfaces:
Router
Router that pushes matched
resource method
to routing context
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.glassfish.jersey.server.internal.routing.Router
Router.Continuation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPushMatchedMethodRouter
(ResourceMethod resourceMethod) Create a new instance of push matched resource router. -
Method Summary
Modifier and TypeMethodDescriptionapply
(RequestProcessingContext processingContext) Performs a request routing task and returns the routed request together with arouting continuation
.
-
Field Details
-
resourceMethod
-
-
Constructor Details
-
PushMatchedMethodRouter
PushMatchedMethodRouter(ResourceMethod resourceMethod) Create a new instance of push matched resource router.- Parameters:
resourceMethod
- The matched resource method that should be pushed into therouting context
.
-
-
Method Details
-
apply
Description copied from interface:Router
Performs a request routing task and returns the routed request together with arouting continuation
.
-