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.requests |
Classes and interfaces for core LDAP requests.
|
org.forgerock.opendj.ldap.spi |
Interfaces and classes for service providers.
|
org.opends.server.protocols.http |
Contains the implementation for the Directory Server connection handler that
is responsible for interacting with clients using HTTP.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPMessageHandler.unbindRequest(int messageID,
UnbindRequest request)
Handles an LDAP unbind request message.
|
void |
AbstractLDAPMessageHandler.unbindRequest(int messageID,
UnbindRequest request) |
void |
LDAPWriter.writeUnbindRequest(int messageID,
UnbindRequest request)
Writes the provided unbind request.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
ServerConnection.handleConnectionClosed(C requestContext,
UnbindRequest request)
Invoked when the client closes the connection, possibly using an unbind
request.
|
Modifier and Type | Method and Description |
---|---|
UnbindRequest |
UnbindRequest.addControl(Control control) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPConnectionImpl.close(UnbindRequest request,
String reason)
Releases any resources associated with this connection.
|
Modifier and Type | Method and Description |
---|---|
void |
SdkConnectionAdapter.close(UnbindRequest request,
String reason) |
Copyright 2010-2017 ForgeRock AS.