Uses of Class
org.jivesoftware.smackx.commands.packet.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
Modifier and TypeMethodDescriptionprotected abstract AdHocCommandData
AdHocCommandHandler.complete
(AdHocCommandDataBuilder response, SubmitForm submittedForm) final AdHocCommandData
AdHocCommandHandler.SingleStage.complete
(AdHocCommandDataBuilder response, SubmitForm submittedForm) protected abstract AdHocCommandData
AdHocCommandHandler.execute
(AdHocCommandDataBuilder response) protected final AdHocCommandData
AdHocCommandHandler.SingleStage.execute
(AdHocCommandDataBuilder response) protected abstract AdHocCommandData
AdHocCommandHandler.SingleStage.executeSingleStage
(AdHocCommandDataBuilder response) AbstractAdHocCommand.getLastRequest()
final AdHocCommandData
AdHocCommandResult.getResponse()
protected abstract AdHocCommandData
AdHocCommandHandler.next
(AdHocCommandDataBuilder response, SubmitForm submittedForm) final AdHocCommandData
AdHocCommandHandler.SingleStage.next
(AdHocCommandDataBuilder response, SubmitForm submittedForm) protected abstract AdHocCommandData
AdHocCommandHandler.prev
(AdHocCommandDataBuilder response) final AdHocCommandData
AdHocCommandHandler.SingleStage.prev
(AdHocCommandDataBuilder response) Modifier and TypeMethodDescriptionstatic AdHocCommandResult
AdHocCommandResult.from
(AdHocCommandData response) -
Uses of AdHocCommandData in org.jivesoftware.smackx.commands.packet
Modifier and TypeMethodDescriptionstatic AdHocCommandDataBuilder
AdHocCommandDataBuilder.buildResponseFor
(AdHocCommandData request) static AdHocCommandDataBuilder
AdHocCommandDataBuilder.buildResponseFor
(AdHocCommandData request, IQ.ResponseType responseType) -
Uses of AdHocCommandData in org.jivesoftware.smackx.commands.provider
Modifier and TypeMethodDescriptionAdHocCommandDataProvider.parse
(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment)