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.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapWriter.writeUnbindRequest(int messageID,
UnbindRequest request)
Writes the provided unbind request.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapClientSocket.close(UnbindRequest request,
String reason)
Releases any resources associated with this connection.
|
void |
Connection.close(UnbindRequest request,
String reason)
Releases any resources associated with this connection.
|
void |
AbstractConnectionWrapper.close(UnbindRequest request,
String reason)
Releases any resources associated with this connection.
|
Modifier and Type | Method and Description |
---|---|
UnbindRequest |
UnbindRequest.addControl(Control control) |
UnbindRequest |
UnbindRequest.addControls(Iterable<? extends Control> controls) |
static UnbindRequest |
Requests.copyOfUnbindRequest(UnbindRequest request)
Creates a new unbind request that is an exact copy of the provided
request.
|
static UnbindRequest |
Requests.newUnbindRequest()
Creates a new unbind request.
|
static UnbindRequest |
Requests.unmodifiableUnbindRequest(UnbindRequest request)
Creates an unmodifiable unbind request of the provided request.
|
Modifier and Type | Method and Description |
---|---|
static UnbindRequest |
Requests.copyOfUnbindRequest(UnbindRequest request)
Creates a new unbind request that is an exact copy of the provided
request.
|
static UnbindRequest |
Requests.unmodifiableUnbindRequest(UnbindRequest request)
Creates an unmodifiable unbind request of the provided request.
|
R |
RequestVisitor.visitRequest(P p,
UnbindRequest request)
Visits an
Unbind request. |
R |
AbstractRequestVisitor.visitRequest(P p,
UnbindRequest request) |
Copyright © 2010-2018, ForgeRock All Rights Reserved.