| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api |
| Modifier and Type | Method and Description |
|---|---|
DeleteFuture |
LdapAsyncConnection.deleteAsync(org.apache.directory.api.ldap.model.message.DeleteRequest delRequest)
Performs an asynchronous delete operation based on the delete request object.
|
DeleteFuture |
LdapNetworkConnection.deleteAsync(org.apache.directory.api.ldap.model.message.DeleteRequest deleteRequest)
Performs an asynchronous delete operation based on the delete request object.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
LdapNetworkConnection.deleteReceived(org.apache.directory.api.ldap.model.message.DeleteResponse deleteResponse,
DeleteFuture deleteFuture,
int responseId)
Process the DeleteResponse received from the server
|
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.