|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.ldap.client.api.message.AbstractMessage
org.apache.directory.ldap.client.api.message.SearchIntermediateResponse
public class SearchIntermediateResponse
IntermediateResponse received during the search operation
Constructor Summary | |
---|---|
SearchIntermediateResponse()
|
Method Summary | |
---|---|
java.lang.String |
getResponseName()
Get the original response OID. |
byte[] |
getResponseValue()
Get the associated response value |
void |
setResponseName(java.lang.String responseName)
Sets the original response OID |
void |
setResponseValue(byte[] responseValue)
Sets the response's value |
Methods inherited from class org.apache.directory.ldap.client.api.message.AbstractMessage |
---|
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.directory.ldap.client.api.message.Message |
---|
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId |
Constructor Detail |
---|
public SearchIntermediateResponse()
Method Detail |
---|
public java.lang.String getResponseName()
getResponseName
in interface IntermediateResponse
public byte[] getResponseValue()
getResponseValue
in interface IntermediateResponse
public void setResponseName(java.lang.String responseName)
setResponseName
in interface IntermediateResponse
responseName
- The response OIDpublic void setResponseValue(byte[] responseValue)
setResponseValue
in interface IntermediateResponse
responseValue
- The associated response's value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |