|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UnbindRequest
Unbind protocol request message used to end a client session.
| Field Summary | |
|---|---|
static MessageTypeEnum |
TYPE
Unbind request protocol message type |
| Method Summary | |
|---|---|
UnbindRequest |
addAllControls(Control[] controls)
Adds an array of controls to this Message. |
UnbindRequest |
addControl(Control control)
Adds a control to this Message. |
UnbindRequest |
removeControl(Control control)
Deletes a control removing it from this Message. |
UnbindRequest |
setMessageId(int messageId)
Sets the Message ID for this request |
| Methods inherited from interface org.apache.directory.api.ldap.model.message.Request |
|---|
hasResponse |
| Methods inherited from interface org.apache.directory.api.ldap.model.message.Message |
|---|
get, getControl, getControls, getMessageId, getType, hasControl, put |
| Field Detail |
|---|
static final MessageTypeEnum TYPE
| Method Detail |
|---|
UnbindRequest setMessageId(int messageId)
setMessageId in interface MessagemessageId - The message Id
UnbindRequest addControl(Control control)
throws MessageException
addControl in interface Messagecontrol - the control to add.
MessageException - if controls cannot be added to this Message or the control is
not known etc.
UnbindRequest addAllControls(Control[] controls)
throws MessageException
addAllControls in interface Messagecontrols - the controls to add.
MessageException - if controls cannot be added to this Message or they are not known etc.
UnbindRequest removeControl(Control control)
throws MessageException
removeControl in interface Messagecontrol - the control to remove.
MessageException - if controls cannot be added to this Message or the control is
not known etc.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||