Uses of Class
tigase.component.adhoc.AdHocResponse
Packages that use AdHocResponse
Package
Description
-
Uses of AdHocResponse in tigase.auth.adhoc
Methods in tigase.auth.adhoc with parameters of type AdHocResponseModifier and TypeMethodDescriptionvoid
AbstractCredentialsCommand.execute
(AdhHocRequest request, AdHocResponse response) protected abstract void
AbstractCredentialsCommand.processForm
(Form form, AdhHocRequest request, AdHocResponse response) protected void
AddUserCredentials.processForm
(Form form, AdhHocRequest request, AdHocResponse response) protected void
DeleteUserCredentials.processForm
(Form form, AdhHocRequest request, AdHocResponse response) protected void
ShowUserCredentials.processForm
(Form form, AdhHocRequest request, AdHocResponse response) protected abstract void
AbstractCredentialsCommand.processNoForm
(AdhHocRequest request, AdHocResponse response) protected void
AddUserCredentials.processNoForm
(AdhHocRequest request, AdHocResponse response) protected void
DeleteUserCredentials.processNoForm
(AdhHocRequest request, AdHocResponse response) protected void
ShowUserCredentials.processNoForm
(AdhHocRequest request, AdHocResponse response) -
Uses of AdHocResponse in tigase.component.adhoc
Methods in tigase.component.adhoc with parameters of type AdHocResponseModifier and TypeMethodDescriptionvoid
AdHocCommand.execute
(AdhHocRequest request, AdHocResponse response) default void
AdHocCommand.execute
(AdhHocRequest request, AdHocResponse response, Runnable completionHandler, Consumer<AdHocCommandException> exceptionHandler) -
Uses of AdHocResponse in tigase.component.modules.impl.config
Methods in tigase.component.modules.impl.config with parameters of type AdHocResponseModifier and TypeMethodDescriptionvoid
ConfiguratorCommand.execute
(AdhHocRequest request, AdHocResponse response) -
Uses of AdHocResponse in tigase.monitor.modules
Methods in tigase.monitor.modules with parameters of type AdHocResponseModifier and TypeMethodDescriptionvoid
AddScriptTaskCommand.execute
(AdhHocRequest request, AdHocResponse response) void
AddTimerScriptTaskCommand.execute
(AdhHocRequest request, AdHocResponse response) void
ConfigureTaskCommand.execute
(AdhHocRequest request, AdHocResponse response) void
DeleteScriptTaskCommand.execute
(AdhHocRequest request, AdHocResponse response) void
InfoTaskCommand.execute
(AdhHocRequest request, AdHocResponse response)