Uses of Interface
org.apache.directory.api.ldap.model.message.ModifyResponse
-
Packages that use ModifyResponse Package Description org.apache.directory.api.ldap.model.message org.apache.directory.api.ldap.model.message.extended -
-
Uses of ModifyResponse in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement ModifyResponse Modifier and Type Class Description classModifyResponseImplModifyResponse implementationFields in org.apache.directory.api.ldap.model.message declared as ModifyResponse Modifier and Type Field Description private ModifyResponseModifyRequestImpl. responseThe associated responseMethods in org.apache.directory.api.ldap.model.message that return ModifyResponse Modifier and Type Method Description ModifyResponseModifyRequestImpl. getResultResponse()The result containing response for this request. -
Uses of ModifyResponse in org.apache.directory.api.ldap.model.message.extended
Classes in org.apache.directory.api.ldap.model.message.extended that implement ModifyResponse Modifier and Type Class Description classModifyNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Modify response.
-