|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.codec.controls.CascadeControlDecoder
public class CascadeControlDecoder
A decoder for CascadeControls.
Constructor Summary | |
---|---|
CascadeControlDecoder()
|
Method Summary | |
---|---|
Asn1Object |
decode(byte[] controlBytes,
Control control)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CascadeControlDecoder()
Method Detail |
---|
public Asn1Object decode(byte[] controlBytes, Control control) throws DecoderException
ControlDecoder
decode
in interface ControlDecoder
controlBytes
- the encoded control bytescontrol
- The control to feed
DecoderException
- if anything goes wrong
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |