Uses of Interface
org.forgerock.json.resource.Connection
-
Packages that use Connection Package Description org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions. -
-
Uses of Connection in org.forgerock.json.resource
Classes in org.forgerock.json.resource with type parameters of type Connection Modifier and Type Class Description class
AbstractConnectionWrapper<C extends Connection>
An abstract base class from which connection wrappers may be easily implemented.Classes in org.forgerock.json.resource that implement Connection Modifier and Type Class Description class
AbstractAsynchronousConnection
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.Fields in org.forgerock.json.resource declared as Connection Modifier and Type Field Description protected C
AbstractConnectionWrapper. connection
The wrapped connection.Methods in org.forgerock.json.resource that return Connection Modifier and Type Method Description Connection
ConnectionFactory. 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.Methods in org.forgerock.json.resource that return types with arguments of type Connection Modifier and Type Method Description Promise<Connection,ResourceException>
ConnectionFactory. getConnectionAsync()
Asynchronously obtains a connection to the JSON resource provider associated with this connection factory.Methods in org.forgerock.json.resource with parameters of type Connection Modifier and Type Method Description static Connection
Resources. uncloseable(Connection connection)
Returns an uncloseable view of the provided connection.
-