public interface AdHocCommand
| Modifier and Type | Method and Description |
|---|---|
void |
execute(AdhHocRequest request,
AdHocResponse response) |
default void |
execute(AdhHocRequest request,
AdHocResponse response,
Runnable completionHandler,
Consumer<AdHocCommandException> exceptionHandler) |
default Optional<String> |
getGroup() |
String |
getName() |
String |
getNode() |
boolean |
isAllowedFor(JID jid) |
void execute(AdhHocRequest request, AdHocResponse response) throws AdHocCommandException
AdHocCommandExceptiondefault void execute(AdhHocRequest request, AdHocResponse response, Runnable completionHandler, Consumer<AdHocCommandException> exceptionHandler) throws AdHocCommandException
AdHocCommandExceptionString getName()
String getNode()
boolean isAllowedFor(JID jid)
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.