Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

A

AbstractBoshConnector - Class in tigase.jaxmpp.core.client.connector
Abstract class for implementing BOSH connector.
AbstractBoshConnector(Context) - Constructor for class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
AbstractBoshConnector.BoshPacketReceivedHandler - Interface in tigase.jaxmpp.core.client.connector
Implemented by handlers of BoshPacketReceivedEvent.
AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent - Class in tigase.jaxmpp.core.client.connector
Fired BOSH packet is received.
AbstractBoshConnector.BoshPacketSendingHandler - Interface in tigase.jaxmpp.core.client.connector
Implemented by handlers of BoshPacketSendingEvent.
AbstractBoshConnector.BoshPacketSendingHandler.BoshPacketSendingEvent - Class in tigase.jaxmpp.core.client.connector
Fired when BOSH packet is sending.
AbstractField<T> - Class in tigase.jaxmpp.core.client.xmpp.forms
Abstract class to implement fields.
AbstractIQModule - Class in tigase.jaxmpp.core.client.xmpp.modules
 
AbstractIQModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
 
AbstractSaslMechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms
 
AbstractSaslMechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AbstractSaslMechanism
 
AbstractSessionObject - Class in tigase.jaxmpp.core.client
Default representation of SessionObject
AbstractSessionObject() - Constructor for class tigase.jaxmpp.core.client.AbstractSessionObject
 
AbstractSessionObject.Entry - Class in tigase.jaxmpp.core.client
 
AbstractSocketXmppSessionLogic<T extends Connector> - Class in tigase.jaxmpp.core.client.connector
 
AbstractSocketXmppSessionLogic(T, XmppModulesManager, Context) - Constructor for class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
AbstractStanzaExtendableModule<T extends Stanza> - Class in tigase.jaxmpp.core.client.xmpp.modules
 
AbstractStanzaExtendableModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
 
AbstractStanzaHandler - Class in tigase.jaxmpp.core.client
Abstract class for handling incoming XMPP Stanzas.
AbstractStanzaHandler(Element, Context) - Constructor for class tigase.jaxmpp.core.client.AbstractStanzaHandler
 
AbstractStanzaModule<T extends Stanza> - Class in tigase.jaxmpp.core.client.xmpp.modules
 
AbstractStanzaModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
AbstractWebSocketConnector - Class in tigase.jaxmpp.core.client.connector
 
AbstractWebSocketConnector(Context) - Constructor for class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
ACCOUNT_FEATURES_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
AccountFeaturesReceivedEvent(SessionObject, IQ, String[]) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.AccountFeaturesReceivedHandler.AccountFeaturesReceivedEvent
 
active() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
add(Criteria) - Method in interface tigase.jaxmpp.core.client.criteria.Criteria
Adds restriction for deeper level of elements.
add(Criteria) - Method in class tigase.jaxmpp.core.client.criteria.ElementCriteria
Adds restriction for deeper level of elements.
add(Criteria) - Method in class tigase.jaxmpp.core.client.criteria.Or
Adds restriction for deeper level of elements.
add(T) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
Register implementation of JaxmppCore
addAuthFailedHandler(AuthModule.AuthFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
addAuthStartHandler(AuthModule.AuthStartHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
addAuthSuccessHandler(AuthModule.AuthSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
addBooleanField(String, Boolean) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds boolean field to form.
addChild(Element) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
addChild(Element) - Method in interface tigase.jaxmpp.core.client.xml.Element
Add child element to tree and return the added element.
addChild(Element) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Add child element to tree and return the added element.
addClearedHandler(SessionObject.ClearedHandler) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
 
addEventBus(EventBus) - Method in class tigase.jaxmpp.core.client.eventbus.MultiEventBus
Adds EventBus to collector.
addExtension(Extension) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
 
addExtension(Extension) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtendableModule
 
addExtension(Extension) - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
 
addField(AbstractField<?>) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
 
addFieldValue(JID...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidMultiField
Add value to field.
addFieldValue(String...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
Adds value to field.
addFieldValue(String...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextMultiField
Adds value to field.
addFixedField(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds fixed field to form.
addFixedField(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds fixed field to form.
addFlag(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
addFORM_TYPE(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds field "FORM_TYPE" hidded field to form.
addHandler(Class<? extends Event<H>>, H) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
addHandler(Class<? extends Event<H>>, H) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
Adds handler to receive given type of events.
addHandler(Class<? extends Event<H>>, H) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
 
addHiddenField(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds hidden field to form.
addJidMultiField(String, JID...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds jid-multi field to form.
addJidSingleField(String, JID) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds jid-single field to form.
addListener(Class<? extends Event<H>>, EventListener) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
addListener(EventListener) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
addListener(Class<? extends Event<H>>, EventListener) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
Adds listener to receive given type of events.
addListener(EventListener) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
Adds listener to receive all types events.
addListener(Class<? extends Event<H>>, EventListener) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
 
addListener(EventListener) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
 
addListener(Class<? extends Event<H>>, EventListener) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
addListener(EventListener) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
addListMultiField(String, String...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds list-multi field to form.
addListSingleField(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds list-single field to form.
addMechanism(SaslMechanism) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
addMechanism(SaslMechanism, boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
addOption(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
Adds option to field.
addOption(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListSingleField
Adds option to field.
addResourceBindErrorHandler(ResourceBinderModule.ResourceBindErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
addResourceBindSuccessHandler(ResourceBinderModule.ResourceBindSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
addServerFeaturesReceivedHandler(DiscoveryModule.ServerFeaturesReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
addSessionEstablishmentErrorHandler(SessionEstablishmentModule.SessionEstablishmentErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
addSessionEstablishmentSuccessHandler(SessionEstablishmentModule.SessionEstablishmentSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
addStreamFeaturesReceivedHandler(StreamFeaturesModule.StreamFeaturesReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
addStreamManagementEnabledHandler(StreamManagementModule.StreamManagementEnabledHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
addStreamManagementFailedHandler(StreamManagementModule.StreamManagementFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
addStreamResumedHandler(StreamManagementModule.StreamResumedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
addTextMultiField(String, String...) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds text-multi field to form.
addTextPrivateField(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds text-private field to form.
addTextSingleField(String, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Adds text-single field to form.
addToRequests(BoshRequest) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
addUnacknowledgedHandler(StreamManagementModule.UnacknowledgedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
after(E) - Method in interface tigase.jaxmpp.core.client.eventbus.JaxmppEventWithCallback.RunAfter
 
afterReceive(Element) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.Extension
 
afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
afterRegister() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.InitializingModule
Called when module is registered.
afterRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
AnonymousMechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms
 
AnonymousMechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AnonymousMechanism
 
AsyncCallback - Interface in tigase.jaxmpp.core.client
Main interface for callback of all IQ asynchronous request-response mechanism.
Attr(String) - Constructor for class tigase.jaxmpp.core.client.criteria.tpath.Function.Attr
 
attrs - Variable in class tigase.jaxmpp.core.client.criteria.ElementCriteria
 
AuthFailedEvent(SessionObject, SaslModule.SaslError) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthFailedHandler.AuthFailedEvent
 
AuthModule - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
Module used for authentication.
AuthModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
AuthModule.AuthFailedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
AuthModule.AuthFailedHandler.AuthFailedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
AuthModule.AuthStartHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
AuthModule.AuthStartHandler.AuthStartEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
AuthModule.AuthSuccessHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
AuthModule.AuthSuccessHandler.AuthSuccessEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
AuthModule.DefaultCredentialsCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
AUTHORIZED - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
AuthStartEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthStartHandler.AuthStartEvent
 
AuthSuccessEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthSuccessHandler.AuthSuccessEvent
 
AUTOADD_STANZA_ID_KEY - Static variable in class tigase.jaxmpp.core.client.JaxmppCore
 

B

BareJID - Class in tigase.jaxmpp.core.client
XMPP entity address form <localpart@domainpart>
BareJID(String, String) - Constructor for class tigase.jaxmpp.core.client.BareJID
 
bareJIDInstance(String) - Static method in class tigase.jaxmpp.core.client.BareJID
Creates instance of BareJID.
bareJIDInstance(String, String) - Static method in class tigase.jaxmpp.core.client.BareJID
Creates instance of BareJID.
Base64 - Class in tigase.jaxmpp.core.client
Base64 encoder/decoder.
Base64() - Constructor for class tigase.jaxmpp.core.client.Base64
 
beforeRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
beforeRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
beforeRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
beforeRegister() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.InitializingModule
Called just before registration module in XmppModulesManager .
beforeRegister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
beforeSend(Element) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.Extension
 
beforeStart() - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
beforeStart() - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
beforeStart() - Method in interface tigase.jaxmpp.core.client.XmppSessionLogic
Method executed just before login process is started.
beforeUnregister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
beforeUnregister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
beforeUnregister() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.InitializingModule
Called when module is unregistered.
beforeUnregister() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
bind() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
BINDED_RESOURCE_JID - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
Property name for retrieve binded resource from SessionObject.
BookmarksAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule.BookmarksAsyncCallback
 
BookmarksModule - Class in tigase.jaxmpp.core.client.xmpp.modules
BookmarksModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
 
BookmarksModule.BookmarksAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules
Bookmarks callback.
BooleanField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of Boolean field type.
BOSH_SERVICE_URL_KEY - Static variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
Name of property that specify BOSH service URL.
BoshPacketReceivedEvent(SessionObject, int, Element, String) - Constructor for class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent
 
BoshPacketSendingEvent(SessionObject, Element) - Constructor for class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketSendingHandler.BoshPacketSendingEvent
 
BoshRequest - Interface in tigase.jaxmpp.core.client.connector
Interface for implements http BOSh requests.
BoshXmppSessionLogic - Class in tigase.jaxmpp.core.client.connector
 
BoshXmppSessionLogic(Context, Connector, XmppModulesManager) - Constructor for class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 

C

CACHE_PROVIDER_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
canBeConverted(Element) - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
checkSoftwareVersion(JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
Requests software version for given entity.
checkSoftwareVersion(JID, SoftwareVersionModule.SoftwareVersionAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
Requests software version for given entity.
checkTimeouts() - Method in class tigase.jaxmpp.core.client.ResponseManager
Checks if any requested IQ stanza waits for answer longer than declared timeout.
child(String) - Method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
cleanUpForm() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
 
clear() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Reset state.
clear(SessionObject.Scope...) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Reset state.
clear(Set<SessionObject.Scope>) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
 
clear() - Method in class tigase.jaxmpp.core.client.eventbus.MultiEventBus
 
clear() - Method in interface tigase.jaxmpp.core.client.SessionObject
Reset state.
clear(SessionObject.Scope...) - Method in interface tigase.jaxmpp.core.client.SessionObject
Reset state.
ClearedEvent(SessionObject, Set<SessionObject.Scope>) - Constructor for class tigase.jaxmpp.core.client.SessionObject.ClearedHandler.ClearedEvent
 
clearOptions() - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
Removes all options.
clearOptions() - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListSingleField
Removes all options.
clearValues() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidMultiField
Removes all values.
clearValues() - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
Removes all values.
clearValues() - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextMultiField
Removes all values.
ClientSaslException - Exception in tigase.jaxmpp.core.client.xmpp.modules.auth
 
ClientSaslException() - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.auth.ClientSaslException
 
ClientSaslException(String, Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.auth.ClientSaslException
 
ClientSaslException(String) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.auth.ClientSaslException
 
ClientSaslException(Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.auth.ClientSaslException
 
ClientStateIndicationModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Created by andrzej on 27.06.2016.
ClientStateIndicationModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
compare(Element, Element) - Method in class tigase.jaxmpp.core.client.xml.ElementComparator
 
compareTo(BareJID) - Method in class tigase.jaxmpp.core.client.BareJID
 
compareTo(JID) - Method in class tigase.jaxmpp.core.client.JID
compile(String) - Method in class tigase.jaxmpp.core.client.criteria.tpath.TPath
 
COMPRESSED_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
Name of property that specify if connection is already compressed.
conditions - Static variable in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
 
ConnectedEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.Connector.ConnectedHandler.ConnectedEvent
 
ConnectionConfiguration - Class in tigase.jaxmpp.core.client
Connection configuration object.
ConnectionConfiguration(SessionObject) - Constructor for class tigase.jaxmpp.core.client.ConnectionConfiguration
 
ConnectionEndpoint - Interface in tigase.jaxmpp.core.client.xmpp.modules.connection
 
ConnectionSession - Class in tigase.jaxmpp.core.client.xmpp.modules.connection
 
ConnectionSession(SessionObject, JID, String, boolean) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession
 
Connector - Interface in tigase.jaxmpp.core.client
Main Connector interface.
connector - Variable in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
connector - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
Connector.ConnectedHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of LoggedInEvent.
Connector.ConnectedHandler.ConnectedEvent - Class in tigase.jaxmpp.core.client
Fired after creates XMPP Stream
Connector.DisconnectedHandler - Interface in tigase.jaxmpp.core.client
Connector.DisconnectedHandler.DisconnectedEvent - Class in tigase.jaxmpp.core.client
Fired when Connector is permanently stopped.
Connector.EncryptionEstablishedHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of EncryptionEstablishedEvent.
Connector.EncryptionEstablishedHandler.EncryptionEstablishedEvent - Class in tigase.jaxmpp.core.client
Fired after encrypted connection is established.
Connector.ErrorHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of ErrorEvent.
Connector.ErrorHandler.ErrorEvent - Class in tigase.jaxmpp.core.client
Fired on connection error.
Connector.StanzaReceivedHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of StanzaReceivedEvent.
Connector.StanzaReceivedHandler.StanzaReceivedEvent - Class in tigase.jaxmpp.core.client
Fired when stanza is received.
Connector.StanzaSendingHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of StanzaSendingEvent.
Connector.StanzaSendingHandler.StanzaSendingEvent - Class in tigase.jaxmpp.core.client
Fired when stanza is sending.
Connector.State - Enum in tigase.jaxmpp.core.client
States of Connector.
Connector.StateChangedHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of StateChangedEvent.
Connector.StateChangedHandler.StateChangedEvent - Class in tigase.jaxmpp.core.client
Fired after connection state is changed.
Connector.StreamRestartedHandler - Interface in tigase.jaxmpp.core.client
 
Connector.StreamRestartedHandler.StreamRestaredEvent - Class in tigase.jaxmpp.core.client
 
Connector.StreamTerminatedHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of StreamTerminatedEvent.
Connector.StreamTerminatedHandler.StreamTerminatedEvent - Class in tigase.jaxmpp.core.client
Fired after XMPP Stream is terminated.
CONNECTOR_STAGE_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
Name of property that specify current state of connector.
CONNECTOR_STAGE_TIMESTAMP_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
Name of property that specify timestamp (type: Date) of last state change.
ConnectorWrapper - Class in tigase.jaxmpp.core.client.connector
Class for wrapping Connector.
ConnectorWrapper() - Constructor for class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
context - Variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
context - Variable in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
context - Variable in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
Context - Interface in tigase.jaxmpp.core.client
Interface for information about XMPP connection context.
context - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
context - Variable in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
ContextAware - Interface in tigase.jaxmpp.core.client.xmpp.modules
 
countActiveRequests() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
create() - Method in interface tigase.jaxmpp.core.client.factory.UniversalFactory.FactorySpi
Creates new instance of class.
create(String) - Static method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
create(String, String) - Static method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
create(Element) - Static method in class tigase.jaxmpp.core.client.xml.ElementFactory
 
create(String) - Static method in class tigase.jaxmpp.core.client.xml.ElementFactory
 
create(String, String, String) - Static method in class tigase.jaxmpp.core.client.xml.ElementFactory
 
create() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.IQ
 
create() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
 
create() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Creates new instance of stanza.
create(Element) - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Creates new stanza.
createError(Element, Throwable) - Static method in class tigase.jaxmpp.core.client.Processor
 
createEventBus() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
createHandlersArray() - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
createInstance(String) - Static method in class tigase.jaxmpp.core.client.factory.UniversalFactory
Creates instance of object with given name.
createIQ() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
createMainHandlersMap() - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
createMessage(Collection<Throwable>) - Static method in exception tigase.jaxmpp.core.client.eventbus.EventBusException
 
createMessage() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
createPresence() - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
createSessionLogic(XmppModulesManager, PacketWriter) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
createSessionLogic(XmppModulesManager, PacketWriter) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
createSessionLogic(XmppModulesManager, PacketWriter) - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
createSessionLogic(XmppModulesManager, PacketWriter) - Method in interface tigase.jaxmpp.core.client.Connector
Returns instance of XmppSessionLogic to work with this connector.
createSubmitableElement(XDataType) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Creates XML Element contains only values of fields.
createThrowable(Collection<Throwable>) - Static method in exception tigase.jaxmpp.core.client.eventbus.EventBusException
 
createTypeHandlersMap() - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
CREDENTIALS_CALLBACK - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
CredentialsCallback - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
With this callback user password may be not stored in SessionObject but may be calculated my class.
CRIT - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
Criteria - Interface in tigase.jaxmpp.core.client.criteria
Base interface to check if given stanza may be processed by specific module.
crits - Variable in class tigase.jaxmpp.core.client.criteria.Or
 

D

DataHolder - Class in tigase.jaxmpp.core.client
Small class for storing all types of additional data.
DataHolder() - Constructor for class tigase.jaxmpp.core.client.DataHolder
 
DateTimeFormat - Class in tigase.jaxmpp.core.client.xmpp.utils
Date time formatter, implements XMPP Date and Time Profiles.
DateTimeFormat() - Constructor for class tigase.jaxmpp.core.client.xmpp.utils.DateTimeFormat
 
DateTimeFormat.DateTimeFormatProvider - Interface in tigase.jaxmpp.core.client.xmpp.utils
 
decode(String) - Static method in class tigase.jaxmpp.core.client.Base64
Translates the specified Base64 string into a byte array.
decode(String) - Static method in class tigase.jaxmpp.core.client.Hex
 
DEFAULT_NAME_VAL - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
Default software name.
DEFAULT_TIMEOUT - Static variable in class tigase.jaxmpp.core.client.ResponseManager
 
DEFAULT_XMPP_STREAM_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
DefaultCredentialsCallback(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.DefaultCredentialsCallback
 
DefaultElement - Class in tigase.jaxmpp.core.client.xml
Default implementation of XML Element object.
DefaultElement(String) - Constructor for class tigase.jaxmpp.core.client.xml.DefaultElement
 
DefaultElement(String, String, String) - Constructor for class tigase.jaxmpp.core.client.xml.DefaultElement
 
DefaultEventBus - Class in tigase.jaxmpp.core.client.eventbus
Basic implementation of EventBus.
DefaultEventBus() - Constructor for class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
DefaultNodeDetailsCallback(DiscoveryModule) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DefaultNodeDetailsCallback
 
DefaultPacketWriter() - Constructor for class tigase.jaxmpp.core.client.JaxmppCore.DefaultPacketWriter
 
defaultXMPPStream - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
DefaultXMPPStream - Class in tigase.jaxmpp.core.client.xmpp
 
DefaultXMPPStream() - Constructor for class tigase.jaxmpp.core.client.xmpp.DefaultXMPPStream
 
DISABLE_KEEPALIVE_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
Name of property that allows disable keep alive feature.
DiscoInfoAsyncCallback(String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DiscoInfoAsyncCallback
 
DiscoItemsAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DiscoItemsAsyncCallback
 
disconnect() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Closes XMPP session.
DisconnectedEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.Connector.DisconnectedHandler.DisconnectedEvent
 
discoverOwnerAccountFeatures(DiscoveryModule.DiscoInfoAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
discoverServerFeatures(DiscoveryModule.DiscoInfoAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
DiscoveryModule - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
DiscoveryModule.AccountFeaturesReceivedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule.AccountFeaturesReceivedHandler.AccountFeaturesReceivedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule.DefaultNodeDetailsCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule.DiscoInfoAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule.DiscoItemsAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule.Identity - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule.Item - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule.ServerFeaturesReceivedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.disco
 
DiscoveryModule.ServerFeaturesReceivedHandler.ServerFeaturesReceivedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.disco
 
dispatch(AbstractBoshConnector.BoshPacketReceivedHandler) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent
 
dispatch(AbstractBoshConnector.BoshPacketSendingHandler) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketSendingHandler.BoshPacketSendingEvent
 
dispatch(Connector.ConnectedHandler) - Method in class tigase.jaxmpp.core.client.Connector.ConnectedHandler.ConnectedEvent
 
dispatch(Connector.DisconnectedHandler) - Method in class tigase.jaxmpp.core.client.Connector.DisconnectedHandler.DisconnectedEvent
 
dispatch(Connector.EncryptionEstablishedHandler) - Method in class tigase.jaxmpp.core.client.Connector.EncryptionEstablishedHandler.EncryptionEstablishedEvent
 
dispatch(Connector.ErrorHandler) - Method in class tigase.jaxmpp.core.client.Connector.ErrorHandler.ErrorEvent
 
dispatch(SeeOtherHostHandler) - Method in class tigase.jaxmpp.core.client.connector.SeeOtherHostHandler.SeeOtherHostEvent
 
dispatch(Connector.StanzaReceivedHandler) - Method in class tigase.jaxmpp.core.client.Connector.StanzaReceivedHandler.StanzaReceivedEvent
 
dispatch(Connector.StanzaSendingHandler) - Method in class tigase.jaxmpp.core.client.Connector.StanzaSendingHandler.StanzaSendingEvent
 
dispatch(Connector.StateChangedHandler) - Method in class tigase.jaxmpp.core.client.Connector.StateChangedHandler.StateChangedEvent
 
dispatch(Connector.StreamRestartedHandler) - Method in class tigase.jaxmpp.core.client.Connector.StreamRestartedHandler.StreamRestaredEvent
 
dispatch(Connector.StreamTerminatedHandler) - Method in class tigase.jaxmpp.core.client.Connector.StreamTerminatedHandler.StreamTerminatedEvent
 
dispatch(H) - Method in class tigase.jaxmpp.core.client.eventbus.Event
Invokes handlers method.
dispatch(JaxmppCore.LoggedInHandler) - Method in class tigase.jaxmpp.core.client.JaxmppCore.LoggedInHandler.LoggedInEvent
 
dispatch(JaxmppCore.LoggedOutHandler) - Method in class tigase.jaxmpp.core.client.JaxmppCore.LoggedOutHandler.LoggedOutEvent
 
dispatch(SessionObject.ClearedHandler) - Method in class tigase.jaxmpp.core.client.SessionObject.ClearedHandler.ClearedEvent
 
dispatch(AuthModule.AuthFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthFailedHandler.AuthFailedEvent
 
dispatch(AuthModule.AuthStartHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthStartHandler.AuthStartEvent
 
dispatch(AuthModule.AuthSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthSuccessHandler.AuthSuccessEvent
 
dispatch(NonSaslAuthModule.NonSaslAuthFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthFailedHandler.NonSaslAuthFailedEvent
 
dispatch(NonSaslAuthModule.NonSaslAuthStartHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthStartHandler.NonSaslAuthStartEvent
 
dispatch(NonSaslAuthModule.NonSaslAuthSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthSuccessHandler.NonSaslAuthSuccessEvent
 
dispatch(SaslModule.SaslAuthFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthFailedHandler.SaslAuthFailedEvent
 
dispatch(SaslModule.SaslAuthStartHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthStartHandler.SaslAuthStartEvent
 
dispatch(SaslModule.SaslAuthSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthSuccessHandler.SaslAuthSuccessEvent
 
dispatch(DiscoveryModule.AccountFeaturesReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.AccountFeaturesReceivedHandler.AccountFeaturesReceivedEvent
 
dispatch(DiscoveryModule.ServerFeaturesReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.ServerFeaturesReceivedHandler.ServerFeaturesReceivedEvent
 
dispatch(ResourceBinderModule.ResourceBindErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindErrorHandler.ResourceBindErrorEvent
 
dispatch(ResourceBinderModule.ResourceBindSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindSuccessHandler.ResourceBindSuccessEvent
 
dispatch(SessionEstablishmentModule.SessionEstablishmentErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentErrorHandler.SessionEstablishmentErrorEvent
 
dispatch(SessionEstablishmentModule.SessionEstablishmentSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentSuccessHandler.SessionEstablishmentSuccessEvent
 
dispatch(StreamFeaturesModule.StreamFeaturesReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.StreamFeaturesReceivedHandler.StreamFeaturesReceivedEvent
 
dispatch(StreamManagementModule.StreamManagementEnabledHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent
 
dispatch(StreamManagementModule.StreamManagementFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementFailedHandler.StreamManagementFailedEvent
 
dispatch(StreamManagementModule.StreamResumedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamResumedHandler.StreamResumedEvent
 
dispatch(StreamManagementModule.UnacknowledgedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.UnacknowledgedHandler.UnacknowledgedEvent
 
dispatch(XmppSessionLogic.XmppSessionEstablishedHandler) - Method in class tigase.jaxmpp.core.client.XmppSessionLogic.XmppSessionEstablishedHandler.XmppSessionEstablishedEvent
 
doAdd(Class<? extends Event<?>>, Object, EventHandler) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
doFire(Event<EventHandler>) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
doFire(Event<EventHandler>, ArrayList<EventHandler>) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
domain - Variable in class tigase.jaxmpp.core.client.BareJID
 
DOMAIN_NAME - Static variable in interface tigase.jaxmpp.core.client.SessionObject
Name of property used to keep logical name of XMPP server.
doubleValue() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.MutableLong
 

E

element - Variable in class tigase.jaxmpp.core.client.AbstractStanzaHandler
 
Element - Interface in tigase.jaxmpp.core.client.xml
 
ElementBuilder - Class in tigase.jaxmpp.core.client.xml
 
ElementComparator - Class in tigase.jaxmpp.core.client.xml
 
ElementComparator() - Constructor for class tigase.jaxmpp.core.client.xml.ElementComparator
 
ElementCriteria - Class in tigase.jaxmpp.core.client.criteria
Simple implementation of Criteria to check element name and its attributes..
ElementCriteria(String, String[], String[]) - Constructor for class tigase.jaxmpp.core.client.criteria.ElementCriteria
Construct criteria.
ElementFactory - Class in tigase.jaxmpp.core.client.xml
 
ElementWrapper - Class in tigase.jaxmpp.core.client.xml
Wrapper for Element class.
ElementWrapper(Element) - Constructor for class tigase.jaxmpp.core.client.xml.ElementWrapper
 
empty() - Static method in class tigase.jaxmpp.core.client.criteria.ElementCriteria
Makes criteria object what accepts all elements.
enable() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
Client enables stream management.
encode(byte[]) - Static method in class tigase.jaxmpp.core.client.Base64
Translates the specified byte array into Base64 string.
encode(byte[], int) - Static method in class tigase.jaxmpp.core.client.Hex
 
encode(byte[]) - Static method in class tigase.jaxmpp.core.client.Hex
 
ENCRYPTED_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
Name of property that specify if connection is encrypted.
EncryptionEstablishedEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.Connector.EncryptionEstablishedHandler.EncryptionEstablishedEvent
 
EntityTimeAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule.EntityTimeAsyncCallback
 
EntityTimeModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Implementation of XEP-0202: Entity Time.
EntityTimeModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
 
EntityTimeModule.EntityTimeAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules
Ping callback.
Entry() - Constructor for class tigase.jaxmpp.core.client.AbstractSessionObject.Entry
 
Entry(JID, String, long, long, AsyncCallback) - Constructor for class tigase.jaxmpp.core.client.ResponseManager.Entry
 
equal(Element, Element) - Static method in class tigase.jaxmpp.core.client.xml.ElementComparator
 
equals(Object) - Method in class tigase.jaxmpp.core.client.BareJID
 
equals(Object) - Method in class tigase.jaxmpp.core.client.JID
 
equals(Object) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
equals(Object) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
ErrorElement - Class in tigase.jaxmpp.core.client.xmpp.stanzas
Class wrap around <error/> elements in stanza.
ErrorEvent(SessionObject, StreamError, Throwable) - Constructor for class tigase.jaxmpp.core.client.Connector.ErrorHandler.ErrorEvent
 
escape(String) - Static method in class tigase.jaxmpp.core.client.xmpp.utils.EscapeUtils
 
EscapeUtils - Class in tigase.jaxmpp.core.client.xmpp.utils
Util class for escaping HTML entities.
establish() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
evaluate(Collection<Object>, Element) - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
 
evaluate(Element) - Method in class tigase.jaxmpp.core.client.criteria.tpath.TPathExpression
 
evaluateAsArray(Element) - Method in class tigase.jaxmpp.core.client.criteria.tpath.TPathExpression
 
evaluateChallenge(String, SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslMechanism
Evaluating challenge received from server.
evaluateChallenge(String, SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AnonymousMechanism
 
evaluateChallenge(String, SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.PlainMechanism
 
evaluateChallenge(String, SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.XOAuth2Mechanism
 
Event<H extends EventHandler> - Class in tigase.jaxmpp.core.client.eventbus
Base event object.
Event() - Constructor for class tigase.jaxmpp.core.client.eventbus.Event
 
EventBus - Class in tigase.jaxmpp.core.client.eventbus
Dispatches events to all registered handlers and listeners.
EventBus() - Constructor for class tigase.jaxmpp.core.client.eventbus.EventBus
 
eventBus - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
EventBusAware - Interface in tigase.jaxmpp.core.client.xmpp.modules
 
EventBusException - Exception in tigase.jaxmpp.core.client.eventbus
Exception collects all exceptions throwed by handlers or listeners during firing event.
EventBusException(Collection<Throwable>) - Constructor for exception tigase.jaxmpp.core.client.eventbus.EventBusException
 
EventHandler - Interface in tigase.jaxmpp.core.client.eventbus
Interface for event handfler.
EventListener - Interface in tigase.jaxmpp.core.client.eventbus
Interface for listeners.
execute(Runnable) - Method in class tigase.jaxmpp.core.client.JaxmppCore
Executes task in executor.
executeAfterReceiveChain(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
 
executeBeforeSendChain(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
 
ExtendableModule - Interface in tigase.jaxmpp.core.client.xmpp.modules.extensions
 
Extension - Interface in tigase.jaxmpp.core.client.xmpp.modules.extensions
 
ExtensionsChain - Class in tigase.jaxmpp.core.client.xmpp.modules.extensions
 
ExtensionsChain() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
 
EXTERNAL_KEEPALIVE_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector

Type: Boolean.
extract(Element) - Static method in class tigase.jaxmpp.core.client.xmpp.stanzas.ErrorElement
 
extract(Stanza) - Static method in class tigase.jaxmpp.core.client.xmpp.utils.delay.XmppDelay
 

F

FeatureNotImplementedResponse(Element, Context) - Constructor for class tigase.jaxmpp.core.client.Processor.FeatureNotImplementedResponse
 
Field<T> - Interface in tigase.jaxmpp.core.client.xmpp.forms
Base interface for fields.
findChild(String[]) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
findChild(String[]) - Method in interface tigase.jaxmpp.core.client.xml.Element
 
findChild(String[]) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
findModules(Element) - Method in class tigase.jaxmpp.core.client.XmppModulesManager
Finds collection of modules that can handle stanza.
fire(Event<?>) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
fire(Event<?>) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
Fires event.
fireAuthStart(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
fireEvent(Event<?>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
fireOnConnected(SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
fireOnConnected(SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
fireOnError(int, String, Element, Throwable, SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
fireOnError(Element, Throwable, SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
fireOnStanzaReceived(int, String, Element, SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
fireOnStanzaReceived(StreamPacket, SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
fireOnTerminate(int, String, Element, SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
fireOnTerminate(SessionObject) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
FixedField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of Fixed field type.
floatValue() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.MutableLong
 
FORCE_AUTHZID - Static variable in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslMechanism
 
FORCE_NON_SASL - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
If true then Non-SASL (XEP-0078) mechanism is used.
FORCE_RFC_KEY - Static variable in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
format(String, int) - Static method in class tigase.jaxmpp.core.client.Hex
 
format(Date) - Method in interface tigase.jaxmpp.core.client.xmpp.utils.DateTimeFormat.DateTimeFormatProvider
 
format(Date) - Method in class tigase.jaxmpp.core.client.xmpp.utils.DateTimeFormat
 
fromElement(Element) - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
Function - Interface in tigase.jaxmpp.core.client.criteria.tpath
 
Function.Attr - Class in tigase.jaxmpp.core.client.criteria.tpath
 
Function.Value - Class in tigase.jaxmpp.core.client.criteria.tpath
 

G

get(Class<T>) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
get() - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
Returns collection of registered instances of JaxmppCore
get(BareJID) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
Return instance of JaxmppCore connected registered for specific user account.
get(SessionObject) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
Returns instance of JaxmppCore connected registered for specific user account represented by SessionObject.
getAllowedSASLMechanisms(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
getAsString() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getAsString() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get this element as XML string.
getAsString() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get this element as XML string.
getAsString() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
 
getAttribute(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getAttribute(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Get attribute by name.
getAttribute(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get attribute by name.
getAttributes() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getAttributes() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get all attributes as a Map.
getAttributes() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get all attributes as a Map.
getAvailableFeatures() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.ModuleProvider
 
getAvailableFeatures() - Method in class tigase.jaxmpp.core.client.XmppModulesManager
Returns all features registered by modules.
getBareJid() - Method in class tigase.jaxmpp.core.client.JID
Returns bare JID part (<localpart@domainpart>) from full JID.
getBindedJID(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
getBindedJID() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
getBindedJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindSuccessHandler.ResourceBindSuccessEvent
 
getBody() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Return message body.
getByElementName(String) - Static method in enum tigase.jaxmpp.core.client.connector.StreamError
 
getByElementName(String) - Static method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
 
getCategory() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity
 
getCaught() - Method in class tigase.jaxmpp.core.client.Connector.ErrorHandler.ErrorEvent
 
getCauses() - Method in exception tigase.jaxmpp.core.client.eventbus.EventBusException
Returns collection of all Exceptions throwed by handlers or listeners.
getChildAfter(Element) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getChildAfter(Element) - Method in interface tigase.jaxmpp.core.client.xml.Element
Gets the first child after specified child in children list.
getChildAfter(Element) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Gets the first child after specified child in children list.
getChildElementValue(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
getChildElementValue(String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
getChildren() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getChildren(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getChildren() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get all children of the element.
getChildren(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Get children by name.
getChildren() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get all children of the element.
getChildren(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get children by name.
getChildrenNS(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getChildrenNS(String, String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getChildrenNS(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Get children by namespace.
getChildrenNS(String, String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Get children by namespace.
getChildrenNS(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get children by namespace.
getChildrenNS(String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get children by namespace.
getCode() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.ErrorElement
Return error code.
getCondition() - Method in class tigase.jaxmpp.core.client.Connector.ErrorHandler.ErrorEvent
 
getCondition() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.ErrorElement
Return error condition.
getCondition() - Method in exception tigase.jaxmpp.core.client.XMPPException
 
getConnectionConfiguration() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Returns configurator.
getConnector() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
Returns wrapped connector.
getConnector() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Returns connector.
getContext() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Returns Context of this JaXMPP instance.
getCount() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
getCredential() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.DefaultCredentialsCallback
 
getCredential() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.CredentialsCallback
 
getCredential() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.XOAuth2TokenCallback
 
getCriteria() - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
getCriteria() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
getCriteria() - Method in interface tigase.jaxmpp.core.client.XmppModule
Criteria
getData(String) - Method in class tigase.jaxmpp.core.client.DataHolder
 
getDefaultStream() - Method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
getDesc() - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Returns natural-language description of field.
getDesc() - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Returns natural-language description of field.
getDomain() - Method in class tigase.jaxmpp.core.client.BareJID
Return domainpart.
getDomain() - Method in class tigase.jaxmpp.core.client.JID
Return domainpart.
getElement() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketSendingHandler.BoshPacketSendingEvent
 
getElement() - Method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
getElementName() - Method in enum tigase.jaxmpp.core.client.connector.StreamError
 
getElementName() - Method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
 
getElements() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.UnacknowledgedHandler.UnacknowledgedEvent
 
getEntityTime(JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
Request for XMPP entity time.
getEntityTime(JID, EntityTimeModule.EntityTimeAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
Request for XMPP entity time.
getError() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthFailedHandler.AuthFailedEvent
 
getError() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthFailedHandler.SaslAuthFailedEvent
 
getError() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindErrorHandler.ResourceBindErrorEvent
 
getError() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentErrorHandler.SessionEstablishmentErrorEvent
 
getErrorCode() - Method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
 
getErrorCondition() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthFailedHandler.NonSaslAuthFailedEvent
 
getErrorCondition() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
getErrorMessage() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
getEventBus() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
 
getEventBus() - Method in interface tigase.jaxmpp.core.client.Context
Returns EventBus.
getEventBus() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Returns EventBus of this JaXMPP instance.
getExtension() - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
 
getExtension(Class<T>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
 
getExtensionChain() - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
 
getExtensionChain() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtendableModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.DefaultXMPPStream
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
getFeatures(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DefaultNodeDetailsCallback
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getFeatures(SessionObject, IQ, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.disco.NodeDetailsCallback
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
 
getFeatures() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.Extension
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
getFeatures() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
getFeatures() - Method in interface tigase.jaxmpp.core.client.xmpp.stream.XMPPStream
 
getFeatures() - Method in interface tigase.jaxmpp.core.client.XmppModule
Returns features what are implemented by Module.
getFeaturesElement() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.StreamFeaturesReceivedHandler.StreamFeaturesReceivedEvent
 
getFeaturesWithExtensions(String[]) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
 
getField(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Returns field with given name.
getField(int, String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
 
getFields() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Returns all fields of form.
getFields(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
 
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.BooleanField
Returns value of field.
getFieldValue() - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.FixedField
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.HiddenField
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidMultiField
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidSingleField
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListSingleField
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextMultiField
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextPrivateField
Returns value of field.
getFieldValue() - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextSingleField
Returns value of field.
getFieldValueAsStringArray(AbstractField) - Static method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
 
getFirst() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
Method description
getFirstChild() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getFirstChild(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getFirstChild() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get the first child element of this element.
getFirstChild(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
 
getFirstChild() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get the first child element of this element.
getFirstChild(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
getFirstChild(Element, String) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
getFrom() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Returns 'from' attribute.
getFrom() - Method in class tigase.jaxmpp.core.client.xmpp.utils.delay.XmppDelay
 
getFunction() - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
 
getH() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamResumedHandler.StreamResumedEvent
 
getHandlers() - Method in class tigase.jaxmpp.core.client.ResponseManager
 
getHandlersList(Class<? extends Event<?>>) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
getHost() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionEndpoint
 
getId() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Returns id of stanza.
getIdentity(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DefaultNodeDetailsCallback
 
getIdentity(SessionObject, IQ, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.disco.NodeDetailsCallback
 
getIndex() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
Method description
getInfo(JID, DiscoveryModule.DiscoInfoAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getInfo(JID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getInfo(JID, String, DiscoveryModule.DiscoInfoAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getInstructions() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Returns natural language instruction.
getIq() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthStartHandler.NonSaslAuthStartEvent
 
getItems(SessionObject, IQ, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DefaultNodeDetailsCallback
 
getItems(JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getItems(JID, DiscoveryModule.DiscoItemsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getItems(JID, RSM, DiscoveryModule.DiscoItemsAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getItems(JID, String, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getItems(JID, String, RSM, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
getItems(SessionObject, IQ, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.disco.NodeDetailsCallback
 
getJid() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionEndpoint
 
getJid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
 
getLabel() - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Returns label of field.
getLabel() - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Returns label of field.
getLast() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
Method description
getLocalpart() - Method in class tigase.jaxmpp.core.client.BareJID
Return localpart.
getLocalpart() - Method in class tigase.jaxmpp.core.client.JID
Return localpart.
getMax() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
Method description
getMechanismName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthStartHandler.SaslAuthStartEvent
 
getMechanismsOrder() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
getModule(Class<T>) - Method in class tigase.jaxmpp.core.client.JaxmppCore
Return module implementation by module class.
getModule(Class<T>) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.ModuleProvider
Return module implementation by module class.
getModule(Class<T>) - Method in class tigase.jaxmpp.core.client.XmppModulesManager
Return module implementation by module class.
getModuleProvider() - Method in interface tigase.jaxmpp.core.client.Context
getModulesManager() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Returns ModuleManager.
getName() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getName() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get name of this element.
getName() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get name of this element.
getName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity
 
getName() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
 
getNewState() - Method in class tigase.jaxmpp.core.client.Connector.StateChangedHandler.StateChangedEvent
 
getNextSibling() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getNextSibling() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get next sibling to this element or null if no parent or no more siblings exist.
getNextSibling() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get next sibling to this element or null if no parent or no more siblings exist.
getNickname() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Returns nickname.
getNode() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
 
getOldState() - Method in class tigase.jaxmpp.core.client.Connector.StateChangedHandler.StateChangedEvent
 
getParent() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getParent() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get parent element of this element.
getParent() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get parent element of this element.
getPeer() - Method in class tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession
 
getPort() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionEndpoint
 
getPrevid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamResumedHandler.StreamResumedEvent
 
getPriority() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Returns priority level of resource.
getProperties() - Method in class tigase.jaxmpp.core.client.JaxmppCore
getProperty(SessionObject.Scope, String) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
 
getProperty(String) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Returns property
getProperty(String) - Method in interface tigase.jaxmpp.core.client.SessionObject
Returns property
getPropertyClass() - Method in interface tigase.jaxmpp.core.client.Property
Method which returns class which implements this interface which may be used as a key to store instance of this class in JaxmppCore.
getQuery() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.IQ
Return <query/> child element.
getReceivedData() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent
 
getResource() - Method in class tigase.jaxmpp.core.client.JID
Return resource.
getResponse() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent
 
getResponseCode() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent
 
getResponseHandler(Context, Element) - Static method in class tigase.jaxmpp.core.client.ResponseManager
 
getResponseHandler(Element, Context) - Method in class tigase.jaxmpp.core.client.ResponseManager
Returns handler for response of sent stanza.
getResponseManager(SessionObject) - Static method in class tigase.jaxmpp.core.client.ResponseManager
 
getResume() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent
 
getResumeId() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent
 
getResumptionTime(SessionObject, long) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
getRid() - Method in interface tigase.jaxmpp.core.client.connector.BoshRequest
Returns current response ID.
getRowsCount() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
 
getRunAfter() - Method in class tigase.jaxmpp.core.client.eventbus.JaxmppEventWithCallback
 
getScopes() - Method in class tigase.jaxmpp.core.client.SessionObject.ClearedHandler.ClearedEvent
 
getSessionObject() - Method in interface tigase.jaxmpp.core.client.Context
Returns SessionObject.
getSessionObject() - Method in class tigase.jaxmpp.core.client.eventbus.JaxmppEvent
getSessionObject() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Returns SessionObject.
getSessionObject() - Method in class tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession
 
getShow() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Return avaiability substate.
getSid() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
getSid() - Method in class tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession
 
getSource() - Method in class tigase.jaxmpp.core.client.eventbus.Event
Returns events source.
getStamp() - Method in class tigase.jaxmpp.core.client.xmpp.utils.delay.XmppDelay
 
getStanza() - Method in class tigase.jaxmpp.core.client.Connector.StanzaReceivedHandler.StanzaReceivedEvent
 
getStanza() - Method in class tigase.jaxmpp.core.client.Connector.StanzaSendingHandler.StanzaSendingEvent
 
getState() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
getState() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
getState() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
getState() - Method in interface tigase.jaxmpp.core.client.Connector
Returns current State of connector.
getStatus() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Returns natural-language description of an entity's availability.
getStreamFeatures(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
getStreamsManager() - Method in interface tigase.jaxmpp.core.client.Context
 
getStreamsManager(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
getSubject() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Returns subject of message.
getSubnode() - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
 
getSupportedMechanisms() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
getText() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.ErrorElement
Return human readable error description.
getThread() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Returns thread-id.
getTimeout(String, int) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
Returns timeout value.
getTitle() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Returns title.
getTo() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Returns 'to' attribute.
getType() - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Returns field type.
getType() - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Returns field type.
getType() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Return data type.
getType() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity
 
getType() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.ErrorElement
Return error type.
getType() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Returns type of stanza.
getType() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Returns type of stanza.
getType(StanzaType) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Returns type of stanza.
getType() - Method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
 
getUserBareJid() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Returns users JID
getUserBareJid() - Method in interface tigase.jaxmpp.core.client.SessionObject
Returns users JID
getUserProperty(String) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Get user property.
getUserProperty(String) - Method in interface tigase.jaxmpp.core.client.UserProperties
Get user property.
getValue() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getValue() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get element value.
getValue() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get element value.
getVar() - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Returns name of field.
getVar() - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Returns name of field.
getWeight() - Method in enum tigase.jaxmpp.core.client.xmpp.stanzas.Presence.Show
 
getWrappedElement() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
getWriter() - Method in interface tigase.jaxmpp.core.client.Context
Returns PacketWriter
getXMLNS() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
getXMLNS() - Method in interface tigase.jaxmpp.core.client.xml.Element
Get namespace of this element. traverses up to find actual namespace.
getXMLNS() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Get namespace of this element. traverses up to find actual namespace.
getXmlns() - Static method in exception tigase.jaxmpp.core.client.XMPPException
 
getXmppModulesManages() - Method in class tigase.jaxmpp.core.client.Processor
 
getXmppStream() - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.StreamPacket
 
getXmppStream(JID) - Method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
guessSaslMechanism() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 

H

handlers - Variable in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
handleSeeOtherHost(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
handleSeeOtherUri(String) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
hasFlag(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
hashCode() - Method in class tigase.jaxmpp.core.client.BareJID
 
hashCode() - Method in class tigase.jaxmpp.core.client.JID
 
hashCode() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
hashCode() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Hex - Class in tigase.jaxmpp.core.client
 
Hex() - Constructor for class tigase.jaxmpp.core.client.Hex
 
HiddenField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of Hidden field type.

I

Identity() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity
 
IDENTITY_CATEGORY_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
IDENTITY_TYPE_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
inactive() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
INCOMING_STREAM_H_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
INCOMING_STREAM_H_LAST_SENT_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
INFO_XMLNS - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
init() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
InitializingModule - Interface in tigase.jaxmpp.core.client.xmpp.modules
Interface should be implemented by module that need to be informed about its state in XmppModulesManager.
initIfRequired() - Method in class tigase.jaxmpp.core.client.XmppModulesManager
 
intValue() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.MutableLong
 
IQ - Class in tigase.jaxmpp.core.client.xmpp.stanzas
Representation of IQ stanza.
isAckEnabled(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
isAllowedToUse(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslMechanism
This method is used to check if mechanism can be used with current session.
isAllowedToUse(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AnonymousMechanism
 
isAllowedToUse(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.PlainMechanism
 
isAllowedToUse(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.XOAuth2Mechanism
 
isAuthAvailable(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
isAvailable() - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
isComplete(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslMechanism
Determines whether the authentication exchange has completed.
isComplete(SessionObject) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AbstractSaslMechanism
 
isCompressed() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
isCompressed() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
isCompressed() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
isCompressed() - Method in interface tigase.jaxmpp.core.client.Connector
Returns XML Stream compression state.
isConnected() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Returns connection state.
isIncoming() - Method in class tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession
 
isPipeliningActive(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
isRequired() - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Get is this field is required.
isRequired() - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Get is this field is required.
isResumptionEnabled(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
isRfc() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
isSecure() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
isSecure() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
isSecure() - Method in interface tigase.jaxmpp.core.client.Connector
Returns connection security state.
isSecure() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Returns connection security state.
isSessionEstablishingAvailable(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
isStreamManagementAvailable(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
isStreamManagementTurnedOn(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
isThrowingExceptionOn() - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
isValue() - Method in class tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean
 
Item() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
 
ITEMS_XMLNS - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 

J

JabberDataElement - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of Data Form.
JabberDataElement(Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Creates instance of JabberDataElement and parse fields.
JabberDataElement(XDataType) - Constructor for class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Creates empty form instance.
JaxmppCore - Class in tigase.jaxmpp.core.client
Base abstract class for implementation platform-specific jaxmpp clients.
JaxmppCore() - Constructor for class tigase.jaxmpp.core.client.JaxmppCore
 
JaxmppCore.DefaultPacketWriter - Class in tigase.jaxmpp.core.client
 
JaxmppCore.LoggedInHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of LoggedInEvent.
JaxmppCore.LoggedInHandler.LoggedInEvent - Class in tigase.jaxmpp.core.client
Fired when connection is fully established.
JaxmppCore.LoggedOutHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of LoggedOutEvent.
JaxmppCore.LoggedOutHandler.LoggedOutEvent - Class in tigase.jaxmpp.core.client
Fired when jaxmpp is disconnected.
JaxmppEvent<H extends EventHandler> - Class in tigase.jaxmpp.core.client.eventbus
Event object used by JaXMPP Library.
JaxmppEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.eventbus.JaxmppEvent
Constructs event object.
JaxmppEventWithCallback<H extends EventHandler> - Class in tigase.jaxmpp.core.client.eventbus
Created by andrzej on 02.11.2016.
JaxmppEventWithCallback(SessionObject, JaxmppEventWithCallback.RunAfter<? extends JaxmppEventWithCallback>) - Constructor for class tigase.jaxmpp.core.client.eventbus.JaxmppEventWithCallback
 
JaxmppEventWithCallback.RunAfter<E> - Interface in tigase.jaxmpp.core.client.eventbus
 
JaxmppException - Exception in tigase.jaxmpp.core.client.exceptions
Base Exception class in library.
JaxmppException() - Constructor for exception tigase.jaxmpp.core.client.exceptions.JaxmppException
 
JaxmppException(String) - Constructor for exception tigase.jaxmpp.core.client.exceptions.JaxmppException
 
JaxmppException(String, Throwable) - Constructor for exception tigase.jaxmpp.core.client.exceptions.JaxmppException
 
JaxmppException(Throwable) - Constructor for exception tigase.jaxmpp.core.client.exceptions.JaxmppException
 
JID - Class in tigase.jaxmpp.core.client
XMPP entity address form <localpart@domainpart/resourcepart>
jidInstance(BareJID) - Static method in class tigase.jaxmpp.core.client.JID
Creates intance of JID from BareJID.
jidInstance(BareJID, String) - Static method in class tigase.jaxmpp.core.client.JID
Creates intance of JID.
jidInstance(String) - Static method in class tigase.jaxmpp.core.client.JID
Creates intance of JID.
jidInstance(String, String) - Static method in class tigase.jaxmpp.core.client.JID
Creates intance of JID.
jidInstance(String, String, String) - Static method in class tigase.jaxmpp.core.client.JID
Creates intance of JID.
JidMultiField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of jid-multi field type.
JidSingleField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of jid-single field type.

K

keepalive() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
keepalive() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
keepalive() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
keepalive() - Method in interface tigase.jaxmpp.core.client.Connector
Whitespace ping.
keepalive() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Whitespace ping.

L

ListMultiField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of list-multi field type.
ListSingleField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of list-single field type.
load(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.CacheProvider
 
localpart - Variable in class tigase.jaxmpp.core.client.BareJID
 
log - Variable in class tigase.jaxmpp.core.client.AbstractSessionObject
 
log - Variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
log - Variable in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
log - Variable in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
log - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
log - Variable in class tigase.jaxmpp.core.client.Processor.FeatureNotImplementedResponse
 
log - Variable in class tigase.jaxmpp.core.client.ResponseManager
 
log - Variable in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
log - Variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
log - Variable in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
log - Variable in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
log - Variable in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
log - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
LoggedInEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.JaxmppCore.LoggedInHandler.LoggedInEvent
 
LoggedOutEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.JaxmppCore.LoggedOutHandler.LoggedOutEvent
 
login() - Method in class tigase.jaxmpp.core.client.JaxmppCore
Connects to XMPP server.
login() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
login() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
login() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
LOGIN_USER_NAME_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
longValue() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.MutableLong
 

M

main(String[]) - Static method in class tigase.jaxmpp.core.client.UIDGenerator
 
makeResult(Element) - Static method in class tigase.jaxmpp.core.client.xml.XmlTools
 
match(Element) - Method in interface tigase.jaxmpp.core.client.criteria.Criteria
This method checks if element match to conditions.
match(Element) - Method in class tigase.jaxmpp.core.client.criteria.ElementCriteria
This method checks if element match to conditions.
match(Element) - Method in class tigase.jaxmpp.core.client.criteria.Or
This method checks if element match to conditions.
Message - Class in tigase.jaxmpp.core.client.xmpp.stanzas
Representation od Message stanza.
Message(Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.stanzas.Message
 
ModuleProvider - Interface in tigase.jaxmpp.core.client.xmpp.modules
 
modulesInit() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
modulesManager - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
MultiEventBus - Class in tigase.jaxmpp.core.client.eventbus
Special implementation of EventBus.
MultiEventBus() - Constructor for class tigase.jaxmpp.core.client.eventbus.MultiEventBus
 
MultiJaxmpp - Class in tigase.jaxmpp.core.client
Class for keeping many instances of JaxmppCore.
MultiJaxmpp() - Constructor for class tigase.jaxmpp.core.client.MultiJaxmpp
 
MutableBoolean - Class in tigase.jaxmpp.core.client.xmpp.utils
 
MutableBoolean() - Constructor for class tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean
 
MutableLong() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.MutableLong
 

N

name - Variable in class tigase.jaxmpp.core.client.criteria.ElementCriteria
 
name(String) - Static method in class tigase.jaxmpp.core.client.criteria.ElementCriteria
Makes criteria object to check name of element.
name(String, String) - Static method in class tigase.jaxmpp.core.client.criteria.ElementCriteria
Makes criteria object to check name of element and its namespace.
name(String, String[], String[]) - Static method in class tigase.jaxmpp.core.client.criteria.ElementCriteria
 
name() - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslMechanism
Return mechanism name.
name() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AnonymousMechanism
 
name() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.PlainMechanism
 
name() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.XOAuth2Mechanism
 
NAME_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
Key to keep software name in SessionObject.
next() - Static method in class tigase.jaxmpp.core.client.UIDGenerator
Generate next id;
nextCriteria - Variable in class tigase.jaxmpp.core.client.criteria.ElementCriteria
 
nextRid() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
nextUID() - Method in class tigase.jaxmpp.core.client.UIDGenerator
 
NICKNAME - Static variable in interface tigase.jaxmpp.core.client.SessionObject
Name of property used to keep users nickname
Node - Class in tigase.jaxmpp.core.client.criteria.tpath
 
Node(Criteria, Node) - Constructor for class tigase.jaxmpp.core.client.criteria.tpath.Node
 
Node(Criteria, Node, Function) - Constructor for class tigase.jaxmpp.core.client.criteria.tpath.Node
 
NodeDetailsCallback - Interface in tigase.jaxmpp.core.client.xmpp.modules.disco
 
NonSaslAuthFailedEvent(SessionObject, XMPPException.ErrorCondition) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthFailedHandler.NonSaslAuthFailedEvent
 
NonSaslAuthModule - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
NonSaslAuthModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
NonSaslAuthModule.NonSaslAuthFailedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
NonSaslAuthModule.NonSaslAuthFailedHandler.NonSaslAuthFailedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
NonSaslAuthModule.NonSaslAuthStartHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
NonSaslAuthModule.NonSaslAuthStartHandler.NonSaslAuthStartEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
NonSaslAuthModule.NonSaslAuthSuccessHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
NonSaslAuthModule.NonSaslAuthSuccessHandler.NonSaslAuthSuccessEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
NonSaslAuthStartEvent(SessionObject, IQ) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthStartHandler.NonSaslAuthStartEvent
 
NonSaslAuthSuccessEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthSuccessHandler.NonSaslAuthSuccessEvent
 

O

onAccountFeaturesReceived(SessionObject, IQ, String[]) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.AccountFeaturesReceivedHandler
 
onAuthFailed(SessionObject, SaslModule.SaslError) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthFailedHandler
 
onAuthFailed(SessionObject, XMPPException.ErrorCondition) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthFailedHandler
 
onAuthFailed(SessionObject, SaslModule.SaslError) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthFailedHandler
 
onAuthStart(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthStartHandler
 
onAuthStart(SessionObject, IQ) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthStartHandler
 
onAuthStart(SessionObject, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthStartHandler
 
onAuthSuccess(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthSuccessHandler
 
onAuthSuccess(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthSuccessHandler
 
onAuthSuccess(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthSuccessHandler
 
onBookmarksReceived(List<Element>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule.BookmarksAsyncCallback
 
onBoshPacketReceived(SessionObject, int, Element) - Method in interface tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketReceivedHandler
Called when BoshPacketReceivedEvent is fired.
onBoshPacketSending(SessionObject, Element) - Method in interface tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketSendingHandler
Called when BoshPacketSendingEvent is fired.
onCleared(SessionObject, Set<SessionObject.Scope>) - Method in interface tigase.jaxmpp.core.client.SessionObject.ClearedHandler
onConnected(SessionObject) - Method in interface tigase.jaxmpp.core.client.Connector.ConnectedHandler
Called when LoggedInEvent is fired.
onConnectorStateChanged(SessionObject, Connector.State, Connector.State) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onConnectorStopped() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onDisconnected(SessionObject) - Method in interface tigase.jaxmpp.core.client.Connector.DisconnectedHandler
onEncryptionEstablished(SessionObject) - Method in interface tigase.jaxmpp.core.client.Connector.EncryptionEstablishedHandler
Called when EncryptionEstablishedEvent is fired.
onEntityTimeReceived(String, Date) - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule.EntityTimeAsyncCallback
Called on success.
onError(Stanza, XMPPException.ErrorCondition) - Method in interface tigase.jaxmpp.core.client.AsyncCallback
Called when received response has type error.
onError(BoshRequest, int, String, Element, Throwable) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
onError(Element, Throwable) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
onError(SessionObject, StreamError, Throwable) - Method in interface tigase.jaxmpp.core.client.Connector.ErrorHandler
Called when ErrorEvent is fired.
onError(Stanza, XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
onEvent(Event<? extends EventHandler>) - Method in interface tigase.jaxmpp.core.client.eventbus.EventListener
Method called when event is fired.
onException(JaxmppException) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onException(JaxmppException) - Method in interface tigase.jaxmpp.core.client.XmppSessionLogic.SessionListener
 
onInfoReceived(String, Collection<DiscoveryModule.Identity>, Collection<String>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DiscoInfoAsyncCallback
 
onInfoReceived(String, ArrayList<DiscoveryModule.Item>, RSM) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DiscoItemsAsyncCallback
 
onInfoReceived(String, ArrayList<DiscoveryModule.Item>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DiscoItemsAsyncCallback
 
onLoggedIn(SessionObject) - Method in interface tigase.jaxmpp.core.client.JaxmppCore.LoggedInHandler
Called when LoggedInEvent is fired.
onLoggedOut(SessionObject) - Method in interface tigase.jaxmpp.core.client.JaxmppCore.LoggedOutHandler
Called when LoggedOutEvent is fired.
onPong(long) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule.PingAsyncCallback
Called on success.
onResourceBindError(SessionObject, SessionObject) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
onResourceBindError(SessionObject, XMPPException.ErrorCondition) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindErrorHandler
 
onResourceBindSuccess(SessionObject, JID) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
onResourceBindSuccess(JID) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onResourceBindSuccess(SessionObject, JID) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindSuccessHandler
 
onResponse(BoshRequest, int, String, Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
onSeeOtherHost(String, MutableBoolean) - Method in interface tigase.jaxmpp.core.client.connector.SeeOtherHostHandler
 
onServerFeaturesReceived(SessionObject, IQ, String[]) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.ServerFeaturesReceivedHandler
 
onSessionEstablishmentError(SessionObject, XMPPException.ErrorCondition) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentErrorHandler
 
onSessionEstablishmentSuccess(SessionObject) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentSuccessHandler
 
onStanzaReceived(SessionObject, StreamPacket) - Method in interface tigase.jaxmpp.core.client.Connector.StanzaReceivedHandler
Called when StanzaReceivedEvent is fired.
onStanzaReceived(StreamPacket) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onStanzaSending(SessionObject, Element) - Method in interface tigase.jaxmpp.core.client.Connector.StanzaSendingHandler
Called when StanzaSendingEvent is fired.
onStateChanged(SessionObject, Connector.State, Connector.State) - Method in interface tigase.jaxmpp.core.client.Connector.StateChangedHandler
Called when StateChangedEvent is fired.
onStreamError(StreamError, Throwable) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onStreamFeaturesReceived(SessionObject, Element) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
onStreamFeaturesReceived(SessionObject, Element) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.StreamFeaturesReceivedHandler
 
onStreamManagementEnabled(SessionObject, Boolean, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementEnabledHandler
 
onStreamManagementFailed(SessionObject, XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
onStreamManagementFailed(SessionObject, XMPPException.ErrorCondition) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementFailedHandler
 
onStreamRestarted(SessionObject) - Method in interface tigase.jaxmpp.core.client.Connector.StreamRestartedHandler
 
onStreamResumed(SessionObject, Long, String) - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
onStreamResumed(Long, String) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onStreamResumed(SessionObject, Long, String) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamResumedHandler
 
onStreamStart(Map<String, String>) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
onStreamTerminate() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
onStreamTerminated(SessionObject) - Method in interface tigase.jaxmpp.core.client.Connector.StreamTerminatedHandler
Called when when StreamTerminatedEvent is fired.
onStreamTerminated() - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onSuccess(Stanza) - Method in interface tigase.jaxmpp.core.client.AsyncCallback
Called when received response has type result.
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule.BookmarksAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DiscoInfoAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DiscoItemsAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule.EntityTimeAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule.PingAsyncCallback
 
onSuccess(Stanza) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule.SoftwareVersionAsyncCallback
 
onTerminate(BoshRequest, int, String, Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
onTimeout() - Method in interface tigase.jaxmpp.core.client.AsyncCallback
Called when response wasn't received in given time.
onTimeout() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
onUnacknowledged(List<Element>) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
onUnacknowledged(SessionObject, List<Element>) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.UnacknowledgedHandler
 
onVersionReceived(String, String, String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule.SoftwareVersionAsyncCallback
Called on success.
onXmppSessionEstablished(SessionObject) - Method in interface tigase.jaxmpp.core.client.XmppSessionLogic.XmppSessionEstablishedHandler
 
Or - Class in tigase.jaxmpp.core.client.criteria
Criteria implementation to realize OR operator.
Or(Criteria...) - Constructor for class tigase.jaxmpp.core.client.criteria.Or
 
OS_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
Key to keep operating system name in SessionObject.
OUTGOING_STREAM_H_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 

P

PacketWriter - Interface in tigase.jaxmpp.core.client
Interface for writing to XMPP Stream.
PacketWriterAware - Interface in tigase.jaxmpp.core.client.xmpp.modules
Interface should be implemented by module if PacketWriter should be injected to this module.
parse(String) - Static method in class tigase.jaxmpp.core.client.xmpp.forms.BooleanField
 
parse(String) - Method in interface tigase.jaxmpp.core.client.xmpp.utils.DateTimeFormat.DateTimeFormatProvider
 
parse(String) - Method in class tigase.jaxmpp.core.client.xmpp.utils.DateTimeFormat
 
PASSWORD - Static variable in interface tigase.jaxmpp.core.client.SessionObject
Name of property used to keep users password
ping(JID, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
Ping given XMPP entity.
ping(JID, PingModule.PingAsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
Ping given XMPP entity.
PingAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.PingModule.PingAsyncCallback
 
PingModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Implementation of XEP-0199 XMPP Ping.
PingModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.PingModule
 
PingModule.PingAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules
Ping callback.
PlainMechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms
 
PlainMechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.PlainMechanism
 
prepareBody(byte[]) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
prepareBody(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
prepareRetartBody() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
prepareStartBody() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
prepareTerminateBody(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
Presence - Class in tigase.jaxmpp.core.client.xmpp.stanzas
Representation of Presence stanza.
Presence.Show - Enum in tigase.jaxmpp.core.client.xmpp.stanzas
Availability sub-state
process() - Method in class tigase.jaxmpp.core.client.AbstractStanzaHandler
 
process() - Method in class tigase.jaxmpp.core.client.Processor.FeatureNotImplementedResponse
 
process(Element) - Method in class tigase.jaxmpp.core.client.Processor
Produces Runnable that must be run to fully process received stanza.
process(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
process(T) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
Method for processing incoming stanza.
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
process(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
process(Element) - Method in interface tigase.jaxmpp.core.client.XmppModule
Main method of module.
processAuthFail(SessionObject, SaslModule.SaslError) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
processAuthFailed(SaslModule.SaslError) - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
processAuthSuccess() - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
processAuthSucess(SessionObject) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
processChallenge(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
processConnectorErrors(StreamError, Throwable) - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
processElement(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
processException(JaxmppException) - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
processException(JaxmppException) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
processFailure(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
Method for processing stanza <iq type='get'>.
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
 
processGet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
 
processIncomingStanza(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
processor - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
Processor - Class in tigase.jaxmpp.core.client
Class for process incoming stanza.
Processor(XmppModulesManager, Context) - Constructor for class tigase.jaxmpp.core.client.Processor
 
Processor.FeatureNotImplementedResponse - Class in tigase.jaxmpp.core.client
 
processOutgoingElement(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
processResourceBindEvent(SessionObject, JID) - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
processSendData(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
Method for processing stanza <iq type='set'>.
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.EntityTimeModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.PingModule
 
processSet(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
 
processStreamFeatures(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
processSuccess(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
properties - Variable in class tigase.jaxmpp.core.client.AbstractSessionObject
 
properties - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
Property - Interface in tigase.jaxmpp.core.client
Base interface for classes which may be stored in JaxmppCore as "properties" by using methods set and get on JaxmppCore instance.
PROXY_HOST - Static variable in interface tigase.jaxmpp.core.client.Connector
 
PROXY_PORT - Static variable in interface tigase.jaxmpp.core.client.Connector
 
PROXY_TYPE - Static variable in interface tigase.jaxmpp.core.client.Connector
 
publishBookmarks(List<? extends Element>, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
Send list of bookmarks to private storage.

R

RECONNECTING_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
 
register(T) - Method in class tigase.jaxmpp.core.client.XmppModulesManager
Register XmppModule.
registerResponseHandler(SessionObject, Element, Long, AsyncCallback) - Static method in class tigase.jaxmpp.core.client.ResponseManager
 
registerResponseHandler(Element, Long, AsyncCallback) - Method in class tigase.jaxmpp.core.client.ResponseManager
Register callback for response of sent stanza.
registerXmppStream(JID, XMPPStream) - Method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
remove(Class<? extends Event<?>>, EventHandler) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
remove(EventHandler) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
remove(Class<? extends Event<?>>, EventHandler) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
Removes listener or handler of given type.
remove(EventHandler) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
Removed listener or handler.
remove(Class<? extends Event<?>>, EventHandler) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
 
remove(EventHandler) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
 
remove(T) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
Unregisters JaxmppCore.
remove(Class<? extends Event<?>>, EventHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
remove(EventHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
removeAllMechanisms() - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
removeAttribute(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
removeAttribute(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Remove attribute from element.
removeAttribute(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Remove attribute from element.
removeAuthFailedHandler(AuthModule.AuthFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
removeAuthStartHandler(AuthModule.AuthStartHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
removeAuthSuccessHandler(AuthModule.AuthSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
removeChild(Element) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
removeChild(Element) - Method in interface tigase.jaxmpp.core.client.xml.Element
Remove child from element.
removeChild(Element) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Remove child from element.
removeClearedHandler(SessionObject.ClearedHandler) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
 
removeData(String) - Method in class tigase.jaxmpp.core.client.DataHolder
 
removeEventBus(EventBus) - Method in class tigase.jaxmpp.core.client.eventbus.MultiEventBus
Removes EventBus from collector.
removeExtension(Extension) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
 
removeExtension(Extension) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtendableModule
 
removeExtension(Extension) - Method in class tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionsChain
 
removeFlag(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
 
removeFromRequests(BoshRequest) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
removeNodeCallback(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
removeResourceBindErrorHandler(ResourceBinderModule.ResourceBindErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
removeResourceBindSuccessHandler(ResourceBinderModule.ResourceBindSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
removeServerFeaturesReceivedHandler(DiscoveryModule.ServerFeaturesReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
removeSessionEstablishmentErrorHandler(SessionEstablishmentModule.SessionEstablishmentErrorHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
removeSessionEstablishmentSuccessHandler(SessionEstablishmentModule.SessionEstablishmentSuccessHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
removeStreamFeaturesReceivedHandler(StreamFeaturesModule.StreamFeaturesReceivedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
removeStreamManagementEnabledHandler(StreamManagementModule.StreamManagementEnabledHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
removeStreamManagementFailedHandler(StreamManagementModule.StreamManagementFailedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
removeStreamResumedHandler(StreamManagementModule.StreamResumedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
removeUnacknowledgedHandler(StreamManagementModule.UnacknowledgedHandler) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
request(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
Request acknowledgement of received stanzas.
requests - Variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
reset() - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
 
reset(SessionObject) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
reset() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
RESOURCE - Static variable in interface tigase.jaxmpp.core.client.SessionObject
Name of property used to keep XMPP resource
ResourceBinderModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Module for Resource Binding.
ResourceBinderModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
ResourceBinderModule.ResourceBindErrorHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules
Event fires on binding error.
ResourceBinderModule.ResourceBindErrorHandler.ResourceBindErrorEvent - Class in tigase.jaxmpp.core.client.xmpp.modules
 
ResourceBinderModule.ResourceBindSuccessHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules
Event fires on binding success.
ResourceBinderModule.ResourceBindSuccessHandler.ResourceBindSuccessEvent - Class in tigase.jaxmpp.core.client.xmpp.modules
 
ResourceBindErrorEvent(SessionObject, XMPPException.ErrorCondition) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindErrorHandler.ResourceBindErrorEvent
 
ResourceBindSuccessEvent(SessionObject, JID) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindSuccessHandler.ResourceBindSuccessEvent
 
RESPONSE_MANAGER_KEY - Static variable in class tigase.jaxmpp.core.client.ResponseManager
 
ResponseManager - Class in tigase.jaxmpp.core.client
Class for manage responses for IQ type='get' stanzas.
ResponseManager() - Constructor for class tigase.jaxmpp.core.client.ResponseManager
 
ResponseManager.Entry - Class in tigase.jaxmpp.core.client
 
responseStanza - Variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.DiscoInfoAsyncCallback
 
restartStream() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
restartStream() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
restartStream() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
restartStream() - Method in interface tigase.jaxmpp.core.client.Connector
Sends new XML Stream header.
resume() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
retrieveBookmarks(AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.BookmarksModule
Retrieve bookmarks from private storage.
rfcCompatible - Variable in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
RID_KEY - Static variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
Type: Long.
RSM - Class in tigase.jaxmpp.core.client.xmpp.utils
 
RSM(int) - Constructor for class tigase.jaxmpp.core.client.xmpp.utils.RSM
Constructs ...
RSM() - Constructor for class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
run() - Method in class tigase.jaxmpp.core.client.AbstractStanzaHandler
 

S

SASL_COMPLETE_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AbstractSaslMechanism
 
SASL_MECHANISM - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
SaslAuthFailedEvent(SessionObject, SaslModule.SaslError) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthFailedHandler.SaslAuthFailedEvent
 
SaslAuthStartEvent(SessionObject, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthStartHandler.SaslAuthStartEvent
 
SaslAuthSuccessEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthSuccessHandler.SaslAuthSuccessEvent
 
SaslMechanism - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
Interface for implementing SASL mechanisms.
SaslModule - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
Module for SASL authentication.
SaslModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
SaslModule.SaslAuthFailedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule.SaslAuthFailedHandler.SaslAuthFailedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule.SaslAuthStartHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule.SaslAuthStartHandler.SaslAuthStartEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule.SaslAuthSuccessHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule.SaslAuthSuccessHandler.SaslAuthSuccessEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule.SaslError - Enum in tigase.jaxmpp.core.client.xmpp.modules.auth
 
SaslModule.UnsupportedSaslMechanisms - Exception in tigase.jaxmpp.core.client.xmpp.modules.auth
 
save(SessionObject, ArrayList<Element>) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.CacheProvider
 
scope - Variable in class tigase.jaxmpp.core.client.AbstractSessionObject.Entry
 
SEE_OTHER_HOST_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector

Type: Boolean.
SeeOtherHostEvent(SessionObject, String, MutableBoolean) - Constructor for class tigase.jaxmpp.core.client.connector.SeeOtherHostHandler.SeeOtherHostEvent
 
SeeOtherHostHandler - Interface in tigase.jaxmpp.core.client.connector
 
SeeOtherHostHandler.SeeOtherHostEvent - Class in tigase.jaxmpp.core.client.connector
 
send(byte[]) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
send(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
send(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
send(String) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
send(Element) - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
send(Element) - Method in interface tigase.jaxmpp.core.client.Connector
Sends given XML Element to server.
send(IQ, AsyncCallback) - Method in class tigase.jaxmpp.core.client.JaxmppCore
Sends IQ type='get' stanza to XMPP Server in current connection.
send(IQ, Long, AsyncCallback) - Method in class tigase.jaxmpp.core.client.JaxmppCore
Sends IQ type='get' stanza to XMPP Server in current connection.
send(Stanza) - Method in class tigase.jaxmpp.core.client.JaxmppCore
Sends stanza to XMPP Server in current connection.
sendAck() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
sendAck(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
SERVER_FEATURES_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
SERVER_NAME - Static variable in interface tigase.jaxmpp.core.client.SessionObject
Deprecated.
ServerFeaturesReceivedEvent(SessionObject, IQ, String[]) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.ServerFeaturesReceivedHandler.ServerFeaturesReceivedEvent
 
SESSION_ESTABLISHED - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
SessionEstablishmentErrorEvent(SessionObject, XMPPException.ErrorCondition) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentErrorHandler.SessionEstablishmentErrorEvent
 
SessionEstablishmentModule - Class in tigase.jaxmpp.core.client.xmpp.modules
SessionEstablishmentModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
SessionEstablishmentModule.SessionEstablishmentErrorHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules
 
SessionEstablishmentModule.SessionEstablishmentErrorHandler.SessionEstablishmentErrorEvent - Class in tigase.jaxmpp.core.client.xmpp.modules
 
SessionEstablishmentModule.SessionEstablishmentSuccessHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules
 
SessionEstablishmentModule.SessionEstablishmentSuccessHandler.SessionEstablishmentSuccessEvent - Class in tigase.jaxmpp.core.client.xmpp.modules
 
SessionEstablishmentSuccessEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentSuccessHandler.SessionEstablishmentSuccessEvent
 
sessionLogic - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
sessionObject - Variable in class tigase.jaxmpp.core.client.ConnectionConfiguration
 
sessionObject - Variable in class tigase.jaxmpp.core.client.eventbus.JaxmppEvent
 
sessionObject - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
SessionObject - Interface in tigase.jaxmpp.core.client
Session object is for store state of connection, modules etc.
SessionObject.ClearedHandler - Interface in tigase.jaxmpp.core.client
Implemented by handlers of SessionObject.ClearedHandler.ClearedEvent.
SessionObject.ClearedHandler.ClearedEvent - Class in tigase.jaxmpp.core.client
Fired when properties from SessionObject are cleared.
SessionObject.Scope - Enum in tigase.jaxmpp.core.client
 
set(T) - Method in class tigase.jaxmpp.core.client.JaxmppCore
 
setAfter(String) - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
setAttribute(String, String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
setAttribute(String, String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Set value of attribute.
setAttribute(String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
setAttribute(String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Set value of attribute.
setAttributes(Map<String, String>) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
setAttributes(Map<String, String>) - Method in interface tigase.jaxmpp.core.client.xml.Element
Set a number of attributes.
setAttributes(Map<String, String>) - Method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
setAttributes(Map<String, String>) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Set a number of attributes.
setBefore(String) - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
setBindedJid(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindSuccessHandler.ResourceBindSuccessEvent
 
setBody(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Sets body of message.
setCacheProvider(SessionObject, StreamFeaturesModule.CacheProvider) - Static method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
setCategory(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity
 
setChildElementValue(String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
setChildElementValue(String, String, String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
setComplete(SessionObject, boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.AbstractSaslMechanism
 
setConnector(Connector) - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
Sets connector to be wrapped.
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
setContext(Context) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.ContextAware
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
setContext(Context) - Method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
setCredentialsCallback(CredentialsCallback) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set credentials callback;
setCriteria(Criteria) - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
 
setData(String, Object) - Method in class tigase.jaxmpp.core.client.DataHolder
 
setDesc(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Set natural-language description of field.
setDesc(String) - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Set natural-language description of field.
setDomain(String) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set logical name of XMPP server.
setElement(Element) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshPacketSendingHandler.BoshPacketSendingEvent
 
setElements(List<Element>) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.UnacknowledgedHandler.UnacknowledgedEvent
 
setError(SaslModule.SaslError) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthFailedHandler.AuthFailedEvent
 
setError(SaslModule.SaslError) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthFailedHandler.SaslAuthFailedEvent
 
setError(XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindErrorHandler.ResourceBindErrorEvent
 
setError(XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentErrorHandler.SessionEstablishmentErrorEvent
 
setErrorCondition(XMPPException.ErrorCondition) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthFailedHandler.NonSaslAuthFailedEvent
 
setEventBus(EventBus) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
 
setEventBus(EventBus) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.EventBusAware
 
setFeatures(Element) - Method in class tigase.jaxmpp.core.client.xmpp.DefaultXMPPStream
 
setFeatures(Element) - Method in interface tigase.jaxmpp.core.client.xmpp.stream.XMPPStream
 
setFeaturesElement(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.StreamFeaturesReceivedHandler.StreamFeaturesReceivedEvent
 
setFieldValue(Boolean) - Method in class tigase.jaxmpp.core.client.xmpp.forms.BooleanField
Sets value of field.
setFieldValue(T) - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Sets value of field.
setFieldValue(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.FixedField
Sets value of field.
setFieldValue(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.HiddenField
Sets value of field.
setFieldValue(JID[]) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidMultiField
Sets value of field.
setFieldValue(JID) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JidSingleField
Sets value of field.
setFieldValue(String[]) - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListMultiField
Sets value of field.
setFieldValue(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.ListSingleField
Sets value of field.
setFieldValue(String[]) - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextMultiField
Sets value of field.
setFieldValue(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextPrivateField
Sets value of field.
setFieldValue(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.TextSingleField
Sets value of field.
setFrom(JID) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Sets 'from' attribute.
setFunction(Function) - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
 
setH(Long) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamResumedHandler.StreamResumedEvent
 
setId(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Sets id of stanza
setIncoming(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession
 
setIndex(Integer) - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
setInstructions(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Sets natural-language instruction.
setIq(IQ) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthStartHandler.NonSaslAuthStartEvent
 
setJid(JID) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
 
setLabel(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Sets label of field.
setLabel(String) - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Sets label of field.
setLastPage(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
setMax(Integer) - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
setMechanismName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslAuthStartHandler.SaslAuthStartEvent
 
setName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity
 
setName(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
 
setNickname(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Sets nickname.
setNode(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
 
setNodeCallback(String, NodeDetailsCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule
 
setPacketWriter(PacketWriter) - Method in interface tigase.jaxmpp.core.client.xmpp.modules.PacketWriterAware
setParent(Element) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
setParent(Element) - Method in interface tigase.jaxmpp.core.client.xml.Element
Set element parent.
setParent(Element) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Set element parent.
setPrevid(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamResumedHandler.StreamResumedEvent
 
setPriority(Integer) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Sets priority level of resource.
setProperty(SessionObject.Scope, String, Object) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
 
setProperty(String, Object) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Set property in session scope.
setProperty(SessionObject.Scope, String, Object) - Method in interface tigase.jaxmpp.core.client.SessionObject
Set property in given scope.
setProperty(String, Object) - Method in interface tigase.jaxmpp.core.client.SessionObject
Set property in session scope.
setProvider(DateTimeFormat.DateTimeFormatProvider) - Static method in class tigase.jaxmpp.core.client.xmpp.utils.DateTimeFormat
 
setRequired(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Set if this field is required one.
setRequired(boolean) - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Set if this field is required one.
setResource(String) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set XMPP resource.
setResponseManager(SessionObject, ResponseManager) - Static method in class tigase.jaxmpp.core.client.ResponseManager
 
setResume(Boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent
 
setResumeId(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent
 
setScopes(Set<SessionObject.Scope>) - Method in class tigase.jaxmpp.core.client.SessionObject.ClearedHandler.ClearedEvent
 
setSessionListener(XmppSessionLogic.SessionListener) - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
setSessionListener(XmppSessionLogic.SessionListener) - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
setSessionListener(XmppSessionLogic.SessionListener) - Method in interface tigase.jaxmpp.core.client.XmppSessionLogic
setShow(Presence.Show) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Sets avaiability sub-state.
setSid(String) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
setSpi(String, UniversalFactory.FactorySpi<?>) - Static method in class tigase.jaxmpp.core.client.factory.UniversalFactory
Registers object factory with name.
setSpi(String, UniversalFactory.FactorySpi<?>, boolean) - Static method in class tigase.jaxmpp.core.client.factory.UniversalFactory
Registers object factory with name.
setStage(Connector.State) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
setStage(Connector.State) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
setStanza(Element) - Method in class tigase.jaxmpp.core.client.Connector.StanzaSendingHandler.StanzaSendingEvent
 
setState(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.modules.ClientStateIndicationModule
 
setStatus(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Presence
Sets natural-language description of an entity's availability.
setStreamsManager(SessionObject, XmppStreamsManager) - Static method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
setSubject(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Sets subject of message.
setSubnode(Node) - Method in class tigase.jaxmpp.core.client.criteria.tpath.Node
 
setThread(String) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Message
Sets thread-id of message.
setThrowingExceptionOn(boolean) - Method in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
setTitle(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
Sets form title.
setTo(JID) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Sets 'to' attribute.
setType(String) - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity
 
setType(StanzaType) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza
Sets type of stanza.
setUserJID(BareJID) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set users JabberID.
setUserJID(String) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set users JabberID.
setUserPassword(String) - Method in class tigase.jaxmpp.core.client.ConnectionConfiguration
Set users password.
setUserProperty(String, Object) - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
Set user property.
setUserProperty(String, Object) - Method in interface tigase.jaxmpp.core.client.UserProperties
Set user property.
setValue(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
setValue(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Set value of this element.
setValue(String) - Method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
setValue(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Set value of this element.
setValue(long) - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.MutableLong
 
setValue(boolean) - Method in class tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean
 
setVar(String) - Method in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
Sets name of field.
setVar(String) - Method in interface tigase.jaxmpp.core.client.xmpp.forms.Field
Sets name of field.
setXMLNS(String) - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
setXMLNS(String) - Method in interface tigase.jaxmpp.core.client.xml.Element
Change the namespace of this element.
setXMLNS(String) - Method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
setXMLNS(String) - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
Change the namespace of this element.
setXmppStream(XMPPStream) - Method in class tigase.jaxmpp.core.client.xmpp.stanzas.StreamPacket
 
SID_KEY - Static variable in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
Name of property that specify BOSH Session ID.
SoftwareVersionAsyncCallback() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule.SoftwareVersionAsyncCallback
 
SoftwareVersionModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Implementation of XEP-0092: Software Version.
SoftwareVersionModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
 
SoftwareVersionModule.SoftwareVersionAsyncCallback - Class in tigase.jaxmpp.core.client.xmpp.modules
Software version callback.
Stanza - Class in tigase.jaxmpp.core.client.xmpp.stanzas
Abstract representation of Stanza.
Stanza.UnkownStanzaTypeException - Exception in tigase.jaxmpp.core.client.xmpp.stanzas
 
StanzaReceivedEvent(SessionObject, StreamPacket) - Constructor for class tigase.jaxmpp.core.client.Connector.StanzaReceivedHandler.StanzaReceivedEvent
 
StanzaSendingEvent(SessionObject, Element) - Constructor for class tigase.jaxmpp.core.client.Connector.StanzaSendingHandler.StanzaSendingEvent
 
StanzaType - Enum in tigase.jaxmpp.core.client.xmpp.stanzas
 
start() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
start() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
start() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
start() - Method in interface tigase.jaxmpp.core.client.Connector
Starts connector.
StateChangedEvent(SessionObject, Connector.State, Connector.State) - Constructor for class tigase.jaxmpp.core.client.Connector.StateChangedHandler.StateChangedEvent
 
stop() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
stop(boolean) - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
stop() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
stop(boolean) - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
stop() - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
stop(boolean) - Method in class tigase.jaxmpp.core.client.connector.ConnectorWrapper
 
stop() - Method in interface tigase.jaxmpp.core.client.Connector
Stops connector and closes connections.
stop(boolean) - Method in interface tigase.jaxmpp.core.client.Connector
Stops connector.
STREAM_MANAGEMENT_DISABLED_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
Property to disable stream management module.
STREAM_MANAGEMENT_RESUME_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
STREAM_MANAGEMENT_RESUMPTION_ID_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
STREAM_MANAGEMENT_RESUMPTION_TIME_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
STREAM_MANAGEMENT_TURNED_ON_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
Property to keep Boolean if stream management is turned on.
StreamError - Enum in tigase.jaxmpp.core.client.connector
XML Stream errors.
StreamFeaturesModule - Class in tigase.jaxmpp.core.client.xmpp.modules
Module for Stream Features.
StreamFeaturesModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
 
StreamFeaturesModule.CacheProvider - Interface in tigase.jaxmpp.core.client.xmpp.modules
 
StreamFeaturesModule.StreamFeaturesReceivedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules
Event fires when stream features are received.
StreamFeaturesModule.StreamFeaturesReceivedHandler.StreamFeaturesReceivedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules
 
StreamFeaturesReceivedEvent(SessionObject, Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.StreamFeaturesReceivedHandler.StreamFeaturesReceivedEvent
 
StreamManagementEnabledEvent(SessionObject, Boolean, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent
 
StreamManagementFailedEvent(SessionObject, XMPPException.ErrorCondition) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamManagementFailedHandler.StreamManagementFailedEvent
 
StreamManagementModule - Class in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule(JaxmppCore) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
StreamManagementModule.MutableLong - Class in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule.StreamManagementEnabledHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule.StreamManagementFailedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule.StreamManagementFailedHandler.StreamManagementFailedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule.StreamResumedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule.StreamResumedHandler.StreamResumedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule.UnacknowledgedHandler - Interface in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamManagementModule.UnacknowledgedHandler.UnacknowledgedEvent - Class in tigase.jaxmpp.core.client.xmpp.modules.streammng
 
StreamPacket - Class in tigase.jaxmpp.core.client.xmpp.stanzas
 
StreamPacket(Element) - Constructor for class tigase.jaxmpp.core.client.xmpp.stanzas.StreamPacket
 
StreamRestaredEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.Connector.StreamRestartedHandler.StreamRestaredEvent
 
StreamResumedEvent(SessionObject, Long, String) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.StreamResumedHandler.StreamResumedEvent
 
streamsManager - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
StreamTerminatedEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.Connector.StreamTerminatedHandler.StreamTerminatedEvent
 

T

terminate() - Method in interface tigase.jaxmpp.core.client.connector.BoshRequest
Terminates request.
terminateAllWorkers() - Method in class tigase.jaxmpp.core.client.connector.AbstractBoshConnector
 
terminateAllWorkers() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
terminateStream() - Method in class tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector
 
TextMultiField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of text-multi field type.
TextPrivateField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of text-private field type.
TextSingleField - Class in tigase.jaxmpp.core.client.xmpp.forms
Implementation of text-single field type.
throwingExceptionOn - Variable in class tigase.jaxmpp.core.client.eventbus.DefaultEventBus
 
tigase.jaxmpp.core.client - package tigase.jaxmpp.core.client
Core of JAXMPP library.
tigase.jaxmpp.core.client.connector - package tigase.jaxmpp.core.client.connector
Classes for implementing Connectors.
tigase.jaxmpp.core.client.criteria - package tigase.jaxmpp.core.client.criteria
Support for selecting modules to process incoming messages.
tigase.jaxmpp.core.client.criteria.tpath - package tigase.jaxmpp.core.client.criteria.tpath
 
tigase.jaxmpp.core.client.eventbus - package tigase.jaxmpp.core.client.eventbus
EventBus is mechanism to dispatch events fired by few modules to all listeners.
tigase.jaxmpp.core.client.exceptions - package tigase.jaxmpp.core.client.exceptions
General exception for JAXMPP.
tigase.jaxmpp.core.client.factory - package tigase.jaxmpp.core.client.factory
Universal factory.
tigase.jaxmpp.core.client.xml - package tigase.jaxmpp.core.client.xml
Implementation of XML DOM.
tigase.jaxmpp.core.client.xmpp - package tigase.jaxmpp.core.client.xmpp
Support for XMPP.
tigase.jaxmpp.core.client.xmpp.forms - package tigase.jaxmpp.core.client.xmpp.forms
Support for Data Form.
tigase.jaxmpp.core.client.xmpp.modules - package tigase.jaxmpp.core.client.xmpp.modules
Support for XMPP Modules.
tigase.jaxmpp.core.client.xmpp.modules.auth - package tigase.jaxmpp.core.client.xmpp.modules.auth
Support for SASL and non-SASL authentication .
tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms - package tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms
 
tigase.jaxmpp.core.client.xmpp.modules.connection - package tigase.jaxmpp.core.client.xmpp.modules.connection
 
tigase.jaxmpp.core.client.xmpp.modules.disco - package tigase.jaxmpp.core.client.xmpp.modules.disco
tigase.jaxmpp.core.client.xmpp.modules.extensions - package tigase.jaxmpp.core.client.xmpp.modules.extensions
 
tigase.jaxmpp.core.client.xmpp.modules.streammng - package tigase.jaxmpp.core.client.xmpp.modules.streammng
 
tigase.jaxmpp.core.client.xmpp.stanzas - package tigase.jaxmpp.core.client.xmpp.stanzas
XMPP Stanzas.
tigase.jaxmpp.core.client.xmpp.stream - package tigase.jaxmpp.core.client.xmpp.stream
 
tigase.jaxmpp.core.client.xmpp.utils - package tigase.jaxmpp.core.client.xmpp.utils
Support for common XMPP utils.
tigase.jaxmpp.core.client.xmpp.utils.delay - package tigase.jaxmpp.core.client.xmpp.utils.delay
 
toElement() - Method in class tigase.jaxmpp.core.client.xmpp.utils.RSM
Method description
toString() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject.Entry
 
toString() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
 
toString() - Method in class tigase.jaxmpp.core.client.BareJID
 
toString() - Method in class tigase.jaxmpp.core.client.Connector.ErrorHandler.ErrorEvent
 
toString() - Method in class tigase.jaxmpp.core.client.Connector.StanzaReceivedHandler.StanzaReceivedEvent
 
toString() - Method in class tigase.jaxmpp.core.client.Connector.StanzaSendingHandler.StanzaSendingEvent
 
toString() - Method in class tigase.jaxmpp.core.client.Connector.StateChangedHandler.StateChangedEvent
 
toString() - Method in class tigase.jaxmpp.core.client.JID
 
toString() - Method in class tigase.jaxmpp.core.client.xml.DefaultElement
 
toString() - Method in class tigase.jaxmpp.core.client.xml.ElementWrapper
 
toString() - Method in class tigase.jaxmpp.core.client.xmpp.DefaultXMPPStream
 
toString() - Method in class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Item
 
toString() - Method in class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.StreamFeaturesReceivedHandler.StreamFeaturesReceivedEvent
 
toString() - Method in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.MutableLong
 
TPath - Class in tigase.jaxmpp.core.client.criteria.tpath
 
TPath() - Constructor for class tigase.jaxmpp.core.client.criteria.tpath.TPath
 
TPathExpression - Class in tigase.jaxmpp.core.client.criteria.tpath
 
TRUST_MANAGERS_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
Name of property to define property.

U

UIDGenerator - Class in tigase.jaxmpp.core.client
Unique IDs generator.
UIDGenerator() - Constructor for class tigase.jaxmpp.core.client.UIDGenerator
 
UnacknowledgedEvent(SessionObject, List<Element>) - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.UnacknowledgedHandler.UnacknowledgedEvent
 
unbind() - Method in class tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic
 
unbind() - Method in class tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
 
unbind() - Method in interface tigase.jaxmpp.core.client.XmppSessionLogic
In this method implementation must unregister all previously registered listeners.
unescape(String) - Static method in class tigase.jaxmpp.core.client.xmpp.utils.EscapeUtils
 
UniversalFactory - Class in tigase.jaxmpp.core.client.factory
Provides methods to inject alternative implementation of object in several points in this library.
UniversalFactory.FactorySpi<T> - Interface in tigase.jaxmpp.core.client.factory
Interface for object factory.
UnkownStanzaTypeException() - Constructor for exception tigase.jaxmpp.core.client.xmpp.stanzas.Stanza.UnkownStanzaTypeException
 
UnkownStanzaTypeException(String) - Constructor for exception tigase.jaxmpp.core.client.xmpp.stanzas.Stanza.UnkownStanzaTypeException
 
UnkownStanzaTypeException(String, Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.stanzas.Stanza.UnkownStanzaTypeException
 
UnkownStanzaTypeException(Throwable) - Constructor for exception tigase.jaxmpp.core.client.xmpp.stanzas.Stanza.UnkownStanzaTypeException
 
unregister(T) - Method in class tigase.jaxmpp.core.client.XmppModulesManager
Unregisters module.
unregisterXmppStream(JID) - Method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
UnsupportedSaslMechanisms() - Constructor for exception tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.UnsupportedSaslMechanisms
 
up() - Method in class tigase.jaxmpp.core.client.xml.ElementBuilder
 
USER_BARE_JID - Static variable in interface tigase.jaxmpp.core.client.SessionObject
Name of property used to keep users JID
UserProperties - Interface in tigase.jaxmpp.core.client
Interface to keep user properties.

V

value - Variable in class tigase.jaxmpp.core.client.AbstractSessionObject.Entry
 
value(Element) - Method in class tigase.jaxmpp.core.client.criteria.tpath.Function.Attr
 
value(Element) - Method in interface tigase.jaxmpp.core.client.criteria.tpath.Function
 
Value() - Constructor for class tigase.jaxmpp.core.client.criteria.tpath.Function.Value
 
value(Element) - Method in class tigase.jaxmpp.core.client.criteria.tpath.Function.Value
 
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.Connector.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.connector.StreamError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.SessionObject.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.forms.XDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.stanzas.Presence.Show
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.xmpp.stanzas.StanzaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tigase.jaxmpp.core.client.XMPPException.ErrorCondition
Returns the enum constant of this type with the specified name.
values() - Static method in enum tigase.jaxmpp.core.client.Connector.State
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.connector.StreamError
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.SessionObject.Scope
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.forms.XDataType
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.auth.SaslModule.SaslError
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.stanzas.Presence.Show
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.stanzas.StanzaType
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.XMPPException.ErrorCondition
Returns an array containing the constants of this enum type, in the order they are declared.
VAR_COMPARATOR - Static variable in class tigase.jaxmpp.core.client.xmpp.forms.AbstractField
 
VERSION_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
Key to keep software version in SessionObject.

W

WebSocketXmppSessionLogic - Class in tigase.jaxmpp.core.client.connector
 
WebSocketXmppSessionLogic(AbstractWebSocketConnector, XmppModulesManager, Context) - Constructor for class tigase.jaxmpp.core.client.connector.WebSocketXmppSessionLogic
 
write(Element) - Method in class tigase.jaxmpp.core.client.JaxmppCore.DefaultPacketWriter
 
write(Element, AsyncCallback) - Method in class tigase.jaxmpp.core.client.JaxmppCore.DefaultPacketWriter
 
write(Element, Long, AsyncCallback) - Method in class tigase.jaxmpp.core.client.JaxmppCore.DefaultPacketWriter
 
write(Element) - Method in interface tigase.jaxmpp.core.client.PacketWriter
Write a element to Stream.
write(Element, AsyncCallback) - Method in interface tigase.jaxmpp.core.client.PacketWriter
Write a (IQ) stanza element to Stream and register callback with default timeout.
write(Element, Long, AsyncCallback) - Method in interface tigase.jaxmpp.core.client.PacketWriter
Write a (IQ) stanza element to Stream and register callback with given timeout.
write(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
 
write(Element, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
 
write(Element, Long, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaExtendableModule
 
write(Element) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
write(Element, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
write(Element, Long, AsyncCallback) - Method in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule
 
write(Element) - Method in interface tigase.jaxmpp.core.client.xmpp.stream.XMPPStream
 
writer - Variable in class tigase.jaxmpp.core.client.JaxmppCore
 
writeToStream(Element) - Method in class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 

X

X_OAUTH2_TOKEN_CALLBACK_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.XOAuth2Mechanism
 
X_OAUTH2_TOKEN_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.XOAuth2Mechanism
 
XDataType - Enum in tigase.jaxmpp.core.client.xmpp.forms
Types of form.
XMLException - Exception in tigase.jaxmpp.core.client.xml
Exception for XML errors.
XMLException() - Constructor for exception tigase.jaxmpp.core.client.xml.XMLException
Creates a new instance of XMLException without detail message.
XMLException(String) - Constructor for exception tigase.jaxmpp.core.client.xml.XMLException
Constructs an instance of XMLException with the specified detail message.
XMLException(String, Throwable) - Constructor for exception tigase.jaxmpp.core.client.xml.XMLException
Constructs an instance of XMLException with the specified detail message and cause.
XMLException(Throwable) - Constructor for exception tigase.jaxmpp.core.client.xml.XMLException
Constructs an instance of XMLException with the specified cause.
xmlns(String) - Static method in class tigase.jaxmpp.core.client.criteria.ElementCriteria
Makes criteria checking only xmlns attribute.
XMLNS - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule
 
XMLNS - Static variable in class tigase.jaxmpp.core.client.xmpp.utils.RSM
 
XMLNS - Static variable in exception tigase.jaxmpp.core.client.XMPPException
 
XmlTools - Class in tigase.jaxmpp.core.client.xml
 
XmlTools() - Constructor for class tigase.jaxmpp.core.client.xml.XmlTools
 
XmppDelay - Class in tigase.jaxmpp.core.client.xmpp.utils.delay
Wrapper for urn:xmpp:delay elements.
XMPPException - Exception in tigase.jaxmpp.core.client
This exception may throwed during processing stanza.
XMPPException(XMPPException.ErrorCondition) - Constructor for exception tigase.jaxmpp.core.client.XMPPException
 
XMPPException(XMPPException.ErrorCondition, String) - Constructor for exception tigase.jaxmpp.core.client.XMPPException
 
XMPPException(XMPPException.ErrorCondition, String, Throwable) - Constructor for exception tigase.jaxmpp.core.client.XMPPException
 
XMPPException(XMPPException.ErrorCondition, Throwable) - Constructor for exception tigase.jaxmpp.core.client.XMPPException
 
XMPPException.ErrorCondition - Enum in tigase.jaxmpp.core.client
 
XmppModule - Interface in tigase.jaxmpp.core.client
Main interface for implement modules.
XmppModulesManager - Class in tigase.jaxmpp.core.client
XMPP Modules Manager.
XmppModulesManager(Context) - Constructor for class tigase.jaxmpp.core.client.XmppModulesManager
 
XmppSessionEstablishedEvent(SessionObject) - Constructor for class tigase.jaxmpp.core.client.XmppSessionLogic.XmppSessionEstablishedHandler.XmppSessionEstablishedEvent
 
XmppSessionLogic - Interface in tigase.jaxmpp.core.client
Interface for classes with session logic.
XmppSessionLogic.SessionListener - Interface in tigase.jaxmpp.core.client
Interface for session listener.
XmppSessionLogic.XmppSessionEstablishedHandler - Interface in tigase.jaxmpp.core.client
 
XmppSessionLogic.XmppSessionEstablishedHandler.XmppSessionEstablishedEvent - Class in tigase.jaxmpp.core.client
 
XMPPStream - Interface in tigase.jaxmpp.core.client.xmpp.stream
 
XmppStreamsManager - Class in tigase.jaxmpp.core.client.xmpp.stream
 
XmppStreamsManager() - Constructor for class tigase.jaxmpp.core.client.xmpp.stream.XmppStreamsManager
 
XOAuth2Mechanism - Class in tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms
 
XOAuth2Mechanism() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms.XOAuth2Mechanism
 
XOAuth2TokenCallback - Interface in tigase.jaxmpp.core.client.xmpp.modules.auth
With this callback user password may be not stored in SessionObject but may be calculated my class.
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links

Copyright © 2006–2020 Tigase. All rights reserved.