Uses of Class
netscape.ldap.LDAPMessage
Packages that use LDAPMessage
-
Uses of LDAPMessage in netscape.ldap
Subclasses of LDAPMessage in netscape.ldapModifier and TypeClassDescriptionclassRepresents a server response to an extended operation request.classRepresents the response to a particular LDAP operation.classA LDAPSearchResult object encapsulates a single search result.classAn 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_messageQueueInternal 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) LDAPMessageLDAPMessageQueue.nextMessage()Blocks until a response is available or until all operations associated with the object have completed or been canceled.(package private) LDAPMessageLDAPSearchListener.nextMessage()Override nextMessage to wake up the LDAPConnThread if backlog limit has been reached(package private) static LDAPMessageLDAPMessage.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) voidLDAPSearchResults.add(LDAPMessage msg) Add search entry of referral(package private) voidLDAPMessageQueue.addMessage(LDAPMessage msg) Queues the LDAP server's response.private voidLDAPConnThread.cacheSearchResult(LDAPSearchListener l, LDAPMessage msg, int size) Collect search results to be added to the LDAPCache.(package private) voidLDAPConnection.checkMsg(LDAPMessage m) Checks the message (assumed to be a return value).(package private) voidLDAPConnection.checkSearchMsg(LDAPSearchResults value, LDAPMessage msg, LDAPSearchConstraints cons, String dn, int scope, String filter, String[] attrs, boolean attrsOnly) private voidLDAPConnThread.processResponse(LDAPMessage msg, int size) When a response arrives from the LDAP server, it is processed by this routine.private booleanLDAPConnThread.sendRequest(LDAPMessage msg, boolean ignoreErrors)