Uses of Class
org.forgerock.opendj.ldap.messages.UnknownRequest
-
Packages that use UnknownRequest 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. -
-
Uses of UnknownRequest in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type UnknownRequest Modifier and Type Method Description void
LdapWriter. writeUnknownRequest(int messageID, UnknownRequest unknownRequest)
Writes the provided unknown request. -
Uses of UnknownRequest in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return UnknownRequest Modifier and Type Method Description static UnknownRequest
Requests. newUnknownRequest(byte protocolOpType, ByteString rawContent)
Creates a new unknown request backed by the provided bytes.Methods in org.forgerock.opendj.ldap.messages with parameters of type UnknownRequest Modifier and Type Method Description R
AbstractRequestVisitor. visitRequest(P p, UnknownRequest request)
R
RequestVisitor. visitRequest(P p, UnknownRequest request)
Visits anUnknown
request. -
Uses of UnknownRequest in org.opends.server.api
Methods in org.opends.server.api with parameters of type UnknownRequest Modifier and Type Method Description 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 Flowable<Response>
TypedRequestFilter. filterUnknown(org.forgerock.services.context.Context context, UnknownRequest request, RequestHandler next)
Filters unknown requests and their responses.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)
-