Uses of Class
org.forgerock.opendj.ldap.RequestHandle
Packages that use RequestHandle
Package
Description
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 RequestHandleModifier and TypeMethodDescriptionstatic RequestHandle
RequestHandle.newRequestHandle()
Creates a newRequestHandle
instance.Methods in org.forgerock.opendj.ldap with parameters of type RequestHandleModifier and TypeMethodDescriptionLdapClientSocket.send
(Request request, RequestHandle handle) Sends a request to the Directory Server.