Uses of Interface
org.apache.directory.api.ldap.model.message.DeleteResponse
-
Packages that use DeleteResponse Package Description org.apache.directory.api.ldap.model.message org.apache.directory.api.ldap.model.message.extended -
-
Uses of DeleteResponse in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement DeleteResponse Modifier and Type Class Description classDeleteResponseImplDeleteResponse implementationFields in org.apache.directory.api.ldap.model.message declared as DeleteResponse Modifier and Type Field Description private DeleteResponseDeleteRequestImpl. responseThe deleteResponse associated with this requestMethods in org.apache.directory.api.ldap.model.message that return DeleteResponse Modifier and Type Method Description DeleteResponseDeleteRequestImpl. getResultResponse()The result containing response for this request. -
Uses of DeleteResponse in org.apache.directory.api.ldap.model.message.extended
Classes in org.apache.directory.api.ldap.model.message.extended that implement DeleteResponse Modifier and Type Class Description classDeleteNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Delete response.
-