Uses of Class
org.forgerock.opendj.ldap.messages.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
Modifier and TypeMethodDescriptionvoid
LdapWriter.writeUnknownRequest
(int messageID, UnknownRequest unknownRequest) Writes the provided unknown request. -
Uses of UnknownRequest in org.forgerock.opendj.ldap.messages
Modifier and TypeMethodDescriptionstatic UnknownRequest
Requests.newUnknownRequest
(byte protocolOpType, ByteString rawContent) Creates a new unknown request backed by the provided bytes.Modifier and TypeMethodDescriptionAbstractRequestVisitor.visitRequest
(P p, UnknownRequest request) RequestVisitor.visitRequest
(P p, UnknownRequest request) Visits anUnknown
request.