public class OpaqueExtendedResponse extends AbstractExtendedResponse
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
responseValue
Extended response value as an opaque byte array
|
(package private) static long |
serialVersionUID |
responseNameldapResultcontrols| Constructor and Description |
|---|
OpaqueExtendedResponse()
Creates an ExtendedResponse implementing object used to perform
extended protocol operation on the server.
|
OpaqueExtendedResponse(int messageId)
Creates an ExtendedResponse implementing object used to perform
extended protocol operation on the server.
|
OpaqueExtendedResponse(int messageId,
String responseName)
Creates an ExtendedResponse implementing object used to perform
extended protocol operation on the server.
|
OpaqueExtendedResponse(String responseName)
Creates an ExtendedResponse implementing object used to perform
extended protocol operation on the server.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Checks to see if an object equals this ExtendedRequest.
|
byte[] |
getResponseValue() |
int |
hashCode() |
void |
setResponseValue(byte[] responseValue) |
String |
toString()
Get a String representation of an Extended Request
|
getResponseName, setResponseNamegetLdapResultaddAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLdapResultaddAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageIdstatic final long serialVersionUID
private byte[] responseValue
public OpaqueExtendedResponse()
public OpaqueExtendedResponse(int messageId)
messageId - the messageIDpublic OpaqueExtendedResponse(String responseName)
responseName - The extended response OIDpublic OpaqueExtendedResponse(int messageId,
String responseName)
messageId - the messageIDresponseName - The extended response OIDpublic byte[] getResponseValue()
public void setResponseValue(byte[] responseValue)
responseValue - the responseValue to setpublic int hashCode()
hashCode in class AbstractExtendedResponseObject.hashCode()public boolean equals(Object obj)
equals in class AbstractExtendedResponseobj - the object to be checked for equalitypublic String toString()
toString in class AbstractExtendedResponseCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.