Uses of Class
org.apache.directory.api.ldap.model.message.AbstractResultResponse
-
Packages that use AbstractResultResponse Package Description org.apache.directory.api.ldap.model.message org.apache.directory.api.ldap.model.message.extended -
-
Uses of AbstractResultResponse in org.apache.directory.api.ldap.model.message
Subclasses of AbstractResultResponse in org.apache.directory.api.ldap.model.message Modifier and Type Class Description classAbstractExtendedResponseAn Abstract ExtendedResponse implementation.classAddResponseImplAddResponse implementation.classBindResponseImplBindResponse implementation.classCompareResponseImplCompareResponse implementation.classDeleteResponseImplDeleteResponse implementationclassIntermediateResponseImplIntermediateResponse implementationclassModifyDnResponseImplModifyDnResponse implementationclassModifyResponseImplModifyResponse implementationclassOpaqueExtendedResponseExtendedResponse basic implementation.classSearchResultDoneImplSearchResponseDone implementation -
Uses of AbstractResultResponse in org.apache.directory.api.ldap.model.message.extended
Subclasses of AbstractResultResponse in org.apache.directory.api.ldap.model.message.extended Modifier and Type Class Description classAddNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Add response.classBindNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Bind response.classCompareNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Compare response.classDeleteNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Delete response.classExtendedNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Extended response.classModifyDnNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the ModifyDn response.classModifyNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Modify response.classNoticeOfDisconnectAn extended operation intended for notifying clients of upcoming disconnection.classSearchNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Search response.
-