| Interface | Description |
|---|---|
| RouteMatch |
Contains the result of routing to a particular route.
|
| Class | Description |
|---|---|
| AbstractRouter<T extends AbstractRouter<T,R,H,D>,R,H,D> |
An abstract base class for implementing routers.
|
| DelegatingRouteMatcher<R> |
A route matcher that delegates to a provided route matcher.
|
| RouteMatcher<R> |
A matcher for evaluating whether a route matches the incoming request.
|
| Exception | Description |
|---|---|
| IncomparableRouteMatchException |
An exception which is thrown when two incompatible
RouteMatch
instances are attempted to be compared. |
Copyright © 2025 Open Identity Platform Community. All rights reserved.