| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api |
| Modifier and Type | Method and Description |
|---|---|
ExtendedFuture |
LdapAsyncConnection.extendedAsync(org.apache.directory.api.ldap.model.message.ExtendedRequest extendedRequest)
Asynchronously requests the server to perform an extended operation based on the given request.
|
ExtendedFuture |
LdapNetworkConnection.extendedAsync(org.apache.directory.api.ldap.model.message.ExtendedRequest extendedRequest)
Asynchronously requests the server to perform an extended operation based on the given request.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
LdapNetworkConnection.extendedReceived(org.apache.directory.api.ldap.model.message.ExtendedResponse extendedResponse,
ExtendedFuture extendedFuture,
int responseId)
Process the ExtendedResponse received from the server
|
private org.apache.directory.api.ldap.model.message.ExtendedResponse |
LdapNetworkConnection.handleOpaqueResponse(org.apache.directory.api.ldap.model.message.ExtendedResponse extendedResponse,
ExtendedFuture extendedFuture) |
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.