public class GracefulDisconnectDecoder extends Asn1Decoder
| Constructor and Description |
|---|
GracefulDisconnectDecoder() |
| Modifier and Type | Method and Description |
|---|---|
GracefulDisconnectResponse |
decode(byte[] stream)
Decode a PDU which must contain a GracefulDisconnect extended operation.
|
allowIndefiniteLength, decode, disallowIndefiniteLength, getMaxLengthLength, getMaxTagLength, isIndefiniteLengthAllowed, setMaxLengthLength, setMaxTagLengthpublic GracefulDisconnectResponse decode(byte[] stream) throws DecoderException
stream - The bytes to be decodedDecoderException - If the decoding failedCopyright © 2021. All rights reserved.