Uses of Class
org.ldaptive.pool.AbstractConnectionPool
-
Packages that use AbstractConnectionPool Package Description org.ldaptive org.ldaptive.pool -
-
Uses of AbstractConnectionPool in org.ldaptive
Subclasses of AbstractConnectionPool in org.ldaptive Modifier and Type Class Description class
PooledConnectionFactory
Creates connections for performing ldap operations and manages those connections as a pool. -
Uses of AbstractConnectionPool in org.ldaptive.pool
Subclasses of AbstractConnectionPool in org.ldaptive.pool Modifier and Type Class Description class
BlockingConnectionPool
Implements a pool of connections that has a set minimum and maximum size.
-