Class JDAPExtendedResponse

java.lang.Object
netscape.ldap.client.opers.JDAPResult
netscape.ldap.client.opers.JDAPExtendedResponse
All Implemented Interfaces:
JDAPProtocolOp

public class JDAPExtendedResponse extends JDAPResult implements JDAPProtocolOp
This class implements the extended response. This object is sent from the ldap server to the interface and is a v3 response. See RFC 1777.
 ExtendedResponse :: [APPLICATION 23] SEQUENCE {
   COMPONENTS OF LDAPResult,
   responseName [10] LDAPOID OPTIONAL,
   response     [11] OCTET STRING OPTIONAL
 }
 
Version:
1.0