public class CancelDecoder
extends org.apache.directory.api.asn1.ber.Asn1Decoder
| Modifier and Type | Field and Description |
|---|---|
private static org.apache.directory.api.asn1.ber.Asn1Decoder |
DECODER
The decoder
|
| Constructor and Description |
|---|
CancelDecoder() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.directory.api.ldap.extras.extended.cancel.CancelRequest |
decode(byte[] stream)
Decode a PDU which must contain a Cancel extended operation.
|
private static final org.apache.directory.api.asn1.ber.Asn1Decoder DECODER
public org.apache.directory.api.ldap.extras.extended.cancel.CancelRequest decode(byte[] stream)
throws org.apache.directory.api.asn1.DecoderException
stream - The bytes to be decodedorg.apache.directory.api.asn1.DecoderException - If the decoding failedCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.