Hello, I started looking at the LDAP Client API and noticed that is doesn't support callbacks on the futures returned by various LdapAsyncConnection methods.
Was it considered to add such callbacks? It could be easily implemented by extending ListenableFuture from Guava library instead of implementing bare j.u.c.Future. All implementing classes (e.g. AddFuture) could be implemented by extending SettableFuture so it shouldn't involve much coding. Best regards, Piotr
