|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Message | |
|---|---|
| org.apache.directory.api.ldap.model.exception | |
| org.apache.directory.api.ldap.model.message | |
| org.apache.directory.api.ldap.model.message.extended | |
| Uses of Message in org.apache.directory.api.ldap.model.exception |
|---|
| Methods in org.apache.directory.api.ldap.model.exception that return Message | |
|---|---|
Message |
ResponseCarryingMessageException.getResponse()
Get the constructed response |
| Methods in org.apache.directory.api.ldap.model.exception with parameters of type Message | |
|---|---|
void |
ResponseCarryingMessageException.setResponse(Message response)
Set a response if we get an exception while parsing the message |
| Uses of Message in org.apache.directory.api.ldap.model.message |
|---|
| Subinterfaces of Message in org.apache.directory.api.ldap.model.message | |
|---|---|
interface |
AbandonableRequest
A request which can be abandoned. |
interface |
AbandonRequest
Abandon protocol operation request to terminate an operation already in progress. |
interface |
AddRequest
Add protocol operation request used to add a new entry to the DIT. |
interface |
AddResponse
Add protocol response message used to confirm the results of a add request message. |
interface |
BindRequest
Bind protocol operation request which authenticates and begins a client session. |
interface |
BindResponse
Bind protocol response message used to confirm the results of a bind request message. |
interface |
CompareRequest
Compare request protocol message that tests an entry to see if it abides by an attribute value assertion. |
interface |
CompareResponse
Compare protocol response message used to confirm the results of a compare request message. |
interface |
DeleteRequest
Delete request protocol message used to remove an existing leaf entry from the directory. |
interface |
DeleteResponse
Delete protocol response message used to confirm the results of a delete request message. |
interface |
ExtendedRequest<R extends ExtendedResponse>
Extended protocol request message used to add to more operations to the protocol. |
interface |
ExtendedResponse
Extended protocol response message used to confirm the results of a extended request message. |
interface |
IntermediateResponse
Intermediate response message used to return multiple response messages for a single search request (ExtendedRequest or Control). |
interface |
ManyReplyRequest<R extends ResultResponse>
A request that can generate zero, one, or more heterogenous responses for a single request. |
interface |
ModifyDnRequest
Modify Dn request protocol message used to rename or move an existing entry in the directory. |
interface |
ModifyDnResponse
Modify Dn protocol response message used to confirm the results of a modify Dn request message. |
interface |
ModifyRequest
Modify request protocol message used to alter the attributes and values of an existing entry. |
interface |
ModifyResponse
Modify protocol response message used to confirm the results of a modify request message. |
interface |
Request
Ldap protocol request messages derive from this super interface. |
interface |
Response
Super interface used as a marker for all protocol response type messages. |
interface |
ResultResponse
An LDAP Response that contains an LDAPResult structure within it. |
interface |
ResultResponseRequest<R extends ResultResponse>
A request who's one or more responses contains an LdapResult. |
interface |
SearchRequest
Search request protocol message interface. |
interface |
SearchResultDone
Search done protocol response message used to indicate the completion of a search request message. |
interface |
SearchResultEntry
Search entry protocol response message used to return non referral entries to the client in response to a search request message. |
interface |
SearchResultReference
Search reference protocol response message used to return referrals to the client in response to a search request message. |
interface |
SingleReplyRequest<R extends ResultResponse>
Super interface for all request messages returning only one type of response. |
interface |
UnbindRequest
Unbind protocol request message used to end a client session. |
| Classes in org.apache.directory.api.ldap.model.message that implement Message | |
|---|---|
class |
AbandonRequestImpl
Implementation of an AbandonRequest message. |
class |
AbstractAbandonableRequest
The base abandonable request message class. |
class |
AbstractExtendedRequest<R extends ExtendedResponse>
ExtendedRequest implementation. |
class |
AbstractMessage
Abstract message base class. |
class |
AbstractRequest
The base request message class. |
class |
AbstractResponse
Abstract base for a Response message. |
class |
AbstractResultResponse
Abstract base for a ResultResponse message. |
class |
AddRequestImpl
Lockable add request implementation. |
class |
AddResponseImpl
AddResponse implementation. |
class |
BindRequestImpl
Bind protocol operation request which authenticates and begins a client session. |
class |
BindResponseImpl
BindResponse implementation. |
class |
CompareRequestImpl
Comparison request implementation. |
class |
CompareResponseImpl
CompareResponse implementation. |
class |
DeleteRequestImpl
Delete request implementation. |
class |
DeleteResponseImpl
DeleteResponse implementation |
class |
ExtendedRequestImpl
ExtendedRequest implementation. |
class |
ExtendedResponseImpl
A simple ExtendedResponse implementation. |
class |
IntermediateResponseImpl
IntermediateResponse implementation |
class |
ModifyDnRequestImpl
ModifyDNRequest implementation. |
class |
ModifyDnResponseImpl
ModifyDnResponse implementation |
class |
ModifyRequestImpl
Lockable ModifyRequest implementation. |
class |
ModifyResponseImpl
ModifyResponse implementation |
class |
SearchRequestImpl
SearchRequest implementation. |
class |
SearchResultDoneImpl
SearchResponseDone implementation |
class |
SearchResultEntryImpl
Lockable SearchResponseEntry implementation |
class |
SearchResultReferenceImpl
SearchResponseReference implementation |
class |
UnbindRequestImpl
Lockable UnbindRequest implementation. |
| Methods in org.apache.directory.api.ldap.model.message that return Message | |
|---|---|
Message |
Message.addAllControls(Control[] controls)
Adds an array of controls to this Message. |
Message |
AbstractMessage.addAllControls(Control[] controls)
Adds an array of controls to this Message. |
Message |
Message.addControl(Control control)
Adds a control to this Message. |
Message |
AbstractMessage.addControl(Control control)
Adds a control to this Message. |
Message |
Message.removeControl(Control control)
Deletes a control removing it from this Message. |
Message |
AbstractMessage.removeControl(Control control)
Deletes a control removing it from this Message. |
Message |
Message.setMessageId(int messageId)
Sets the Message ID for this request |
Message |
AbstractMessage.setMessageId(int id)
Sets the Message ID for this request |
| Uses of Message in org.apache.directory.api.ldap.model.message.extended |
|---|
| Classes in org.apache.directory.api.ldap.model.message.extended that implement Message | |
|---|---|
class |
AddNoDResponse
An extended operation intended for notifying clients of upcoming disconnection for the Add response. |
class |
BindNoDResponse
An extended operation intended for notifying clients of upcoming disconnection for the Bind response. |
class |
CompareNoDResponse
An extended operation intended for notifying clients of upcoming disconnection for the Compare response. |
class |
DeleteNoDResponse
An extended operation intended for notifying clients of upcoming disconnection for the Delete response. |
class |
ExtendedNoDResponse
An extended operation intended for notifying clients of upcoming disconnection for the Extended response. |
class |
ModifyDnNoDResponse
An extended operation intended for notifying clients of upcoming disconnection for the ModifyDn response. |
class |
ModifyNoDResponse
An extended operation intended for notifying clients of upcoming disconnection for the Modify response. |
class |
NoticeOfDisconnect
An extended operation intended for notifying clients of upcoming disconnection. |
class |
SearchNoDResponse
An extended operation intended for notifying clients of upcoming disconnection for the Search response. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||