| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api |
| Modifier and Type | Method and Description |
|---|---|
ModifyFuture |
LdapAsyncConnection.modifyAsync(org.apache.directory.api.ldap.model.message.ModifyRequest modRequest)
Performs an asynchronous modify operation based on the modifications present in
the ModifyRequest.
|
ModifyFuture |
LdapNetworkConnection.modifyAsync(org.apache.directory.api.ldap.model.message.ModifyRequest modRequest)
Performs an asynchronous modify operation based on the modifications present in
the ModifyRequest.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
LdapNetworkConnection.modifyReceived(org.apache.directory.api.ldap.model.message.ModifyResponse modifyResponse,
ModifyFuture modifyFuture,
int responseId)
Process the ModifyResponse received from the server
|
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.