Uses of Interface
org.forgerock.opendj.ldap.messages.UnbindRequest
-
Packages that use UnbindRequest Package Description org.forgerock.opendj.io Classes and interfaces providing I/O functionality.org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses. -
-
Uses of UnbindRequest in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type UnbindRequest Modifier and Type Method Description voidLdapWriter. writeUnbindRequest(int messageID, UnbindRequest request)Writes the provided unbind request. -
Uses of UnbindRequest in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap with parameters of type UnbindRequest Modifier and Type Method Description voidAbstractConnectionWrapper. close(UnbindRequest request, String reason)Releases any resources associated with this connection.voidConnection. close(UnbindRequest request, String reason)Releases any resources associated with this connection.voidLdapClientSocket. close(UnbindRequest request, String reason)Releases any resources associated with this connection. -
Uses of UnbindRequest in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return UnbindRequest Modifier and Type Method Description UnbindRequestUnbindRequest. addControl(Control control)UnbindRequestUnbindRequest. addControls(Iterable<? extends Control> controls)static UnbindRequestRequests. copyOfUnbindRequest(UnbindRequest request)Creates a new unbind request that is an exact copy of the provided request.static UnbindRequestRequests. newUnbindRequest()Creates a new unbind request.static UnbindRequestRequests. unmodifiableUnbindRequest(UnbindRequest request)Creates an unmodifiable unbind request of the provided request.Methods in org.forgerock.opendj.ldap.messages with parameters of type UnbindRequest Modifier and Type Method Description static UnbindRequestRequests. copyOfUnbindRequest(UnbindRequest request)Creates a new unbind request that is an exact copy of the provided request.static UnbindRequestRequests. unmodifiableUnbindRequest(UnbindRequest request)Creates an unmodifiable unbind request of the provided request.RAbstractRequestVisitor. visitRequest(P p, UnbindRequest request)RRequestVisitor. visitRequest(P p, UnbindRequest request)Visits anUnbindrequest.
-