public final class AbandonRequestDecorator extends RequestDecorator<AbandonRequest> implements AbandonRequest
messageLengthTYPE| Constructor and Description |
|---|
AbandonRequestDecorator(LdapApiService codec,
AbandonRequest decoratedMessage)
Makes a AddRequest a MessageDecorator.
|
| Modifier and Type | Method and Description |
|---|---|
AbandonRequest |
addAllControls(Control[] controls)
Adds an array of controls to this Message.
|
AbandonRequest |
addControl(Control control)
Adds a control to this Message.
|
int |
computeLength()
Compute the AbandonRequest length
AbandonRequest :
0x50 0x0(1..4) abandoned MessageId
Length(AbandonRequest) = Length(0x50) + 1 + Length(abandoned MessageId)
|
ByteBuffer |
encode(ByteBuffer buffer)
Encode the Abandon protocolOp part
|
int |
getAbandoned()
Gets the id of the request operation to terminate.
|
AbandonRequest |
removeControl(Control control)
Deletes a control removing it from this Message.
|
AbandonRequest |
setAbandoned(int requestId)
Sets the id of the request operation to terminate.
|
AbandonRequest |
setMessageId(int messageId)
Sets the Message ID for this request
|
hasResponseget, getCodecService, getControl, getControls, getControlsLength, getCurrentControl, getDecorated, getDecorator, getMessageId, getMessageLength, getType, hasControl, put, setControlsLength, setMessageLength, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithasResponseget, getControl, getControls, getMessageId, getType, hasControl, putpublic AbandonRequestDecorator(LdapApiService codec, AbandonRequest decoratedMessage)
decoratedMessage - the decorated AddRequestpublic int getAbandoned()
getAbandoned in interface AbandonRequestpublic AbandonRequest setAbandoned(int requestId)
setAbandoned in interface AbandonRequestrequestId - the sequence id of the request message to abandonpublic AbandonRequest setMessageId(int messageId)
setMessageId in interface MessagesetMessageId in class MessageDecorator<AbandonRequest>messageId - The message Idpublic AbandonRequest addControl(Control control)
addControl in interface MessageaddControl in class MessageDecorator<AbandonRequest>control - the control to add.public AbandonRequest addAllControls(Control[] controls)
addAllControls in interface MessageaddAllControls in class MessageDecorator<AbandonRequest>controls - the controls to add.public AbandonRequest removeControl(Control control)
removeControl in interface MessageremoveControl in class MessageDecorator<AbandonRequest>control - the control to remove.public ByteBuffer encode(ByteBuffer buffer) throws EncoderException
encode in interface Asn1Objectencode in interface Decorator<AbandonRequest>buffer - The buffer where to put the PDUEncoderException - if the buffer can't be encodedpublic int computeLength()
computeLength in interface Asn1ObjectcomputeLength in interface Decorator<AbandonRequest>Copyright © 2021. All rights reserved.