| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api |
| Modifier and Type | Method and Description |
|---|---|
LdapConnectionConfig |
LdapNetworkConnection.getConfig()
gives the configuration information of the connection
|
LdapConnectionConfig |
LdapAsyncConnection.getConfig()
Configuration of LdapNetworkConnection
|
| Constructor and Description |
|---|
LdapNetworkConnection(LdapConnectionConfig config)
Creates a new instance of LdapConnection with the given connection configuration.
|
LdapNetworkConnection(LdapConnectionConfig config,
org.apache.directory.api.ldap.codec.api.LdapApiService ldapApiService) |
PoolableLdapConnectionFactory(LdapConnectionConfig config)
Creates a new instance of PoolableLdapConnectionFactory for the
server running on localhost at the port 10389
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.