Uses of Class
org.jivesoftware.smackx.commands.AdHocCommandHandler
Packages that use AdHocCommandHandler
Package
Description
Smacks implementation of XEP-0050: Ad-Hoc Commands.
-
Uses of AdHocCommandHandler in org.jivesoftware.smackx.commands
Subclasses of AdHocCommandHandler in org.jivesoftware.smackx.commandsMethods in org.jivesoftware.smackx.commands that return AdHocCommandHandlerModifier and TypeMethodDescriptionReturns a new instance of an ad-hoc command handler.Method parameters in org.jivesoftware.smackx.commands with type arguments of type AdHocCommandHandlerModifier and TypeMethodDescriptionvoid
AdHocCommandManager.registerCommand
(String node, String name, Class<? extends AdHocCommandHandler> clazz) Registers a new command with this command manager, which is related to a connection.