Uses of Class
org.forgerock.opendj.ldap.AbstractConnection
-
Packages that use AbstractConnection Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of AbstractConnection in org.forgerock.opendj.ldap
Subclasses of AbstractConnection in org.forgerock.opendj.ldap Modifier and Type Class Description classAbstractAsynchronousConnectionAn abstract connection whose synchronous methods are implemented in terms of asynchronous methods.classAbstractSynchronousConnectionAn abstract connection whose asynchronous methods are implemented in terms of synchronous methods.
-