interface Router
routing stage
.Modifier and Type | Interface and Description |
---|---|
static class |
Router.Continuation
Hierarchical request routing continuation.
|
Modifier and Type | Method and Description |
---|---|
Router.Continuation |
apply(RequestProcessingContext data)
Performs a request routing task and returns the routed request together with
a
routing continuation . |
Router.Continuation apply(RequestProcessingContext data)
routing continuation
.data
- data to be transformed.