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.
JSON resource Commons HTTP Framework integration.
-
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 ConnectionFactoryResources.newInternalConnectionFactory(RequestHandler handler) Creates a new connection factory which binds internal client connections toRequestHandlers.static ConnectionFactoryResources.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 CrestApplicationApplications.multipartCrestApplication(ConnectionFactory factory, String id, String version) Create a simpleCrestApplicationthat allows multipart/form-data requests using the provided factory, id and version.static CrestApplicationApplications.simpleCrestApplication(ConnectionFactory factory, String id, String version) Create a simpleCrestApplicationusing the provided factory, id and version.static ConnectionFactoryResources.uncloseable(ConnectionFactory factory) Returns an uncloseable view of the provided connection factory. -
Uses of ConnectionFactory in org.forgerock.json.resource.http
Methods in org.forgerock.json.resource.http that return ConnectionFactoryModifier and TypeMethodDescriptionstatic ConnectionFactoryCrestHttp.newConnectionFactory(Handler handler, URI uri) Creates a newConnectionFactorythat map back and forth JSON resource objects to CHF objects.Methods in org.forgerock.json.resource.http with parameters of type ConnectionFactoryModifier and TypeMethodDescriptionstatic HandlerCrestHttp.newHttpHandler(ConnectionFactory connectionFactory) Deprecated.static HandlerCrestHttp.newHttpHandler(ConnectionFactory connectionFactory, HttpContextFactory contextFactory) Deprecated.UseCrestHttp.newHttpHandler(CrestApplication)instead.static HandlerCrestHttp.newHttpHandler(ConnectionFactory connectionFactory, Context parentContext) Deprecated.UseCrestHttp.newHttpHandler(CrestApplication)instead.
CrestHttp.newHttpHandler(CrestApplication)instead.