Class LDAPMessage

java.lang.Object
com.unboundid.ldap.protocol.LDAPMessage
All Implemented Interfaces:
Serializable

This class provides a data structure that may be used to represent LDAP protocol messages. Each LDAP message contains a message ID, a protocol op, and an optional set of controls.
See Also: