public class CancelRequestDecorator
extends org.apache.directory.api.ldap.codec.api.ExtendedRequestDecorator<org.apache.directory.api.ldap.extras.extended.CancelRequest,org.apache.directory.api.ldap.extras.extended.CancelResponse>
implements org.apache.directory.api.ldap.extras.extended.CancelRequest
requestValue| Constructor and Description |
|---|
CancelRequestDecorator(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.extended.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, getExtendedRequestLength, getRequestName, getRequestNameBytes, removeControl, setExtendedRequestLength, setMessageId, setRequestName, setRequestNameBytesabandon, 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, setRequestNamegetResponseTypepublic CancelRequestDecorator(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.extended.CancelRequest decoratedMessage)
public int getCancelId()
getCancelId in interface org.apache.directory.api.ldap.extras.extended.CancelRequestpublic void setCancelId(int cancelId)
setCancelId in interface org.apache.directory.api.ldap.extras.extended.CancelRequestpublic byte[] getRequestValue()
getRequestValue in class org.apache.directory.api.ldap.codec.api.ExtendedRequestDecorator<org.apache.directory.api.ldap.extras.extended.CancelRequest,org.apache.directory.api.ldap.extras.extended.CancelResponse>public void setRequestValue(byte[] requestValue)
setRequestValue in class org.apache.directory.api.ldap.codec.api.ExtendedRequestDecorator<org.apache.directory.api.ldap.extras.extended.CancelRequest,org.apache.directory.api.ldap.extras.extended.CancelResponse>payload - byte array of data encapsulating ext. req. parametersCopyright © 2003-2014 The Apache Software Foundation. All Rights Reserved.