Package | Description |
---|---|
org.forgerock.opendj.io |
Classes and interfaces providing I/O functionality.
|
org.forgerock.opendj.ldap.messages |
Classes and interfaces for core LDAP requests/responses.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapWriter.writeUnknownRequest(int messageID,
UnknownRequest unknownRequest)
Writes the provided unknown request.
|
Modifier and Type | Method and Description |
---|---|
static UnknownRequest |
Requests.newUnknownRequest(byte protocolOpType,
ByteString rawContent)
Creates a new unknown request backed by the provided bytes.
|
Modifier and Type | Method and Description |
---|---|
R |
RequestVisitor.visitRequest(P p,
UnknownRequest request)
Visits an
Unknown request. |
R |
AbstractRequestVisitor.visitRequest(P p,
UnknownRequest request) |
Modifier and Type | Method and Description |
---|---|
protected Flowable<Response> |
TypedRequestFilter.filterUnknown(org.forgerock.services.context.Context context,
UnknownRequest request,
RequestHandler next)
Filters unknown requests and their responses.
|
protected Flowable<Response> |
TypedProtocolOpFilter.filterUnknown(org.forgerock.services.context.Context context,
UnknownRequest request,
RequestHandler next)
Forwards the request to the next handler in the chain.
|
protected void |
TypedProtocolOpFilter.filterUnknownResponse(org.forgerock.services.context.Context context,
UnknownRequest request,
Response response)
Implements the behavior for all the responses of an UnknownRequest.
|
protected Flowable<Response> |
TypedRequestHandler.handleUnknown(org.forgerock.services.context.Context context,
UnknownRequest request)
Implements the specific behavior for all UnknownRequest.
|
Flowable<Response> |
TypedRequestHandler.visitRequest(org.forgerock.services.context.Context context,
UnknownRequest request) |
Copyright 2010-2020 ForgeRock AS.