|
||||||||||
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.controls.replication.syncStateValue.SyncStateValueControlDecoder
public class SyncStateValueControlDecoder
A decoder for SyncStateValueControl.
Constructor Summary | |
---|---|
SyncStateValueControlDecoder()
|
Method Summary | |
---|---|
Asn1Object |
decode(byte[] controlBytes,
Control control)
Decode the syncStateValue control |
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 SyncStateValueControlDecoder()
Method Detail |
---|
public Asn1Object decode(byte[] controlBytes, Control control) throws DecoderException
decode
in interface ControlDecoder
controlBytes
- The bytes array which contains the encoded syncStateValuecontrol
- The control to feed
DecoderException
- If the decoding found an error
javax.naming.NamingException
- It will never be throw by this method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |