Uses of Class
netscape.ldap.LDAPMessage

Packages that use LDAPMessage
netscape.ldap   
 

Uses of LDAPMessage in netscape.ldap
 

Subclasses of LDAPMessage in netscape.ldap
 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
 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.