Package | Description |
---|---|
org.forgerock.openig.handler |
Handles HTTP exchange requests by generating responses.
|
Modifier and Type | Method and Description |
---|---|
DispatchHandler |
DispatchHandler.addBinding(Expression condition,
Handler handler,
URI baseURI)
Binds an expression to the current handler to dispatch to.
|
DispatchHandler |
DispatchHandler.addUnconditionalBinding(Handler handler,
URI baseURI)
Adds an unconditional bindings to the handler.
|
Copyright © 2014 ForgeRock AS. All rights reserved.