public class CancelRequestDecorator
extends org.apache.directory.api.ldap.codec.api.ExtendedRequestDecorator<org.apache.directory.api.ldap.extras.extended.cancel.CancelRequest>
implements org.apache.directory.api.ldap.extras.extended.cancel.CancelRequest, org.apache.directory.api.asn1.Asn1Object
| Constructor and Description |
|---|
CancelRequestDecorator(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.extended.cancel.CancelRequest decoratedMessage) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCancelId() |
byte[] |
getRequestValue() |
void |
setCancelId(int cancelId) |
void |
setRequestValue(byte[] requestValue)
Sets the extended request's requestValue portion of the PDU.
|
addAllControls, addControl, computeLength, encode, getRequestName, removeControl, setMessageId, setRequestNameabandon, addAbandonListener, getResponseType, isAbandonedgetResultResponse, hasResponseget, getCodecService, getControl, getControls, getControlsLength, getCurrentControl, getDecorated, getDecorator, getMessageId, getMessageLength, getType, hasControl, put, setControlsLength, setMessageLength, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAllControls, addControl, getRequestName, removeControl, setMessageId, setRequestNamegetResponseTypegetResultResponsepublic CancelRequestDecorator(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.extended.cancel.CancelRequest decoratedMessage)
public int getCancelId()
getCancelId in interface org.apache.directory.api.ldap.extras.extended.cancel.CancelRequestpublic void setCancelId(int cancelId)
setCancelId in interface org.apache.directory.api.ldap.extras.extended.cancel.CancelRequestpublic byte[] getRequestValue()
getRequestValue in class org.apache.directory.api.ldap.codec.api.ExtendedRequestDecorator<org.apache.directory.api.ldap.extras.extended.cancel.CancelRequest>public void setRequestValue(byte[] requestValue)
setRequestValue in class org.apache.directory.api.ldap.codec.api.ExtendedRequestDecorator<org.apache.directory.api.ldap.extras.extended.cancel.CancelRequest>payload - byte array of data encapsulating ext. req. parametersCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.