Uses of Class
netscape.ldap.LDAPMessage
Packages that use LDAPMessage
-
Uses of LDAPMessage in netscape.ldap
Subclasses of LDAPMessage in netscape.ldapModifier and TypeClassDescriptionclass
Represents a server response to an extended operation request.class
Represents the response to a particular LDAP operation.class
A LDAPSearchResult object encapsulates a single search result.class
An LDAPSearchResultReference object encapsulates a continuation reference from a search operation.Fields in netscape.ldap with type parameters of type LDAPMessageModifier and TypeFieldDescriptionprivate Vector
<LDAPMessage> LDAPMessageQueue.m_messageQueue
Internal variablesMethods in netscape.ldap that return LDAPMessageModifier and TypeMethodDescriptionLDAPSearchListener.getResponse()
Blocks until a search result, reference or response is available, or until all operations associated with the object have completed or been canceled.(package private) LDAPMessage
LDAPMessageQueue.nextMessage()
Blocks until a response is available or until all operations associated with the object have completed or been canceled.(package private) LDAPMessage
LDAPSearchListener.nextMessage()
Override nextMessage to wake up the LDAPConnThread if backlog limit has been reached(package private) static LDAPMessage
LDAPMessage.parseMessage
(BERElement element) Creates a ldap message from a BERElement.Methods in netscape.ldap that return types with arguments of type LDAPMessageModifier and TypeMethodDescription(package private) Vector
<LDAPMessage> LDAPMessageQueue.getAllMessages()
Retrieves all messages currently in the queue without blockingMethods in netscape.ldap with parameters of type LDAPMessageModifier and TypeMethodDescription(package private) void
LDAPSearchResults.add
(LDAPMessage msg) Add search entry of referral(package private) void
LDAPMessageQueue.addMessage
(LDAPMessage msg) Queues the LDAP server's response.private void
LDAPConnThread.cacheSearchResult
(LDAPSearchListener l, LDAPMessage msg, int size) Collect search results to be added to the LDAPCache.(package private) void
LDAPConnection.checkMsg
(LDAPMessage m) Checks the message (assumed to be a return value).(package private) void
LDAPConnection.checkSearchMsg
(LDAPSearchResults value, LDAPMessage msg, LDAPSearchConstraints cons, String dn, int scope, String filter, String[] attrs, boolean attrsOnly) private void
LDAPConnThread.processResponse
(LDAPMessage msg, int size) When a response arrives from the LDAP server, it is processed by this routine.private boolean
LDAPConnThread.sendRequest
(LDAPMessage msg, boolean ignoreErrors)