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) JDAPProtocolOp
LDAPMessage.getProtocolOp()
Retrieves the protocol operation.Methods in netscape.ldap with parameters of type JDAPProtocolOpModifier and TypeMethodDescription(package private) void
LDAPConnection.sendRequest
(JDAPProtocolOp oper, LDAPMessageQueue myListener, LDAPConstraints cons) Send a request to the server(package private) void
LDAPConnThread.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 TypeClassDescriptionclass
This class implements the abandon request.class
This class implements the add request.class
This class implements the add response.class
This class implements the bind request.class
This class implements the bind response.class
This class implements the compare request.class
This class implements the compare response.class
This class implements the delete request.class
This class implements the delete response.class
This class implements the ExtendedRequest request.class
This class implements the extended response.class
This class implements the modify rdn request.class
This class implements the modifyRDN response.class
This class implements the modify request.class
This class implements the modify response.class
This class implements the search request.class
This class implements the search response.class
This class implements the search result.class
This class implements the search result reference.class
This class implements the unbind request and is a protocol operation.