See: Description
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. |
AbstractRouter
. This package is designed to be protocol and framework
independent.Copyright © 2010-2018, ForgeRock All Rights Reserved.