Uses of Interface
org.forgerock.json.resource.Connection
Package
Description
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
-
Uses of Connection in org.forgerock.json.resource
Modifier and TypeClassDescriptionclass
AbstractConnectionWrapper<C extends Connection>
An abstract base class from which connection wrappers may be easily implemented.Modifier and TypeClassDescriptionclass
An abstract connection whose synchronous methods are implemented in terms of asynchronous methods.class
AbstractConnectionWrapper<C extends Connection>
An abstract base class from which connection wrappers may be easily implemented.Modifier and TypeFieldDescriptionprotected final C
AbstractConnectionWrapper.connection
The wrapped connection.Modifier and TypeMethodDescriptionConnectionFactory.getConnection()
Returns a connection to the JSON resource provider associated with this connection factory.static Connection
Resources.newInternalConnection
(RequestHandler handler) Creates a new connection to aRequestHandler
.static Connection
Resources.uncloseable
(Connection connection) Returns an uncloseable view of the provided connection.Modifier and TypeMethodDescriptionConnectionFactory.getConnectionAsync()
Asynchronously obtains a connection to the JSON resource provider associated with this connection factory.Modifier and TypeMethodDescriptionstatic Connection
Resources.uncloseable
(Connection connection) Returns an uncloseable view of the provided connection.