Uses of Class
org.forgerock.opendj.ldap.messages.UnknownRequest
Packages that use UnknownRequest
Package
Description
Classes and interfaces providing I/O functionality.
Classes and interfaces for core LDAP requests/responses.
-
Uses of UnknownRequest in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type UnknownRequestModifier and TypeMethodDescriptionvoid
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 UnknownRequestModifier and TypeMethodDescriptionstatic 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 UnknownRequestModifier and TypeMethodDescriptionAbstractRequestVisitor.visitRequest
(P p, UnknownRequest request) RequestVisitor.visitRequest
(P p, UnknownRequest request) Visits anUnknown
request.