public class ModifyResponseDecorator extends ResponseDecorator<ModifyResponse> implements ModifyResponse
messageLength| Constructor and Description |
|---|
ModifyResponseDecorator(LdapApiService codec,
ModifyResponse decoratedMessage)
Makes a ModifyResponse encodable.
|
| Modifier and Type | Method and Description |
|---|---|
int |
computeLength()
Compute the ModifyResponse length
ModifyResponse :
|
ByteBuffer |
encode(ByteBuffer buffer)
Encode the ModifyResponse 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 ModifyResponseDecorator(LdapApiService codec, ModifyResponse decoratedMessage)
decoratedMessage - the decorated ModifyResponsepublic int computeLength()
0x67 L1 | +--> LdapResult L1 = Length(LdapResult) Length(ModifyResponse) = Length(0x67) + Length(L1) + L1
computeLength in interface Asn1ObjectcomputeLength in interface Decorator<ModifyResponse>public ByteBuffer encode(ByteBuffer buffer) throws EncoderException
encode in interface Asn1Objectencode in interface Decorator<ModifyResponse>buffer - The buffer where to put the PDUEncoderException - if the buffer can't be encodedCopyright © 2021. All rights reserved.