public class CancelDecoder
extends org.apache.directory.api.asn1.ber.Asn1Decoder
| 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.
|
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–2016 The Apache Software Foundation. All rights reserved.