Uses of Interface
org.apache.directory.api.ldap.model.message.AddResponse
-
Packages that use AddResponse Package Description org.apache.directory.api.ldap.model.message org.apache.directory.api.ldap.model.message.extended -
-
Uses of AddResponse in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement AddResponse Modifier and Type Class Description classAddResponseImplAddResponse implementation.Fields in org.apache.directory.api.ldap.model.message declared as AddResponse Modifier and Type Field Description private AddResponseAddRequestImpl. responseMethods in org.apache.directory.api.ldap.model.message that return AddResponse Modifier and Type Method Description AddResponseAddRequestImpl. getResultResponse()The result containing response for this request. -
Uses of AddResponse in org.apache.directory.api.ldap.model.message.extended
Classes in org.apache.directory.api.ldap.model.message.extended that implement AddResponse Modifier and Type Class Description classAddNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Add response.
-