Uses of Class
netscape.ldap.LDAPResponse
Packages that use LDAPResponse
-
Uses of LDAPResponse in com.netscape.jndi.ldap
Methods in com.netscape.jndi.ldap with parameters of type LDAPResponseModifier and TypeMethodDescriptionprivate void
EventService.processResponseMsg
(LDAPResponse rsp, EventService.EventEntry ee) Response message carries a LDAP error. -
Uses of LDAPResponse in netscape.ldap
Subclasses of LDAPResponse in netscape.ldapModifier and TypeClassDescriptionclass
Represents a server response to an extended operation request.Methods in netscape.ldap that return LDAPResponseModifier and TypeMethodDescription(package private) LDAPResponse
LDAPMessageQueue.completeRequest()
Wait for request to complete.(package private) LDAPResponse
LDAPSearchListener.completeSearchOperation()
Block until all results are in.LDAPResponseListener.getResponse()
Blocks until a response is available, or until all operations associated with the object have completed or been canceled, and returns the response.