final class PushMatchedMethodRouter extends java.lang.Object implements Router
resource method
to routing context
.Router.Continuation
Modifier and Type | Field and Description |
---|---|
private ResourceMethod |
resourceMethod |
Constructor and Description |
---|
PushMatchedMethodRouter(ResourceMethod resourceMethod)
Create a new instance of push matched resource router.
|
Modifier and Type | Method and Description |
---|---|
Router.Continuation |
apply(RequestProcessingContext processingContext)
Performs a request routing task and returns the routed request together with
a
routing continuation . |
private final ResourceMethod resourceMethod
PushMatchedMethodRouter(ResourceMethod resourceMethod)
resourceMethod
- The matched resource method that should be pushed into the
routing context
.public Router.Continuation apply(RequestProcessingContext processingContext)
Router
routing continuation
.