|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.intermediate.AbstractIntermediateResponse
public abstract class AbstractIntermediateResponse
Base class for ldap intermediate response messages.
| Constructor Summary | |
|---|---|
AbstractIntermediateResponse(String oid,
ResponseControl[] c,
int i)
Creates a new abstract intermediate response. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
ResponseControl |
getControl(String oid)
Returns the first response control with the supplied OID for this response message. |
ResponseControl[] |
getControls()
Returns the controls for this message. |
int |
getMessageId()
Returns the message ID for this response message. |
String |
getOID()
Returns the OID for this response. |
abstract int |
hashCode()
Returns the hash code for this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ldaptive.intermediate.IntermediateResponse |
|---|
decode |
| Constructor Detail |
|---|
public AbstractIntermediateResponse(String oid,
ResponseControl[] c,
int i)
oid - OID of this messagec - response controlsi - message id| Method Detail |
|---|
public String getOID()
getOID in interface IntermediateResponsepublic ResponseControl[] getControls()
getControls in interface Message<ResponseControl>public ResponseControl getControl(String oid)
getControl in interface ResponseMessageoid - of the response control to return
public int getMessageId()
getMessageId in interface ResponseMessagepublic boolean equals(Object o)
equals in class Objectpublic abstract int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||