Uses of Class
org.apache.directory.ldap.client.api.future.AddFuture
-
Packages that use AddFuture Package Description org.apache.directory.ldap.client.api -
-
Uses of AddFuture in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return AddFuture Modifier and Type Method Description AddFutureLdapAsyncConnection. addAsync(Entry entry)Add an entry to the server asynchronously.AddFutureLdapAsyncConnection. addAsync(AddRequest addRequest)Add an entry present in the AddRequest to the server.AddFutureLdapNetworkConnection. addAsync(Entry entry)Add an entry to the server asynchronously.AddFutureLdapNetworkConnection. addAsync(AddRequest addRequest)Add an entry present in the AddRequest to the server.
-