Skip navigation links
A B C E G H I O P R S T U V 

A

Action - Enum in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Command Actions.
AdHocCommand - Interface in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Base interface for implementing own ad-hoc commands.
AdHocCommansAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule.AdHocCommansAsyncCallback
 
AdHocCommansModule - Class in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Module to handle ad-hoc commands.
AdHocCommansModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
AdHocCommansModule.AdHocCommansAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Callback to handle result of ad-hoc command.
AdHocRequest - Class in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Class to provide request data to ad-hoc command.
AdHocRequest(Action, String, String, IQ, Map<String, Session>) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
 
AdHocResponse - Class in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Class for helping sending response to the client.
AdHocResponse(PacketWriter) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
 

B

beforeRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 

C

CRIT - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 

E

execute(JID, String, Action, JabberDataElement, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
Calls ad-hoc command on remote resource.

G

getAction() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
Returns Action selected by client.
getAvailableActions() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Returns collection of available action.
getCommand() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule.AdHocCommansAsyncCallback
Return <command xmlns='http://jabber.org/protocol/commands' /> element of returned stanza.
getCommandFeatures(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
getCommandIdentity(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
getData(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.Session
Return object stored in session.
getDefaultAction() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Returns default action
getFeatures() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommand
Returns features what are implemented by command.
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
getForm() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
Return Data Form sent by client in request.
getForm() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Return response Data Form.
getIq() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
Returns IQ stanza constains command request.
getLastRequest() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.Session
Return timestamp of last request.
getModuleIdentity(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
getModuleItems(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
getName() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommand
Return human readable name of command.
getNode() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommand
Return node name of command.
getNode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
Returns called node of ad-hoc command.
getResponse() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule.AdHocCommansAsyncCallback
Reutrns IQ stanza with response.
getSession() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
Returns current Session.
getSession(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
Returns current Session.
getSessionId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
Return session ID, or null if request hasn't Session.
getSessionId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.Session
Return session ID.
getState() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Return state of execution.
getWriter() - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Return writer.

H

handle(AdHocRequest, AdHocResponse) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommand
Main method to handle ad-hoc requests.

I

isAllowed(JID) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommand
This method allows to authorization sender.

O

onResponseReceived(String, String, State, JabberDataElement) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule.AdHocCommansAsyncCallback
Method called when response of ad-hoc command is received.
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule.AdHocCommansAsyncCallback

P

processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 

R

register(AdHocCommand) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
Registers new ad-hoc command.

S

Session - Class in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Class for help handle longer conversation with client.
Session(String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.adhoc.Session
 
setData(String, T) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.Session
Store object in session.
setDefaultAction(Action) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Set default action.
setForm(JabberDataElement) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Set reponse data form.
setSessionId(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocRequest
 
setState(State) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocResponse
Set execution state.
State - Enum in tigase.jaxmpp.core.client.xmpp.modules.adhoc
Ad-hoc command execution state.

T

tigase.jaxmpp.core.client.xmpp.modules.adhoc - package tigase.jaxmpp.core.client.xmpp.modules.adhoc
Module implements XEP-0050: Ad-Hoc Commands.

U

unregister(AdHocCommand) - Method in class tigase.jaxmpp.core.client.xmpp.modules.adhoc.AdHocCommansModule
 

V

valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.adhoc.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.adhoc.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.adhoc.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.adhoc.State
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E G H I O P R S T U V 
Skip navigation links

Copyright © 2006–2020 Tigase. All rights reserved.