|
|||||||||||
| 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.search.controls.PSearchControlDecoder
A decoder for PSearchControls.
| Constructor Summary | |
PSearchControlDecoder()
|
|
| Method Summary | |
org.apache.directory.shared.asn1.Asn1Object |
decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control. |
java.lang.String |
getControlType()
The control type this decoder decodes. |
| 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 PSearchControlDecoder()
| Method Detail |
public java.lang.String getControlType()
ControlDecoder
getControlType in interface ControlDecoder
public org.apache.directory.shared.asn1.Asn1Object decode(byte[] controlBytes)
throws org.apache.directory.shared.asn1.codec.DecoderException
ControlDecoder
decode in interface ControlDecodercontrolBytes - the encoded control bytes
org.apache.directory.shared.asn1.codec.DecoderException - if anything goes wrong
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||