public class LDAPPreReadResponseControl extends Control
| Modifier and Type | Field and Description |
|---|---|
static ControlDecoder<LDAPPreReadResponseControl> |
DECODER
The Control Decoder that can be used to decode this control.
|
| Constructor and Description |
|---|
LDAPPreReadResponseControl(boolean isCritical,
SearchResultEntry searchEntry)
Creates a new instance of this LDAP pre-read response control with the
provided information.
|
LDAPPreReadResponseControl(SearchResultEntry searchEntry)
Creates a new instance of this LDAP pre-read response control with the
provided information.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResultEntry |
getSearchEntry()
Retrieves the search result entry associated with this pre-read response
control.
|
void |
toString(StringBuilder buffer)
Appends a string representation of this LDAP pre-read response control to
the provided buffer.
|
void |
writeValue(org.forgerock.opendj.io.ASN1Writer writer)
Writes this control's value to an ASN.1 writer.
|
getOID, isCritical, toString, writepublic static final ControlDecoder<LDAPPreReadResponseControl> DECODER
public LDAPPreReadResponseControl(SearchResultEntry searchEntry)
searchEntry - The search result entry to include in the response
control.public LDAPPreReadResponseControl(boolean isCritical, SearchResultEntry searchEntry)
isCritical - Indicates whether support for this control should be
considered a critical part of the server processing.searchEntry - The search result entry to include in the response
control.public void writeValue(org.forgerock.opendj.io.ASN1Writer writer) throws IOException
writeValue in class Controlwriter - The ASN.1 output stream to write to.IOException - If a problem occurs while writing to the stream.public SearchResultEntry getSearchEntry()
public void toString(StringBuilder buffer)
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.