|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.AbstractRequest
public abstract class AbstractRequest
Contains the data common to all request objects.
| Constructor Summary | |
|---|---|
AbstractRequest()
|
|
| Method Summary | |
|---|---|
RequestControl[] |
getControls()
Returns the controls for this message. |
boolean |
getFollowReferrals()
Returns whether to follow referrals. |
IntermediateResponseHandler[] |
getIntermediateResponseHandlers()
Returns the intermediate response handlers. |
void |
setControls(RequestControl... c)
Sets the controls for this request. |
void |
setFollowReferrals(boolean b)
Sets whether to follow referrals. |
void |
setIntermediateResponseHandlers(IntermediateResponseHandler... handlers)
Sets the intermediate response handlers. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractRequest()
| Method Detail |
|---|
public RequestControl[] getControls()
getControls in interface Message<RequestControl>public void setControls(RequestControl... c)
c - controls to setpublic boolean getFollowReferrals()
getFollowReferrals in interface Requestpublic void setFollowReferrals(boolean b)
b - whether to follow referralspublic IntermediateResponseHandler[] getIntermediateResponseHandlers()
getIntermediateResponseHandlers in interface Requestpublic void setIntermediateResponseHandlers(IntermediateResponseHandler... handlers)
handlers - intermediate response handlers
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||