Package | Description |
---|---|
org.forgerock.http.handler |
Core
Handler implementations. |
org.forgerock.http.routing |
Provides routing functionality for HTTP requests.
|
Modifier and Type | Method and Description |
---|---|
static DescribableHandler |
Handlers.asDescribableHandler(Handler handler)
Adapts a
Handler to a DescribableHandler without adding support for API Descriptions if it is
not already implemented. |
static DescribableHandler |
Handlers.chainOf(Handler handler,
Filter... filters)
Creates a
Handler which wraps the provided filters
around the provided target handler. |
static DescribableHandler |
Handlers.chainOf(Handler handler,
List<Filter> filters)
Creates a
Handler which wraps the provided filters
around the provided target handler. |
static DescribableHandler |
Handlers.filtered(Handler handler,
Filter filter)
Creates a "filtered handler" instance.
|
Modifier and Type | Class and Description |
---|---|
class |
Router
A router which routes requests based on route matchers.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.