|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@InternalUseOnly @NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface LDAPResponse
This interface serves as a marker for classes in the
com.unboundid.ldap.sdk package that are responses which may be
received from a directory server.
| Field Summary | |
|---|---|
static Control[] |
NO_CONTROLS
An empty set of controls. |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final Control[] NO_CONTROLS
| Method Detail |
|---|
int getMessageID()
void toString(java.lang.StringBuilder buffer)
buffer - The buffer to which the information should be appended.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||