- 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
-
- AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent - Class in tigase.jaxmpp.core.client.connector
-
Fired BOSH packet is received.
- AbstractBoshConnector.BoshPacketSendingHandler - Interface in tigase.jaxmpp.core.client.connector
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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>>, Object, 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>>, Object, H) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
-
Adds handler to receive given type of events from specified source.
- addHandler(Class<? extends Event<H>>, H) - Method in class tigase.jaxmpp.core.client.MultiJaxmpp
-
- addHandler(Class<? extends Event<H>>, Object, 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(Class<? extends Event<H>>, Object, 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(Class<? extends Event<H>>, Object, EventListener) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
-
Adds listener to receive given type of events from specified source.
- 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(Class<? extends Event<H>>, Object, 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
-
- 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.
- 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
-
- 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
-
- 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 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
-
- 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
-
- 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
-
- Connector.EncryptionEstablishedHandler.EncryptionEstablishedEvent - Class in tigase.jaxmpp.core.client
-
Fired after encrypted connection is established.
- Connector.ErrorHandler - Interface in tigase.jaxmpp.core.client
-
- Connector.ErrorHandler.ErrorEvent - Class in tigase.jaxmpp.core.client
-
Fired on connection error.
- Connector.StanzaReceivedHandler - Interface in tigase.jaxmpp.core.client
-
- Connector.StanzaReceivedHandler.StanzaReceivedEvent - Class in tigase.jaxmpp.core.client
-
Fired when stanza is received.
- Connector.StanzaSendingHandler - Interface in tigase.jaxmpp.core.client
-
- 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
-
- Connector.StateChangedHandler.StateChangedEvent - Class in tigase.jaxmpp.core.client
-
Fired after connection state is changed.
- Connector.StreamTerminatedHandler - Interface in tigase.jaxmpp.core.client
-
- 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
-
- 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
-
- createSubmitableElement(XDataType) - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
- 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
-
- 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
-
- 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.
- 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.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
-
- getEventBus() - Method in class tigase.jaxmpp.core.client.AbstractSessionObject
-
- getEventBus() - Method in interface tigase.jaxmpp.core.client.Context
-
- 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(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.
- getFields() - Method in class tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
-
Returns all fields of form.
- 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.
- 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<?>>, Object) - 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, String, 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
-
- 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.
- getScopes() - Method in class tigase.jaxmpp.core.client.SessionObject.ClearedHandler.ClearedEvent
-
- getSessionObject() - Method in interface tigase.jaxmpp.core.client.Context
-
- getSessionObject() - Method in class tigase.jaxmpp.core.client.eventbus.JaxmppEvent
-
- getSessionObject() - Method in class tigase.jaxmpp.core.client.JaxmppCore
-
- 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
-
- 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
-
- 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
-
- scope - Variable in class tigase.jaxmpp.core.client.AbstractSessionObject.Entry
-
- SEE_OTHER_HOST_KEY - Static variable in interface tigase.jaxmpp.core.client.Connector
-
- 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
-
- 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
-
- SessionObject.ClearedHandler.ClearedEvent - Class in tigase.jaxmpp.core.client
-
- 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.
- 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 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
-
- setEventSource(Event<EventHandler>, Object) - Method in class tigase.jaxmpp.core.client.eventbus.EventBus
-
Puts event source to event.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- StreamFeaturesModule() - Constructor for class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule
-
- 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
-
- 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
-
- 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.
- VERSION_KEY - Static variable in class tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule
-