Interface Router
- All Known Implementing Classes:
MatchResultInitializerRouter
,MethodSelectingRouter
,PathMatchingRouter
,PushMatchedMethodRouter
,PushMatchedRuntimeResourceRouter
,PushMatchedTemplateRouter
,PushMatchedUriRouter
,PushMethodHandlerRouter
,Routers.EndpointRouter
,SubResourceLocatorRouter
interface Router
Hierarchical request router that can be used to create dynamic routing tree
structures. Each routing tree can be executed using a dedicated
routing stage
.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
Hierarchical request routing continuation. -
Method Summary
Modifier and TypeMethodDescriptionPerforms a request routing task and returns the routed request together with arouting continuation
.
-
Method Details
-
apply
Performs a request routing task and returns the routed request together with arouting continuation
.- Parameters:
data
- data to be transformed.- Returns:
- a processing continuation.
-