public class ModifyDnResponseDecorator extends ResponseDecorator<ModifyDnResponse> implements ModifyDnResponse
messageLength| Constructor and Description |
|---|
ModifyDnResponseDecorator(LdapApiService codec,
ModifyDnResponse decoratedMessage)
Makes a ModifyDnResponse encodable.
|
| Modifier and Type | Method and Description |
|---|---|
int |
computeLength()
Compute the ModifyDNResponse length
ModifyDNResponse :
|
ByteBuffer |
encode(ByteBuffer buffer)
Encode the ModifyDnResponse message to a PDU.
|
getLdapResult, setLdapResultaddAllControls, addControl, get, getCodecService, getControl, getControls, getControlsLength, getCurrentControl, getDecorated, getDecorator, getMessageId, getMessageLength, getType, hasControl, put, removeControl, setControlsLength, setMessageId, setMessageLength, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLdapResultaddAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageIdpublic ModifyDnResponseDecorator(LdapApiService codec, ModifyDnResponse decoratedMessage)
decoratedMessage - the decorated ModifyDnResponsepublic int computeLength()
0x6D L1 | +--> LdapResult L1 = Length(LdapResult) Length(ModifyDNResponse) = Length(0x6D) + Length(L1) + L1
computeLength in interface Asn1ObjectcomputeLength in interface Decorator<ModifyDnResponse>public ByteBuffer encode(ByteBuffer buffer) throws EncoderException
encode in interface Asn1Objectencode in interface Decorator<ModifyDnResponse>buffer - The buffer where to put the PDUEncoderException - if the buffer can't be encodedCopyright © 2021. All rights reserved.