Router.Continuation
Modifier and Type | Field and Description |
---|---|
private java.util.List<Route> |
acceptedRoutes |
Constructor and Description |
---|
PathMatchingRouter(java.util.List<Route> routes)
Constructs route methodAcceptorPair that uses
PathPattern instances for
patch matching. |
Modifier and Type | Method and Description |
---|---|
Router.Continuation |
apply(RequestProcessingContext context)
Performs a request routing task and returns the routed request together with
a
routing continuation . |
private final java.util.List<Route> acceptedRoutes
PathMatchingRouter(java.util.List<Route> routes)
PathPattern
instances for
patch matching.routes
- next-level request routers to be returned in case the router matching
the built router is successful.public Router.Continuation apply(RequestProcessingContext context)
Router
routing continuation
.