Uses of Class
org.jivesoftware.smackx.commands.packet.AdHocCommandData
-
Packages that use AdHocCommandData Package Description org.jivesoftware.smackx.commands Smacks implementation of XEP-0050: Ad-Hoc Commands.org.jivesoftware.smackx.commands.packet Element classes for XEP-0050: Ad-Hoc Commands.org.jivesoftware.smackx.commands.provider Provider classes for XEP-0050: Ad-Hoc Commands. -
-
Uses of AdHocCommandData in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands that return AdHocCommandData Modifier and Type Method Description protected abstract AdHocCommandDataAdHocCommandHandler. complete(AdHocCommandDataBuilder response, SubmitForm submittedForm)AdHocCommandDataAdHocCommandHandler.SingleStage. complete(AdHocCommandDataBuilder response, SubmitForm submittedForm)protected abstract AdHocCommandDataAdHocCommandHandler. execute(AdHocCommandDataBuilder response)protected AdHocCommandDataAdHocCommandHandler.SingleStage. execute(AdHocCommandDataBuilder response)protected abstract AdHocCommandDataAdHocCommandHandler.SingleStage. executeSingleStage(AdHocCommandDataBuilder response)AdHocCommandDataAbstractAdHocCommand. getLastRequest()AdHocCommandDataAdHocCommandResult. getResponse()protected abstract AdHocCommandDataAdHocCommandHandler. next(AdHocCommandDataBuilder response, SubmitForm submittedForm)AdHocCommandDataAdHocCommandHandler.SingleStage. next(AdHocCommandDataBuilder response, SubmitForm submittedForm)protected abstract AdHocCommandDataAdHocCommandHandler. prev(AdHocCommandDataBuilder response)AdHocCommandDataAdHocCommandHandler.SingleStage. prev(AdHocCommandDataBuilder response)Methods in org.jivesoftware.smackx.commands with parameters of type AdHocCommandData Modifier and Type Method Description static AdHocCommandResultAdHocCommandResult. from(AdHocCommandData response) -
Uses of AdHocCommandData in org.jivesoftware.smackx.commands.packet
Methods in org.jivesoftware.smackx.commands.packet that return AdHocCommandData Modifier and Type Method Description AdHocCommandDataAdHocCommandDataBuilder. build()Methods in org.jivesoftware.smackx.commands.packet with parameters of type AdHocCommandData Modifier and Type Method Description static 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 AdHocCommandData Modifier and Type Method Description AdHocCommandDataAdHocCommandDataProvider. parse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment)
-