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 RequestHandleRequestHandle. newRequestHandle()Creates a newRequestHandleinstance.Methods in org.forgerock.opendj.ldap with parameters of type RequestHandle Modifier and Type Method Description Flowable<Response>LdapClientSocket. send(Request request, RequestHandle handle)Sends a request to the Directory Server.
-