Uses of Interface
netscape.ldap.client.opers.JDAPProtocolOp
Packages that use JDAPProtocolOp
-
Uses of JDAPProtocolOp in netscape.ldap
Fields in netscape.ldap declared as JDAPProtocolOpMethods in netscape.ldap that return JDAPProtocolOpModifier and TypeMethodDescription(package private) JDAPProtocolOpLDAPMessage.getProtocolOp()Retrieves the protocol operation.Methods in netscape.ldap with parameters of type JDAPProtocolOpModifier and TypeMethodDescription(package private) voidLDAPConnection.sendRequest(JDAPProtocolOp oper, LDAPMessageQueue myListener, LDAPConstraints cons) Send a request to the server(package private) voidLDAPConnThread.sendRequest(LDAPConnection conn, JDAPProtocolOp request, LDAPMessageQueue toNotify, LDAPConstraints cons) Sends LDAP request via this connection thread.Constructors in netscape.ldap with parameters of type JDAPProtocolOpModifierConstructorDescription(package private)LDAPMessage(int msgid, JDAPProtocolOp op) Constructs a ldap message.(package private)LDAPMessage(int msgid, JDAPProtocolOp op, LDAPControl[] controls) (package private)LDAPResponse(int msgid, JDAPProtocolOp rsp, LDAPControl[] controls) Constructor -
Uses of JDAPProtocolOp in netscape.ldap.client.opers
Classes in netscape.ldap.client.opers that implement JDAPProtocolOpModifier and TypeClassDescriptionclassThis class implements the abandon request.classThis class implements the add request.classThis class implements the add response.classThis class implements the bind request.classThis class implements the bind response.classThis class implements the compare request.classThis class implements the compare response.classThis class implements the delete request.classThis class implements the delete response.classThis class implements the ExtendedRequest request.classThis class implements the extended response.classThis class implements the modify rdn request.classThis class implements the modifyRDN response.classThis class implements the modify request.classThis class implements the modify response.classThis class implements the search request.classThis class implements the search response.classThis class implements the search result.classThis class implements the search result reference.classThis class implements the unbind request and is a protocol operation.