Uses of Class
org.forgerock.opendj.ldap.RequestHandle
-
Packages that use RequestHandle Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of RequestHandle in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return RequestHandle Modifier and Type Method Description static RequestHandle
RequestHandle. newRequestHandle()
Creates a newRequestHandle
instance.Methods in org.forgerock.opendj.ldap with parameters of type RequestHandle Modifier and Type Method Description io.reactivex.rxjava3.core.Flowable<Response>
LdapClientSocket. send(Request request, RequestHandle handle)
Sends a request to the Directory Server.
-