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 TypeClassDescriptionclassAbstractConnectionWrapper<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 TypeClassDescriptionclassAn abstract connection whose synchronous methods are implemented in terms of asynchronous methods.classAbstractConnectionWrapper<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 CAbstractConnectionWrapper.connectionThe 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 ConnectionResources.newInternalConnection(RequestHandler handler) Creates a new connection to aRequestHandler.static ConnectionResources.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 ConnectionResources.uncloseable(Connection connection) Returns an uncloseable view of the provided connection.