Uses of Interface
org.forgerock.json.resource.Connection
Packages that use 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
Classes in org.forgerock.json.resource with type parameters of type ConnectionModifier and TypeClassDescriptionclass
AbstractConnectionWrapper<C extends Connection>
An abstract base class from which connection wrappers may be easily implemented.Classes in org.forgerock.json.resource that implement ConnectionModifier 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.Fields in org.forgerock.json.resource declared as ConnectionModifier and TypeFieldDescriptionprotected final C
AbstractConnectionWrapper.connection
The wrapped connection.Methods in org.forgerock.json.resource that return ConnectionModifier 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.Methods in org.forgerock.json.resource that return types with arguments of type ConnectionModifier and TypeMethodDescriptionConnectionFactory.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 ConnectionModifier and TypeMethodDescriptionstatic Connection
Resources.uncloseable
(Connection connection) Returns an uncloseable view of the provided connection.