|
|||||||||||
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
A decoder for GracefulShutdowns.
Constructor Summary | |
GracefulShutdownDecoder()
|
Method Summary | |
org.apache.directory.shared.asn1.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 org.apache.directory.shared.asn1.Asn1Object decode(byte[] stream) throws org.apache.directory.shared.asn1.codec.DecoderException
stream
- The bytes to be decoded
org.apache.directory.shared.asn1.codec.DecoderException
- If the decoding failed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |