Uses of Class
org.jivesoftware.smackx.commands.packet.AdHocCommandData
Packages that use AdHocCommandData
Package
Description
Smacks implementation of XEP-0050: Ad-Hoc Commands.
Element classes for XEP-0050: Ad-Hoc Commands.
Provider classes for XEP-0050: Ad-Hoc Commands.
-
Uses of AdHocCommandData in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands that return AdHocCommandDataModifier and TypeMethodDescriptionprotected abstract AdHocCommandDataAdHocCommandHandler.complete(AdHocCommandDataBuilder response, SubmitForm submittedForm) final AdHocCommandDataAdHocCommandHandler.SingleStage.complete(AdHocCommandDataBuilder response, SubmitForm submittedForm) protected abstract AdHocCommandDataAdHocCommandHandler.execute(AdHocCommandDataBuilder response) protected final AdHocCommandDataAdHocCommandHandler.SingleStage.execute(AdHocCommandDataBuilder response) protected abstract AdHocCommandDataAdHocCommandHandler.SingleStage.executeSingleStage(AdHocCommandDataBuilder response) AbstractAdHocCommand.getLastRequest()final AdHocCommandDataAdHocCommandResult.getResponse()protected abstract AdHocCommandDataAdHocCommandHandler.next(AdHocCommandDataBuilder response, SubmitForm submittedForm) final AdHocCommandDataAdHocCommandHandler.SingleStage.next(AdHocCommandDataBuilder response, SubmitForm submittedForm) protected abstract AdHocCommandDataAdHocCommandHandler.prev(AdHocCommandDataBuilder response) final AdHocCommandDataAdHocCommandHandler.SingleStage.prev(AdHocCommandDataBuilder response) Methods in org.jivesoftware.smackx.commands with parameters of type AdHocCommandDataModifier and TypeMethodDescriptionstatic AdHocCommandResultAdHocCommandResult.from(AdHocCommandData response) -
Uses of AdHocCommandData in org.jivesoftware.smackx.commands.packet
Methods in org.jivesoftware.smackx.commands.packet that return AdHocCommandDataMethods in org.jivesoftware.smackx.commands.packet with parameters of type AdHocCommandDataModifier and TypeMethodDescriptionstatic AdHocCommandDataBuilderAdHocCommandDataBuilder.buildResponseFor(AdHocCommandData request) static AdHocCommandDataBuilderAdHocCommandDataBuilder.buildResponseFor(AdHocCommandData request, IQ.ResponseType responseType) -
Uses of AdHocCommandData in org.jivesoftware.smackx.commands.provider
Methods in org.jivesoftware.smackx.commands.provider that return AdHocCommandDataModifier and TypeMethodDescriptionAdHocCommandDataProvider.parse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment)