| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.message | |
| org.apache.directory.api.ldap.model.message.extended |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExtendedRequest<R extends ExtendedResponse>
ExtendedRequest implementation.
|
interface |
ExtendedRequest<R extends ExtendedResponse>
Extended protocol request message used to add to more operations to the
protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedResponseImpl
A simple ExtendedResponse implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected R |
AbstractExtendedRequest.response
The associated response
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedResponse |
ExtendedRequestImpl.getExtendedResponse()
The result containing response for this request.
|
ExtendedResponse |
ExtendedRequestImpl.getResultResponse()
If called for the first time, this methohd creates a result containing
response object for this request.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedRequest<ExtendedResponse> |
ExtendedRequestImpl.addAllControls(Control[] controls)
Adds an array of controls to this Message.
|
ExtendedRequest<ExtendedResponse> |
ExtendedRequestImpl.addControl(Control control)
Adds a control to this Message.
|
ExtendedRequest<ExtendedResponse> |
ExtendedRequestImpl.removeControl(Control control)
Deletes a control removing it from this Message.
|
ExtendedRequest<ExtendedResponse> |
ExtendedRequestImpl.setMessageId(int messageId)
Sets the Message ID for this request
|
ExtendedRequest<ExtendedResponse> |
ExtendedRequestImpl.setRequestName(String newOid)
Sets the Object Identifier corresponding to the extended request type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedNoDResponse
An extended operation intended for notifying clients of upcoming
disconnection for the Extended response.
|
class |
NoticeOfDisconnect
An extended operation intended for notifying clients of upcoming
disconnection.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.