Class RoutingStage

All Implemented Interfaces:
ChainableStage<RequestProcessingContext>, Stage<RequestProcessingContext>

final class RoutingStage extends AbstractChainableStage<RequestProcessingContext>
Request pre-processing stage that encapsulates hierarchical resource matching and request routing. Once the routing is finished, an endpoint (if matched) is stored in the routing context.
See Also: