Uses of Class
netscape.ldap.LDAPMessage
-
Packages that use LDAPMessage Package Description netscape.ldap -
-
Uses of LDAPMessage in netscape.ldap
Subclasses of LDAPMessage in netscape.ldap Modifier and Type Class Description class
LDAPExtendedResponse
Represents a server response to an extended operation request.class
LDAPResponse
Represents the response to a particular LDAP operation.class
LDAPSearchResult
A LDAPSearchResult object encapsulates a single search result.class
LDAPSearchResultReference
An LDAPSearchResultReference object encapsulates a continuation reference from a search operation.Methods in netscape.ldap that return LDAPMessage Modifier and Type Method Description LDAPMessage
LDAPSearchListener. getResponse()
Blocks until a search result, reference or response is available, or until all operations associated with the object have completed or been canceled.
-