Package org.ldaptive

Class PooledConnectionFactory

    • Constructor Detail

      • PooledConnectionFactory

        public PooledConnectionFactory()
        Default constructor.
      • PooledConnectionFactory

        public PooledConnectionFactory​(Transport t)
        Creates a new pooled connection factory.
        Parameters:
        t - transport
      • PooledConnectionFactory

        public PooledConnectionFactory​(java.lang.String ldapUrl)
        Creates a new pooled connection factory.
        Parameters:
        ldapUrl - to connect to
      • PooledConnectionFactory

        public PooledConnectionFactory​(java.lang.String ldapUrl,
                                       Transport t)
        Creates a new pooled connection factory.
        Parameters:
        ldapUrl - to connect to
        t - transport
      • PooledConnectionFactory

        public PooledConnectionFactory​(ConnectionConfig cc)
        Creates a new pooled connection factory.
        Parameters:
        cc - connection configuration
      • PooledConnectionFactory

        public PooledConnectionFactory​(ConnectionConfig cc,
                                       Transport t)
        Creates a new pooled connection factory.
        Parameters:
        cc - connection configuration
        t - transport