| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api | |
| org.apache.directory.ldap.client.api.future |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LdapAsyncConnection
Root interface for all asynchronous LDAP connections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLdapConnection
An abstract LdapConnection class gathering the common behavior of LdapConnection
concrete classes.
|
class |
LdapNetworkConnection
This class is the base for every operations sent or received to and
from a LDAP server.
|
| Modifier and Type | Method and Description |
|---|---|
LdapConnection |
LdapConnectionPool.getConnection()
Gives a LdapConnection fetched from the pool.
|
LdapConnection |
PoolableLdapConnectionFactory.makeObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
PoolableLdapConnectionFactory.activateObject(LdapConnection connection) |
void |
PoolableLdapConnectionFactory.destroyObject(LdapConnection connection) |
void |
PoolableLdapConnectionFactory.passivateObject(LdapConnection connection) |
void |
LdapConnectionPool.releaseConnection(LdapConnection connection)
Places the given LdapConnection back in the pool.
|
boolean |
PoolableLdapConnectionFactory.validateObject(LdapConnection connection) |
| Constructor and Description |
|---|
DefaultSchemaLoader(LdapConnection connection)
Creates a new instance of DefaultSchemaLoader.
|
DefaultSchemaLoader(LdapConnection connection,
org.apache.directory.api.ldap.model.name.Dn subschemaSubentryDn)
Creates a new instance of NetworkSchemaLoader.
|
| Modifier and Type | Field and Description |
|---|---|
protected LdapConnection |
ResponseFuture.connection
The connection used by the request
|
| Constructor and Description |
|---|
AddFuture(LdapConnection connection,
int messageId)
Creates a new instance of AddFuture.
|
BindFuture(LdapConnection connection,
int messageId)
Creates a new instance of BindFuture.
|
CompareFuture(LdapConnection connection,
int messageId)
Creates a new instance of CompareFuture.
|
DeleteFuture(LdapConnection connection,
int messageId)
Creates a new instance of DeleteFuture.
|
ExtendedFuture(LdapConnection connection,
int messageId)
Creates a new instance of ExtendedFuture.
|
ModifyDnFuture(LdapConnection connection,
int messageId)
Creates a new instance of ModifyDnFuture.
|
ModifyFuture(LdapConnection connection,
int messageId)
Creates a new instance of ModifyFuture.
|
ResponseFuture(LdapConnection connection,
int messageId)
Creates a new instance of ResponseFuture.
|
SearchFuture(LdapConnection connection,
int messageId)
Creates a new instance of SearchFuture.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.