|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LdapConnection | |
|---|---|
| org.apache.directory.ldap.client.api | |
| org.apache.directory.ldap.client.api.future | |
| Uses of LdapConnection in org.apache.directory.ldap.client.api |
|---|
| Subinterfaces of LdapConnection in org.apache.directory.ldap.client.api | |
|---|---|
interface |
LdapAsyncConnection
Root interface for all asynchronous LDAP connections. |
| Classes in org.apache.directory.ldap.client.api that implement LdapConnection | |
|---|---|
class |
LdapNetworkConnection
This class is the base for every operations sent or received to and from a LDAP server. |
| Methods in org.apache.directory.ldap.client.api that return LdapConnection | |
|---|---|
static LdapConnection |
LdapConnectionFactory.getCoreSessionConnection()
Gets the core session connection. |
| Constructors in org.apache.directory.ldap.client.api with parameters of type LdapConnection | |
|---|---|
NetworkSchemaLoader(LdapConnection connection)
Creates a new instance of NetworkSchemaLoader. |
|
| Uses of LdapConnection in org.apache.directory.ldap.client.api.future |
|---|
| Fields in org.apache.directory.ldap.client.api.future declared as LdapConnection | |
|---|---|
protected LdapConnection |
ResponseFuture.connection
The connection used by the request |
| Constructors in org.apache.directory.ldap.client.api.future with parameters of type LdapConnection | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||