|
||||||||||
| 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.pSearch.PSearchControlDecoder
public class PSearchControlDecoder
A decoder for PSearchControls.
| Constructor Summary | |
|---|---|
PSearchControlDecoder()
|
|
| Method Summary | |
|---|---|
Asn1Object |
decode(byte[] controlBytes)
Decode the persistence search control |
java.lang.String |
getControlType()
Return the persistence search OID |
| 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()
getControlType in interface ControlDecoderControlDecoder.getControlType()
public Asn1Object decode(byte[] controlBytes)
throws DecoderException
decode in interface ControlDecodercontrolBytes - The bytes array which contains the encoded persistence search
DecoderException - If the decoding found an error
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 | |||||||||