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 classAbstractConnectionWrapper<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 classAbstractAsynchronousConnectionAn 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 Connection Modifier and Type Field Description protected CAbstractConnectionWrapper. connectionThe wrapped connection.Methods in org.forgerock.json.resource that return Connection Modifier and Type Method Description ConnectionConnectionFactory. 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 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 ConnectionResources. uncloseable(Connection connection)Returns an uncloseable view of the provided connection.
-