Package | Description |
---|---|
org.forgerock.json.resource |
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
|
org.forgerock.json.resource.http |
JSON resource Commons HTTP Framework integration.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionFactory |
Resources.newInternalConnectionFactory(RequestHandler handler)
Creates a new connection factory which binds internal client connections
to
RequestHandler s. |
static ConnectionFactory |
Resources.uncloseable(ConnectionFactory factory)
Returns an uncloseable view of the provided connection factory.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionFactory |
Resources.uncloseable(ConnectionFactory factory)
Returns an uncloseable view of the provided connection factory.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionFactory |
CrestHttp.newConnectionFactory(org.forgerock.http.Handler handler,
URI uri)
Creates a new
ConnectionFactory that map back and forth JSON resource objects to CHF objects. |
Modifier and Type | Method and Description |
---|---|
static org.forgerock.http.Handler |
CrestHttp.newHttpHandler(ConnectionFactory connectionFactory)
Creates a new JSON resource HTTP Handler with the provided connection
factory and no context factory.
|
static org.forgerock.http.Handler |
CrestHttp.newHttpHandler(ConnectionFactory connectionFactory,
org.forgerock.services.context.Context parentContext)
Creates a new JSON resource HTTP Handler with the provided connection
factory and a context factory which will always return the provided
request context.
|
static org.forgerock.http.Handler |
CrestHttp.newHttpHandler(ConnectionFactory connectionFactory,
HttpContextFactory contextFactory)
Creates a new JSON resource HTTP Handler with the provided connection
factory and context factory.
|
Copyright 2010-2017 ForgeRock AS.