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.
|
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) |
Copyright © 2010-2018, ForgeRock All Rights Reserved.