|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.AbstractRequest
org.ldaptive.extended.CancelRequest
public class CancelRequest
Contains the data required to perform an ldap cancel operation. See RFC 3909.
| Field Summary | |
|---|---|
static String |
OID
OID of this extended request. |
| Constructor Summary | |
|---|---|
CancelRequest()
Default constructor. |
|
CancelRequest(int id)
Creates a new cancel request. |
|
| Method Summary | |
|---|---|
byte[] |
encode()
Provides the BER encoding of this request. |
int |
getMessageId()
Returns the message id to cancel. |
String |
getOID()
Returns the OID for this extended request. |
void |
setMessageId(int id)
Sets the message id to cancel. |
String |
toString()
|
| Methods inherited from class org.ldaptive.AbstractRequest |
|---|
getControls, getFollowReferrals, getIntermediateResponseHandlers, setControls, setFollowReferrals, setIntermediateResponseHandlers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.ldaptive.Request |
|---|
getFollowReferrals, getIntermediateResponseHandlers |
| Methods inherited from interface org.ldaptive.Message |
|---|
getControls |
| Field Detail |
|---|
public static final String OID
| Constructor Detail |
|---|
public CancelRequest()
public CancelRequest(int id)
id - of the message to cancel| Method Detail |
|---|
public int getMessageId()
public void setMessageId(int id)
id - of the message to cancelpublic byte[] encode()
encode in interface ExtendedRequestpublic String getOID()
getOID in interface ExtendedRequestpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||