Class MatchResultInitializerRouter
java.lang.Object
org.glassfish.jersey.server.internal.routing.MatchResultInitializerRouter
- All Implemented Interfaces:
Router
Request matching bootstrapping stage that pushes the whole request path to the routing
context as a right-hand path to be matched.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.glassfish.jersey.server.internal.routing.Router
Router.Continuation -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMatchResultInitializerRouter(Router rootRouter) Create a new match result initializer. -
Method Summary
Modifier and TypeMethodDescriptionapply(RequestProcessingContext processingContext) Performs a request routing task and returns the routed request together with arouting continuation.
-
Field Details
-
rootRouter
-
-
Constructor Details
-
MatchResultInitializerRouter
MatchResultInitializerRouter(Router rootRouter) Create a new match result initializer.- Parameters:
rootRouter- root router.
-
-
Method Details
-
apply
Description copied from interface:RouterPerforms a request routing task and returns the routed request together with arouting continuation.
-