Uses of Interface
org.forgerock.json.resource.ConnectionFactory
Packages that use ConnectionFactory
Package
Description
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
-
Uses of ConnectionFactory in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return ConnectionFactoryModifier and TypeMethodDescriptionCrestApplication.getConnectionFactory()
Get the connection factory for the application.static ConnectionFactory
Resources.newInternalConnectionFactory
(RequestHandler handler) Creates a new connection factory which binds internal client connections toRequestHandler
s.static ConnectionFactory
Resources.uncloseable
(ConnectionFactory factory) Returns an uncloseable view of the provided connection factory.Methods in org.forgerock.json.resource with parameters of type ConnectionFactoryModifier and TypeMethodDescriptionstatic CrestApplication
Applications.simpleCrestApplication
(ConnectionFactory factory, String id, String version) Create a simpleCrestApplication
using the provided factory, id and version.static ConnectionFactory
Resources.uncloseable
(ConnectionFactory factory) Returns an uncloseable view of the provided connection factory.