| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.message |
| Modifier and Type | Class and Description |
|---|---|
class |
AbandonRequestImpl
Implementation of an AbandonRequest message.
|
| Modifier and Type | Method and Description |
|---|---|
AbandonRequest |
AbandonRequestImpl.addAllControls(Control[] controls)
Adds an array of controls to this Message.
|
AbandonRequest |
AbandonRequestImpl.addControl(Control control)
Adds a control to this Message.
|
AbandonRequest |
AbandonRequestImpl.removeControl(Control control)
Deletes a control removing it from this Message.
|
AbandonRequest |
AbandonRequest.setAbandoned(int requestId)
Sets the id of the request operation to terminate.
|
AbandonRequest |
AbandonRequestImpl.setAbandoned(int abandonId)
Sets the id of the request operation to terminate.
|
AbandonRequest |
AbandonRequestImpl.setMessageId(int messageId)
Sets the Message ID for this request
|
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.