|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.asn1.ber.Asn1Decoder
org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownDecoder
public class GracefulShutdownDecoder
A decoder for GracefulShutdowns.
Constructor Summary | |
---|---|
GracefulShutdownDecoder()
|
Method Summary | |
---|---|
Asn1Object |
decode(byte[] stream)
Decode a PDU which must contain a GracefulShutdown extended operation. |
Methods inherited from class org.apache.directory.shared.asn1.ber.Asn1Decoder |
---|
allowIndefiniteLength, decode, disallowIndefiniteLength, getMaxLengthLength, getMaxTagLength, isIndefiniteLengthAllowed, setMaxLengthLength, setMaxTagLength |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GracefulShutdownDecoder()
Method Detail |
---|
public Asn1Object decode(byte[] stream) throws DecoderException
stream
- The bytes to be decoded
DecoderException
- If the decoding failed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |