| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api | |
| org.apache.directory.ldap.client.api.future |
| Modifier and Type | Field and Description |
|---|---|
private Map<Integer,ResponseFuture<? extends org.apache.directory.api.ldap.model.message.Response>> |
LdapNetworkConnection.futureMap
a map to hold the ResponseFutures for all operations
|
| Modifier and Type | Method and Description |
|---|---|
private ResponseFuture<? extends org.apache.directory.api.ldap.model.message.Response> |
LdapNetworkConnection.getFromFutureMap(int messageId) |
private ResponseFuture<? extends org.apache.directory.api.ldap.model.message.Response> |
LdapNetworkConnection.peekFromFutureMap(int messageId) |
| Modifier and Type | Method and Description |
|---|---|
private void |
LdapNetworkConnection.addToFutureMap(int messageId,
ResponseFuture<? extends org.apache.directory.api.ldap.model.message.Response> future) |
private void |
LdapNetworkConnection.intermediateReceived(org.apache.directory.api.ldap.model.message.IntermediateResponse intermediateResponse,
ResponseFuture<? extends org.apache.directory.api.ldap.model.message.Response> responseFuture)
Process the IntermediateResponse received from the server
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddFuture
A Future to manage AddRequests.
|
class |
BindFuture
A Future to manage BindRequests.
|
class |
CompareFuture
A Future to manage CompareRequest.
|
class |
DeleteFuture
A Future to manage DeleteRequests.
|
class |
ExtendedFuture
A Future to manage ExtendedRequests.
|
class |
ModifyDnFuture
A Future to manage ModifyDnRequest
|
class |
ModifyFuture
A Future to manage ModifyRequest.
|
class |
MultipleResponseFuture<R extends org.apache.directory.api.ldap.model.message.Response>
A Future implementation used in LdapConnection operations.
|
class |
SearchFuture
A Future to manage SerachRequest.
|
class |
UniqueResponseFuture<R extends org.apache.directory.api.ldap.model.message.Response>
A Future implementation used in LdapConnection operations for operations
that only get one single response.
|
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.