Package | Description |
---|---|
org.forgerock.services.routing |
This package provides a simple framework for implementing routers.
|
org.forgerock.util |
Provides common interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
protected Pair<Context,H> |
AbstractRouter.getBestRoute(Context context,
R request)
Finds the best route that matches the given request based on the route
matchers of the registered routes.
|
Modifier and Type | Field and Description |
---|---|
static Pair<?,?> |
Pair.EMPTY
An empty Pair.
|
Modifier and Type | Method and Description |
---|---|
static <F,S> Pair<F,S> |
Pair.empty()
Returns an empty Pair matching the required types.
|
static <F,S> Pair<F,S> |
Pair.of(F first,
S second)
Creates a new
Pair |
Modifier and Type | Method and Description |
---|---|
static <F extends Comparable<F>,S extends Comparable<S>> |
Pair.getPairComparator()
Returns a comparator for Pairs of comparable objects.
|
Copyright 2011-2015 ForgeRock AS.