See: Description
Interface | Description |
---|---|
RouteMatch |
Contains the result of routing to a particular route.
|
Class | Description |
---|---|
AbstractRouter<T extends AbstractRouter<T,R,H>,R,H> |
An abstract base class for implementing routers.
|
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 2011-2015 ForgeRock AS.