| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api |
| Modifier and Type | Method and Description |
|---|---|
AddFuture |
LdapAsyncConnection.addAsync(org.apache.directory.api.ldap.model.message.AddRequest addRequest)
Add an entry present in the AddRequest to the server.
|
AddFuture |
LdapNetworkConnection.addAsync(org.apache.directory.api.ldap.model.message.AddRequest addRequest)
Add an entry present in the AddRequest to the server.
|
AddFuture |
LdapAsyncConnection.addAsync(org.apache.directory.api.ldap.model.entry.Entry entry)
Add an entry to the server asynchronously.
|
AddFuture |
LdapNetworkConnection.addAsync(org.apache.directory.api.ldap.model.entry.Entry entry)
Add an entry to the server asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
LdapNetworkConnection.addReceived(org.apache.directory.api.ldap.model.message.AddResponse addResponse,
AddFuture addFuture,
int responseId)
Process the AddResponse received from the server
|
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.