@InternalUseOnly @NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface LDAPResponse
com.unboundid.ldap.sdk package that are responses which may be
received from a directory server.| Modifier and Type | Field and Description |
|---|---|
static Control[] |
NO_CONTROLS
An empty set of controls.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMessageID()
Retrieves the message ID for the LDAP message containing this response.
|
void |
toString(java.lang.StringBuilder buffer)
Appends a string representation of this LDAP response to the provided
buffer.
|
@NotNull static final Control[] NO_CONTROLS
int getMessageID()