- AbstractConnectionClosedListener - Class in org.jivesoftware.smack
-
- AbstractConnectionClosedListener() - Constructor for class org.jivesoftware.smack.AbstractConnectionClosedListener
-
- AbstractConnectionListener - Class in org.jivesoftware.smack
-
The AbstractConnectionListener class provides an empty implementation for all
methods defined by the
ConnectionListener interface.
- AbstractConnectionListener() - Constructor for class org.jivesoftware.smack.AbstractConnectionListener
-
- AbstractDebugger - Class in org.jivesoftware.smack.debugger
-
- AbstractDebugger(XMPPConnection, Writer, Reader) - Constructor for class org.jivesoftware.smack.debugger.AbstractDebugger
-
- AbstractError - Class in org.jivesoftware.smack.packet
-
- AbstractError(Map<String, String>) - Constructor for class org.jivesoftware.smack.packet.AbstractError
-
- AbstractError(Map<String, String>, List<PacketExtension>) - Constructor for class org.jivesoftware.smack.packet.AbstractError
-
- AbstractError(Map<String, String>, String, List<PacketExtension>) - Constructor for class org.jivesoftware.smack.packet.AbstractError
-
- AbstractIqRequestHandler - Class in org.jivesoftware.smack.iqrequest
-
- AbstractIqRequestHandler(String, String, IQ.Type, IQRequestHandler.Mode) - Constructor for class org.jivesoftware.smack.iqrequest.AbstractIqRequestHandler
-
- AbstractXMPPConnection - Class in org.jivesoftware.smack
-
- AbstractXMPPConnection(ConnectionConfiguration) - Constructor for class org.jivesoftware.smack.AbstractXMPPConnection
-
Create a new XMPPConnection to a XMPP server.
- AbstractXMPPConnection.InterceptorWrapper - Class in org.jivesoftware.smack
-
A wrapper class to associate a packet filter with an interceptor.
- AbstractXMPPConnection.InterceptorWrapper(PacketListener, PacketFilter) - Constructor for class org.jivesoftware.smack.AbstractXMPPConnection.InterceptorWrapper
-
Create a class which associates a packet filter with an interceptor.
- AbstractXMPPConnection.ListenerWrapper - Class in org.jivesoftware.smack
-
A wrapper class to associate a packet filter with a listener.
- AbstractXMPPConnection.ListenerWrapper(PacketListener, PacketFilter) - Constructor for class org.jivesoftware.smack.AbstractXMPPConnection.ListenerWrapper
-
Create a class which associates a packet filter with a listener.
- accept(Packet) - Method in class org.jivesoftware.smack.filter.AndFilter
-
- accept(Packet) - Method in class org.jivesoftware.smack.filter.FlexiblePacketTypeFilter
-
- accept(Packet) - Method in class org.jivesoftware.smack.filter.FromMatchesFilter
-
- accept(Packet) - Method in class org.jivesoftware.smack.filter.IQReplyFilter
-
- accept(Packet) - Method in class org.jivesoftware.smack.filter.IQResultReplyFilter
-
- accept(Packet) - Method in class org.jivesoftware.smack.filter.NotFilter
-
- accept(Packet) - Method in class org.jivesoftware.smack.filter.OrFilter
-
- accept(Packet) - Method in class org.jivesoftware.smack.filter.PacketExtensionFilter
-
- accept(Packet) - Method in interface org.jivesoftware.smack.filter.PacketFilter
-
Tests whether or not the specified packet should pass the filter.
- accept(Packet) - Method in class org.jivesoftware.smack.filter.PacketIDFilter
-
- accept(Packet) - Method in class org.jivesoftware.smack.filter.PacketTypeFilter
-
- accept(Packet) - Method in class org.jivesoftware.smack.filter.ThreadFilter
-
- accept(Packet) - Method in class org.jivesoftware.smack.filter.ToFilter
-
- acceptAllCertificates(B) - Static method in class org.jivesoftware.smack.util.TLSUtils
-
Accept all SSL/TLS certificates.
- acceptSpecific(P) - Method in class org.jivesoftware.smack.filter.FlexiblePacketTypeFilter
-
- acceptSpecific(IQ) - Method in class org.jivesoftware.smack.filter.IQTypeFilter
-
- acceptSpecific(Message) - Method in class org.jivesoftware.smack.filter.MessageTypeFilter
-
- acceptSpecific(Message) - Method in class org.jivesoftware.smack.filter.MessageWithBodiesFilter
-
- acceptSpecific(Message) - Method in class org.jivesoftware.smack.filter.MessageWithSubjectFilter
-
- acceptSpecific(Presence) - Method in class org.jivesoftware.smack.filter.PresenceTypeFilter
-
- addAsyncPacketListener(PacketListener, PacketFilter) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- addAsyncPacketListener(PacketListener, PacketFilter) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Registers an asynchronous packet listener with this connection.
- addBody(String, String) - Method in class org.jivesoftware.smack.packet.Message
-
Adds a body with a corresponding language.
- addChatListener(ChatManagerListener) - Method in class org.jivesoftware.smack.ChatManager
-
Register a new listener with the ChatManager to recieve events related to chats.
- addCommonAttributes(XmlStringBuilder) - Method in class org.jivesoftware.smack.packet.Packet
-
Add to, from, id and 'xml:lang' attributes
- addCompressionHandler(XMPPInputOutputStream) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
- addConnectionCreationListener(ConnectionCreationListener) - Static method in class org.jivesoftware.smack.XMPPConnectionRegistry
-
Adds a new listener that will be notified when new Connections are created.
- addConnectionListener(ConnectionListener) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- addConnectionListener(ConnectionListener) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Adds a connection listener to this connection that will be notified when
the connection closes or fails.
- addDescriptiveTextsAndExtensions(XmlStringBuilder) - Method in class org.jivesoftware.smack.packet.AbstractError
-
- addDisabledSmackClass(Class<?>) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
- addDisabledSmackClass(String) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Add a class to the disabled smack classes.
- addEntry(RosterEntry) - Method in class org.jivesoftware.smack.RosterGroup
-
Adds a roster entry to this group.
- addEntry(RosterPacket.Item, String) - Method in class org.jivesoftware.smack.rosterstore.DirectoryRosterStore
-
- addEntry(RosterPacket.Item, String) - Method in interface org.jivesoftware.smack.rosterstore.RosterStore
-
This method stores a new roster entry in this store or updates an existing one.
- addExtension(PacketExtension) - Method in class org.jivesoftware.smack.packet.Packet
-
Adds a packet extension to the packet.
- addExtensionProvider(String, String, Object) - Static method in class org.jivesoftware.smack.provider.ProviderManager
-
Adds an extension provider with the specified element name and name space.
- addExtensions(Collection<PacketExtension>) - Method in class org.jivesoftware.smack.packet.Packet
-
Adds a collection of packet extensions to the packet.
- addFilter(PacketFilter) - Method in class org.jivesoftware.smack.filter.AndFilter
-
Adds a filter to the filter list for the AND operation.
- addFilter(PacketFilter) - Method in class org.jivesoftware.smack.filter.OrFilter
-
Adds a filter to the filter list for the OR operation.
- addGroupName(String) - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
-
Adds a group name.
- addIQProvider(String, String, Object) - Static method in class org.jivesoftware.smack.provider.ProviderManager
-
Adds an IQ provider (must be an instance of IQProvider or Class object that is an IQ)
with the specified element name and name space.
- addLines(String, Set<String>) - Static method in class org.jivesoftware.smack.util.FileUtils
-
- addLoader(ProviderLoader) - Static method in class org.jivesoftware.smack.provider.ProviderManager
-
- addMessageListener(ChatMessageListener) - Method in class org.jivesoftware.smack.Chat
-
Adds a packet listener that will be notified of any new messages in the
chat.
- addOneTimeSyncCallback(PacketListener, PacketFilter) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- addOneTimeSyncCallback(PacketListener, PacketFilter) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Add a callback that is called exactly once and synchronously with the incoming stanza that matches the given
packet filter.
- addOutgoingMessageInterceptor(MessageListener) - Method in class org.jivesoftware.smack.ChatManager
-
Adds an interceptor which intercepts any messages sent through chats.
- addOutgoingMessageInterceptor(MessageListener, PacketFilter) - Method in class org.jivesoftware.smack.ChatManager
-
- addPacketExtension(Packet, XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
- addPacketExtension(Packet, XmlPullParser, String, String) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
- addPacketExtension(Collection<PacketExtension>, XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
- addPacketExtension(Collection<PacketExtension>, XmlPullParser, String, String) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
- addPacketInterceptor(PacketListener, PacketFilter) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- addPacketInterceptor(PacketListener, PacketFilter) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Registers a packet interceptor with this connection.
- addPacketListener(PacketListener, PacketFilter) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- addPacketListener(PacketListener, PacketFilter) - Method in interface org.jivesoftware.smack.XMPPConnection
-
- addPacketSendingListener(PacketListener, PacketFilter) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- addPacketSendingListener(PacketListener, PacketFilter) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Registers a packet listener with this connection.
- addReaderListener(ReaderListener) - Method in class org.jivesoftware.smack.util.ObservableReader
-
Adds a reader listener to this reader that will be notified when
new strings are read.
- addRosterItem(RosterPacket.Item) - Method in class org.jivesoftware.smack.packet.RosterPacket
-
Adds a roster item to the packet.
- addRosterListener(RosterListener) - Method in class org.jivesoftware.smack.Roster
-
Adds a listener to this roster.
- addSaslMech(String) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Add a SASL mechanism to the list to be used.
- addSaslMechs(Collection<String>) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Add a Collection of SASL mechanisms to the list to be used.
- addStreamFeatureProvider(String, String, PacketExtensionProvider<PacketExtension>) - Static method in class org.jivesoftware.smack.provider.ProviderManager
-
- addSubject(String, String) - Method in class org.jivesoftware.smack.packet.Message
-
Adds a subject with a corresponding language.
- addSyncPacketListener(PacketListener, PacketFilter) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- addSyncPacketListener(PacketListener, PacketFilter) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Registers a synchronous packet listener with this connection.
- addWriterListener(WriterListener) - Method in class org.jivesoftware.smack.util.ObservableWriter
-
Adds a writer listener to this writer that will be notified when
new strings are sent.
- afterFeaturesReceived() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- afterSuccessfulLogin(boolean) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- allowEmptyOrNullUsernames() - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Allow null or the empty String as username.
- allowNullOrEmptyUsername - Variable in class org.jivesoftware.smack.ConnectionConfiguration
-
- AMP_ENCODE - Static variable in class org.jivesoftware.smack.util.StringUtils
-
- AndFilter - Class in org.jivesoftware.smack.filter
-
Implements the logical AND operation over two or more packet filters.
- AndFilter() - Constructor for class org.jivesoftware.smack.filter.AndFilter
-
Creates an empty AND filter.
- AndFilter(PacketFilter...) - Constructor for class org.jivesoftware.smack.filter.AndFilter
-
Creates an AND filter using the specified filters.
- APOS_ENCODE - Static variable in class org.jivesoftware.smack.util.StringUtils
-
- append(LazyStringBuilder) - Method in class org.jivesoftware.smack.util.LazyStringBuilder
-
- append(CharSequence) - Method in class org.jivesoftware.smack.util.LazyStringBuilder
-
- append(CharSequence, int, int) - Method in class org.jivesoftware.smack.util.LazyStringBuilder
-
- append(char) - Method in class org.jivesoftware.smack.util.LazyStringBuilder
-
- append(XmlStringBuilder) - Method in class org.jivesoftware.smack.util.XmlStringBuilder
-
- append(Collection<? extends Element>) - Method in class org.jivesoftware.smack.util.XmlStringBuilder
-
- append(CharSequence) - Method in class org.jivesoftware.smack.util.XmlStringBuilder
-
- append(CharSequence, int, int) - Method in class org.jivesoftware.smack.util.XmlStringBuilder
-
- append(char) - Method in class org.jivesoftware.smack.util.XmlStringBuilder
-
- appendErrorIfExists(XmlStringBuilder) - Method in class org.jivesoftware.smack.packet.Packet
-
Append an XMPPError is this packet has one set.
- ArrayBlockingQueueWithShutdown<E> - Class in org.jivesoftware.smack.util
-
- ArrayBlockingQueueWithShutdown(int) - Constructor for class org.jivesoftware.smack.util.ArrayBlockingQueueWithShutdown
-
- ArrayBlockingQueueWithShutdown(int, boolean) - Constructor for class org.jivesoftware.smack.util.ArrayBlockingQueueWithShutdown
-
- assertAtEndTag(XmlPullParser) - Static method in class org.jivesoftware.smack.util.ParserUtils
-
- assertAtStartTag(XmlPullParser) - Static method in class org.jivesoftware.smack.util.ParserUtils
-
- Async - Class in org.jivesoftware.smack.util
-
- Async() - Constructor for class org.jivesoftware.smack.util.Async
-
- asyncGo(Runnable) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- attribute(String, String) - Method in class org.jivesoftware.smack.util.XmlStringBuilder
-
Does nothing if value is null.
- attribute(String, Enum<?>) - Method in class org.jivesoftware.smack.util.XmlStringBuilder
-
- attribute(String, int) - Method in class org.jivesoftware.smack.util.XmlStringBuilder
-
- authenticate(String, String, String, String) - Method in class org.jivesoftware.smack.sasl.SASLMechanism
-
Builds and sends the auth stanza to the server.
- authenticate(String, String, CallbackHandler) - Method in class org.jivesoftware.smack.sasl.SASLMechanism
-
Builds and sends the auth stanza to the server.
- authenticate(String, CallbackHandler) - Method in class org.jivesoftware.smack.SASLAuthentication
-
Performs SASL authentication of the specified user.
- authenticate(String, String, String) - Method in class org.jivesoftware.smack.SASLAuthentication
-
Performs SASL authentication of the specified user.
- authenticateAnonymously() - Method in class org.jivesoftware.smack.SASLAuthentication
-
Performs ANONYMOUS SASL authentication.
- authenticated(XMPPConnection, boolean) - Method in class org.jivesoftware.smack.AbstractConnectionListener
-
- authenticated - Variable in class org.jivesoftware.smack.AbstractXMPPConnection
-
Flag that indicates if the user is currently authenticated with the server.
- authenticated(XMPPConnection, boolean) - Method in interface org.jivesoftware.smack.ConnectionListener
-
Notification that the connection has been authenticated.
- authenticated(SaslStreamElements.Success) - Method in class org.jivesoftware.smack.SASLAuthentication
-
Notification message saying that SASL authentication was successful.
- authenticateInternal(CallbackHandler) - Method in class org.jivesoftware.smack.sasl.core.SASLXOauth2Mechanism
-
- authenticateInternal(CallbackHandler) - Method in class org.jivesoftware.smack.sasl.core.SCRAMSHA1Mechanism
-
- authenticateInternal(CallbackHandler) - Method in class org.jivesoftware.smack.sasl.SASLAnonymous
-
- authenticateInternal() - Method in class org.jivesoftware.smack.sasl.SASLMechanism
-
- authenticateInternal(CallbackHandler) - Method in class org.jivesoftware.smack.sasl.SASLMechanism
-
- authenticationFailed(SaslStreamElements.SASLFailure) - Method in class org.jivesoftware.smack.SASLAuthentication
-
Notification message saying that SASL authentication has failed.
- authenticationFailed(Exception) - Method in class org.jivesoftware.smack.SASLAuthentication
-
- authenticationId - Variable in class org.jivesoftware.smack.sasl.SASLMechanism
-
authcid, i.e.
- authenticationSuccessful() - Method in class org.jivesoftware.smack.SASLAuthentication
-
- AVAILABLE - Static variable in class org.jivesoftware.smack.filter.PresenceTypeFilter
-
- GET - Static variable in class org.jivesoftware.smack.filter.IQTypeFilter
-
- GET_OR_SET - Static variable in class org.jivesoftware.smack.filter.IQTypeFilter
-
- getAcceptedIssuers() - Method in class org.jivesoftware.smack.util.TLSUtils.AcceptAllTrustManager
-
- getAllPresences(String) - Method in class org.jivesoftware.smack.Roster
-
Returns a List of Presence objects for all of a user's current presences if no presence information is available,
such as when you are not subscribed to the user's presence updates.
- getAuthenticationText() - Method in class org.jivesoftware.smack.sasl.core.SASLXOauth2Mechanism
-
- getAuthenticationText() - Method in class org.jivesoftware.smack.sasl.core.SCRAMSHA1Mechanism
-
- getAuthenticationText() - Method in class org.jivesoftware.smack.sasl.packet.SaslStreamElements.AuthMechanism
-
- getAuthenticationText() - Method in class org.jivesoftware.smack.sasl.packet.SaslStreamElements.Response
-
- getAuthenticationText() - Method in class org.jivesoftware.smack.sasl.SASLAnonymous
-
- getAuthenticationText() - Method in class org.jivesoftware.smack.sasl.SASLMechanism
-
Should return the initial response of the SASL mechanism.
- getAvailablePresences(String) - Method in class org.jivesoftware.smack.Roster
-
Returns a List of all available Presence Objects for the given bare JID.
- getBlacklistedSASLMechanisms() - Static method in class org.jivesoftware.smack.SASLAuthentication
-
- getBodies() - Method in class org.jivesoftware.smack.packet.Message
-
Returns a set of all bodies in this Message, including the default message body accessible
from
Message.getBody().
- getBody() - Method in class org.jivesoftware.smack.packet.Message
-
Returns the default body of the message, or null if the body has not been set.
- getBody(String) - Method in class org.jivesoftware.smack.packet.Message
-
Returns the body corresponding to the language.
- getBodyLanguages() - Method in class org.jivesoftware.smack.packet.Message
-
Returns all the languages being used for the bodies, not including the default body.
- getBooleanAttribute(XmlPullParser, String) - Static method in class org.jivesoftware.smack.util.ParserUtils
-
Get the boolean value of an argument.
- getBooleanAttribute(XmlPullParser, String, boolean) - Static method in class org.jivesoftware.smack.util.ParserUtils
-
- getCallbackHandler() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Returns a CallbackHandler to obtain information, such as the password or
principal information during the SASL authentication.
- getChatListeners() - Method in class org.jivesoftware.smack.ChatManager
-
Returns an unmodifiable set of all chat listeners currently registered with this
manager.
- getChildElementName() - Method in class org.jivesoftware.smack.packet.IQ
-
- getChildElementNamespace() - Method in class org.jivesoftware.smack.packet.IQ
-
- getChildElementXML() - Method in class org.jivesoftware.smack.packet.IQ
-
Returns the sub-element XML section of the IQ packet, or the empty String if there
isn't one.
- getClassLoaders() - Static method in class org.jivesoftware.smack.util.FileUtils
-
Returns default classloaders.
- getCollectedCount() - Method in class org.jivesoftware.smack.PacketCollector
-
Get the number of collected stanzas this packet collector has collected so far.
- getCompresionHandlers() - Static method in class org.jivesoftware.smack.SmackConfiguration
-
- getCompressionMethod() - Method in class org.jivesoftware.smack.compression.XMPPInputOutputStream
-
- getCondition() - Method in class org.jivesoftware.smack.packet.StreamError
-
- getCondition() - Method in class org.jivesoftware.smack.packet.XMPPError
-
Returns the error condition.
- getConditionText() - Method in class org.jivesoftware.smack.packet.StreamError
-
- getConditionText() - Method in class org.jivesoftware.smack.packet.XMPPError
-
- getConfiguration() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- getConfigUrl() - Method in class org.jivesoftware.smack.initializer.UrlInitializer
-
- getConnectionCounter() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- getConnectionCounter() - Method in interface org.jivesoftware.smack.XMPPConnection
-
Get the connection counter of this XMPPConnection instance.
- getConnectionCreationListeners() - Static method in class org.jivesoftware.smack.AbstractXMPPConnection
-
Get the collection of listeners that are interested in connection creation events.
- getConnectionCreationListeners() - Static method in class org.jivesoftware.smack.XMPPConnectionRegistry
-
Get the collection of listeners that are interested in connection creation events.
- getConnectionID() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- getConnectionID() - Method in interface org.jivesoftware.smack.XMPPConnection
-
Returns the connection ID for this connection, which is the value set by the server
when opening a XMPP stream.
- getConnectionLock() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- getContent() - Method in class org.jivesoftware.smack.packet.UnparsedIQ
-
- getContent() - Method in class org.jivesoftware.smack.parsing.UnparsablePacket
-
Retrieve the raw stanza data
- getCustomSSLContext() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
- getData() - Method in class org.jivesoftware.smack.sasl.packet.SaslStreamElements.Success
-
Returns additional data for the SASL layer or null.
- getDebuggerClass() - Static method in class org.jivesoftware.smack.debugger.ReflectionDebuggerFactory
-
Returns debugger class used by this factory
- getDebuggerFactory() - Static method in class org.jivesoftware.smack.SmackConfiguration
-
- getDefaultLanguage() - Static method in class org.jivesoftware.smack.packet.Packet
-
Returns the default language used for all messages containing localized content.
- getDefaultPacketReplyTimeout() - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Returns the number of milliseconds to wait for a response from
the server.
- getDefaultParsingExceptionCallback() - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Returns the default parsing exception callback
- getDefaultSubscriptionMode() - Static method in class org.jivesoftware.smack.Roster
-
Returns the default subscription processing mode to use when a new Roster is created.
- getDescriptiveText() - Method in class org.jivesoftware.smack.packet.AbstractError
-
Get the descriptive text of this SASLFailure.
- getDescriptiveText(String) - Method in class org.jivesoftware.smack.packet.AbstractError
-
Get the descriptive test of this SASLFailure.
- getDNSResolver() - Static method in class org.jivesoftware.smack.util.DNSUtil
-
Returns the current DNS resolved used to perform DNS lookups.
- getElement() - Method in class org.jivesoftware.smack.iqrequest.AbstractIqRequestHandler
-
- getElement() - Method in interface org.jivesoftware.smack.iqrequest.IQRequestHandler
-
- getElementName() - Method in class org.jivesoftware.smack.compress.packet.Compress.Feature
-
- getElementName() - Method in class org.jivesoftware.smack.compress.packet.Compress
-
- getElementName() - Method in class org.jivesoftware.smack.compress.packet.Compressed
-
- getElementName() - Method in class org.jivesoftware.smack.packet.Bind.Feature
-
- getElementName() - Method in class org.jivesoftware.smack.packet.DefaultPacketExtension
-
Returns the XML element name of the extension sub-packet root element.
- getElementName() - Method in class org.jivesoftware.smack.packet.Mechanisms
-
- getElementName() - Method in interface org.jivesoftware.smack.packet.NamedElement
-
Returns the root element name.
- getElementName() - Method in class org.jivesoftware.smack.packet.RosterVer
-
- getElementName() - Method in class org.jivesoftware.smack.packet.Session.Feature
-
- getElementName() - Method in class org.jivesoftware.smack.packet.StartTls
-
- getElementName() - Method in class org.jivesoftware.smack.packet.StreamOpen
-
- getEnabledPerDefault() - Static method in class org.jivesoftware.smack.ReconnectionManager
-
Get the current default reconnection mechanism setting for new XMPP connections.
- getEnabledSSLCiphers() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Return the enabled SSL/TLS ciphers.
- getEnabledSSLProtocols() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Return the enabled SSL/TLS protocols.
- getEntries() - Method in class org.jivesoftware.smack.Roster
-
Returns a set of all entries in the roster, including entries
that don't belong to any groups.
- getEntries() - Method in class org.jivesoftware.smack.RosterGroup
-
Returns an copied list of all entries in the group.
- getEntries() - Method in class org.jivesoftware.smack.rosterstore.DirectoryRosterStore
-
- getEntries() - Method in interface org.jivesoftware.smack.rosterstore.RosterStore
-
This method returns a collection of all roster items contained in this store.
- getEntry(String) - Method in class org.jivesoftware.smack.Roster
-
Returns the roster entry associated with the given XMPP address or
null if the user is not an entry in the roster.
- getEntry(String) - Method in class org.jivesoftware.smack.RosterGroup
-
Returns the roster entry associated with the given XMPP address or
null if the user is not an entry in the group.
- getEntry(String) - Method in class org.jivesoftware.smack.rosterstore.DirectoryRosterStore
-
- getEntry(String) - Method in interface org.jivesoftware.smack.rosterstore.RosterStore
-
This method returns the roster item in this store for the given JID.
- getEntryCount() - Method in class org.jivesoftware.smack.Roster
-
Returns a count of the entries in the roster.
- getEntryCount() - Method in class org.jivesoftware.smack.RosterGroup
-
Returns the number of entries in the group.
- getError() - Method in class org.jivesoftware.smack.packet.Packet
-
Returns the error associated with this packet, or null if there are
no errors.
- getErrorGenerator() - Method in class org.jivesoftware.smack.packet.XMPPError
-
- getErrorMessage() - Method in class org.jivesoftware.smack.util.dns.HostAddress
-
- getException() - Method in class org.jivesoftware.smack.util.dns.HostAddress
-
Retrieve the Exception that caused a connection failure to this HostAddress.
- getExtension(String, String) - Method in class org.jivesoftware.smack.packet.AbstractError
-
Returns the first packet extension that matches the specified element name and
namespace, or null if it doesn't exist.
- getExtension(String) - Method in class org.jivesoftware.smack.packet.Packet
-
Returns the first extension of this packet that has the given namespace.
- getExtension(String, String) - Method in class org.jivesoftware.smack.packet.Packet
-
Returns the first packet extension that matches the specified element name and
namespace, or null if it doesn't exist.
- getExtensionProvider(String, String) - Static method in class org.jivesoftware.smack.provider.ProviderManager
-
Returns the packet extension provider registered to the specified XML element name
and namespace.
- getExtensionProviderInfo() - Method in class org.jivesoftware.smack.provider.ProviderFileLoader
-
- getExtensionProviderInfo() - Method in interface org.jivesoftware.smack.provider.ProviderLoader
-
Provides the extension providers for the creation of extension providers to be added to the ProviderManager.
- getExtensionProviders() - Static method in class org.jivesoftware.smack.provider.ProviderManager
-
Returns an unmodifiable collection of all PacketExtensionProvider instances.
- getExtensions() - Method in class org.jivesoftware.smack.packet.Packet
-
Returns a copy of the packet extensions attached to the packet.
- getExtensionsXML() - Method in class org.jivesoftware.smack.packet.Packet
-
Returns the extension sub-packets (including properties data) as an XML
String, or the Empty String if there are no packet extensions.
- getFailedAddresses() - Method in exception org.jivesoftware.smack.SmackException.ConnectionException
-
- getFeature(String, String) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- getFeature() - Method in exception org.jivesoftware.smack.SmackException.FeatureNotSupportedException
-
Get the feature which is not supported.
- getFeature(String, String) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Get the feature packet extensions for a given stream feature of the
server, or null if the server doesn't support that feature.
- getFilePath() - Method in class org.jivesoftware.smack.initializer.VmArgInitializer
-
- getFQDN() - Method in class org.jivesoftware.smack.util.dns.HostAddress
-
- getFrom() - Method in class org.jivesoftware.smack.packet.Packet
-
Returns who the packet is being sent "from" or null if
the value is not set.
- getFromMode() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- getFromMode() - Method in interface org.jivesoftware.smack.XMPPConnection
-
Get the currently active FromMode.
- getGroup(String) - Method in class org.jivesoftware.smack.Roster
-
Returns the roster group with the specified name, or null if the
group doesn't exist.
- getGroupCount() - Method in class org.jivesoftware.smack.Roster
-
Returns the number of the groups in the roster.
- getGroupNames() - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
-
Returns an unmodifiable set of the group names that the roster item
belongs to.
- getGroups() - Method in class org.jivesoftware.smack.Roster
-
Returns an unmodifiable collections of all the roster groups.
- getGroups() - Method in class org.jivesoftware.smack.RosterEntry
-
Returns an copied list of the roster groups that this entry belongs to.
- getHost() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- getHost() - Method in interface org.jivesoftware.smack.XMPPConnection
-
Returns the host name of the server where the XMPP server is running.
- getHostnameVerifier() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
- getInputStream(InputStream) - Method in class org.jivesoftware.smack.compression.Java7ZlibInputOutputStream
-
- getInputStream(InputStream) - Method in class org.jivesoftware.smack.compression.XMPPInputOutputStream
-
- getInstanceFor(XMPPConnection) - Static method in class org.jivesoftware.smack.ChatManager
-
Returns the ChatManager instance associated with a given XMPPConnection.
- getInstanceFor(AbstractXMPPConnection) - Static method in class org.jivesoftware.smack.ReconnectionManager
-
Get a instance of ReconnectionManager for the given connection.
- getIntegerAttribute(XmlPullParser, String) - Static method in class org.jivesoftware.smack.util.ParserUtils
-
- getIntegerAttribute(XmlPullParser, String, int) - Static method in class org.jivesoftware.smack.util.ParserUtils
-
- getIntegerFromNextText(XmlPullParser) - Static method in class org.jivesoftware.smack.util.ParserUtils
-
- getInterceptor() - Method in class org.jivesoftware.smack.AbstractXMPPConnection.InterceptorWrapper
-
- getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smack.packet.Bind
-
- getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smack.packet.EmptyResultIQ
-
- getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smack.packet.IQ
-
This method must be overwritten by IQ subclasses to create their child content.
- getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smack.packet.RosterPacket
-
- getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smack.packet.SimpleIQ
-
- getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smack.packet.UnparsedIQ
-
- getIQProvider(String, String) - Static method in class org.jivesoftware.smack.provider.ProviderManager
-
Returns the IQ provider registered to the specified XML element name and namespace.
- getIQProviderInfo() - Method in class org.jivesoftware.smack.provider.ProviderFileLoader
-
- getIQProviderInfo() - Method in interface org.jivesoftware.smack.provider.ProviderLoader
-
Provides the IQ provider info for the creation of IQ providers to be added to the ProviderManager.
- getIQProviders() - Static method in class org.jivesoftware.smack.provider.ProviderManager
-
Returns an unmodifiable collection of all IQProvider instances.
- getItemStatus() - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
-
Returns the roster item status.
- getItemType() - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
-
Returns the roster item type.
- getJid() - Method in class org.jivesoftware.smack.packet.Bind
-
- getJid() - Method in exception org.jivesoftware.smack.SmackException.FeatureNotSupportedException
-
Get JID which does not support the feature.
- getKeystorePath() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Retuns the path to the keystore file.
- getKeystoreType() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Returns the keystore type, or null if it's not set.
- getLanguage() - Method in class org.jivesoftware.smack.packet.Message.Body
-
Returns the language of this message body.
- getLanguage() - Method in class org.jivesoftware.smack.packet.Message.Subject
-
Returns the language of this message subject.
- getLanguage() - Method in class org.jivesoftware.smack.packet.Packet
-
Returns the xml:lang of this Stanza, or null if one has not been set.
- getLastStanzaReceived() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- getLastStanzaReceived() - Method in interface org.jivesoftware.smack.XMPPConnection
-
Returns the timestamp in milliseconds when the last stanza was received.
- getListener() - Method in class org.jivesoftware.smack.AbstractXMPPConnection.ListenerWrapper
-
- getListeners() - Method in class org.jivesoftware.smack.Chat
-
Returns an unmodifiable set of all of the listeners registered with this chat.
- getLoadingExceptions() - Method in class org.jivesoftware.smack.provider.ProviderFileLoader
-
- getLongAttribute(XmlPullParser, String) - Static method in class org.jivesoftware.smack.util.ParserUtils
-
- getLongAttribute(XmlPullParser, String, long) - Static method in class org.jivesoftware.smack.util.ParserUtils
-
- getMatchMode() - Method in class org.jivesoftware.smack.ChatManager
-
Gets the current mode for matching messages with NO thread id to existing chats.
- getMechanism() - Method in class org.jivesoftware.smack.sasl.packet.SaslStreamElements.AuthMechanism
-
- getMechanism() - Method in exception org.jivesoftware.smack.sasl.SASLErrorException
-
- getMechanisms() - Method in class org.jivesoftware.smack.packet.Mechanisms
-
- getMessage() - Method in class org.jivesoftware.smack.packet.Message.Body
-
Returns the message content.
- getMessage() - Method in exception org.jivesoftware.smack.XMPPException.StreamErrorException
-
- getMessage() - Method in exception org.jivesoftware.smack.XMPPException.XMPPErrorException
-
- getMethods() - Method in class org.jivesoftware.smack.compress.packet.Compress.Feature
-
- getMode() - Method in class org.jivesoftware.smack.iqrequest.AbstractIqRequestHandler
-
- getMode() - Method in interface org.jivesoftware.smack.iqrequest.IQRequestHandler
-
- getMode() - Method in class org.jivesoftware.smack.packet.Presence
-
Returns the mode of the presence update, or null if the mode is not set.
- getName() - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
-
Returns the user's name.
- getName() - Method in class org.jivesoftware.smack.RosterEntry
-
Returns the name associated with this entry.
- getName() - Method in class org.jivesoftware.smack.RosterGroup
-
Returns the name of the group.
- getName() - Method in class org.jivesoftware.smack.sasl.core.SASLXOauth2Mechanism
-
- getName() - Method in class org.jivesoftware.smack.sasl.core.SCRAMSHA1Mechanism
-
- getName() - Method in class org.jivesoftware.smack.sasl.SASLAnonymous
-
- getName() - Method in class org.jivesoftware.smack.sasl.SASLMechanism
-
Returns the common name of the SASL mechanism.
- getNames() - Method in class org.jivesoftware.smack.packet.DefaultPacketExtension
-
Returns an unmodifiable collection of the names that can be used to get
values of the packet extension.
- getNamespace() - Method in class org.jivesoftware.smack.compress.packet.Compress.Feature
-
- getNamespace() - Method in class org.jivesoftware.smack.compress.packet.Compress
-
- getNamespace() - Method in class org.jivesoftware.smack.compress.packet.Compressed
-
- getNamespace() - Method in class org.jivesoftware.smack.iqrequest.AbstractIqRequestHandler
-
- getNamespace() - Method in interface org.jivesoftware.smack.iqrequest.IQRequestHandler
-
- getNamespace() - Method in class org.jivesoftware.smack.packet.Bind.Feature
-
- getNamespace() - Method in class org.jivesoftware.smack.packet.DefaultPacketExtension
-
Returns the XML namespace of the extension sub-packet root element.
- getNamespace() - Method in class org.jivesoftware.smack.packet.Mechanisms
-
- getNamespace() - Method in interface org.jivesoftware.smack.packet.PacketExtension
-
Returns the root element XML namespace.
- getNamespace() - Method in class org.jivesoftware.smack.packet.RosterVer
-
- getNamespace() - Method in class org.jivesoftware.smack.packet.Session.Feature
-
- getNamespace() - Method in class org.jivesoftware.smack.packet.StartTls
-
- getNamespace() - Method in class org.jivesoftware.smack.packet.StreamOpen
-
- getOutputStream(OutputStream) - Method in class org.jivesoftware.smack.compression.Java7ZlibInputOutputStream
-
- getOutputStream(OutputStream) - Method in class org.jivesoftware.smack.compression.XMPPInputOutputStream
-
- getPacketCollectorSize() - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Gets the default max size of a packet collector before it will delete
the older packets.
- getPacketFilter() - Method in class org.jivesoftware.smack.PacketCollector
-
Returns the packet filter associated with this packet collector.
- getPacketID() - Method in class org.jivesoftware.smack.packet.Packet
-
Returns the unique ID of the packet.
- getPacketReplyTimeout() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- getPacketReplyTimeout() - Method in interface org.jivesoftware.smack.XMPPConnection
-
Returns the current value of the reply timeout in milliseconds for request for this
XMPPConnection instance.
- getParserFor(String) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
- getParserFor(Reader) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
- getParserFor(String, String) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
- getParsingException() - Method in class org.jivesoftware.smack.parsing.UnparsablePacket
-
- getParsingExceptionCallback() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
Get the current active parsing exception callback.
- getParticipant() - Method in class org.jivesoftware.smack.Chat
-
Returns the name of the user the chat is with.
- getPassword() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Returns the password to use when trying to reconnect to the server.
- getPKCS11Library() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Returns the PKCS11 library file location, needed when the
Keystore type is PKCS11.
- getPort() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- getPort() - Method in class org.jivesoftware.smack.util.dns.HostAddress
-
- getPort() - Method in interface org.jivesoftware.smack.XMPPConnection
-
Returns the port number of the XMPP server for this connection.
- getPresence(String) - Method in class org.jivesoftware.smack.Roster
-
Returns the presence info for a particular user.
- getPresenceResource(String) - Method in class org.jivesoftware.smack.Roster
-
Returns the presence info for a particular user's resource, or unavailable presence
if the user is offline or if no presence information is available, such as
when you are not subscribed to the user's presence updates.
- getPresences(String) - Method in class org.jivesoftware.smack.Roster
-
Returns a List of Presence objects for all of a user's current presences
or an unavailable presence if the user is unavailable (offline) or if no presence
information is available, such as when you are not subscribed to the user's presence
updates.
- getPriority() - Method in class org.jivesoftware.smack.packet.Presence
-
Returns the priority of the presence, or Integer.MIN_VALUE if no priority has been set.
- getPriority() - Method in class org.jivesoftware.smack.sasl.core.SASLXOauth2Mechanism
-
- getPriority() - Method in class org.jivesoftware.smack.sasl.core.SCRAMSHA1Mechanism
-
- getPriority() - Method in class org.jivesoftware.smack.sasl.SASLAnonymous
-
- getPriority() - Method in class org.jivesoftware.smack.sasl.SASLMechanism
-
- getPriority() - Method in class org.jivesoftware.smack.util.dns.SRVRecord
-
- getProvidersUrl() - Method in class org.jivesoftware.smack.initializer.UrlInitializer
-
- getProxyAddress() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
-
- getProxyPassword() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
-
- getProxyPort() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
-
- getProxyType() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
-
- getProxyUsername() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
-
- getReader() - Method in class org.jivesoftware.smack.debugger.AbstractDebugger
-
- getReader() - Method in interface org.jivesoftware.smack.debugger.SmackDebugger
-
Returns the special Reader that wraps the main Reader and logs data to the GUI.
- getReaderListener() - Method in class org.jivesoftware.smack.debugger.AbstractDebugger
-
- getReaderListener() - Method in interface org.jivesoftware.smack.debugger.SmackDebugger
-
Returns the thread that will listen for all incoming packets and write them to the GUI.
- getRegisterdSASLMechanisms() - Static method in class org.jivesoftware.smack.SASLAuthentication
-
Returns the registered SASLMechanism sorted by the level of preference.
- getResource() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Returns the resource to use when trying to reconnect to the server.
- getResource() - Method in class org.jivesoftware.smack.packet.Bind
-
- getRoster() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- getRoster() - Method in interface org.jivesoftware.smack.XMPPConnection
-
Returns the roster for the user.
- getRosterItemCount() - Method in class org.jivesoftware.smack.packet.RosterPacket
-
Returns the number of roster items in this roster packet.
- getRosterItems() - Method in class org.jivesoftware.smack.packet.RosterPacket
-
Returns a copied list of the roster items in the packet.
- getRosterStore() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- getRosterStore() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Get the permanent roster store
- getRosterStore() - Method in interface org.jivesoftware.smack.XMPPConnection
-
Get the permanent roster store.
- getRosterVersion() - Method in class org.jivesoftware.smack.rosterstore.DirectoryRosterStore
-
- getRosterVersion() - Method in interface org.jivesoftware.smack.rosterstore.RosterStore
-
This method returns the version number as specified by the "ver" attribute
of the local store.
- getSASLAuthentication() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
Returns the SASLAuthentication manager that is responsible for authenticating with
the server.
- getSASLError() - Method in class org.jivesoftware.smack.sasl.packet.SaslStreamElements.SASLFailure
-
Get the SASL related error condition.
- getSASLErrorString() - Method in class org.jivesoftware.smack.sasl.packet.SaslStreamElements.SASLFailure
-
- getSASLFailure() - Method in exception org.jivesoftware.smack.sasl.SASLErrorException
-
- getSaslMechs() - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Returns the list of SASL mechanisms to be used.
- getSecurityMode() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Returns the TLS security mode used when making the connection.
- getServiceName() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- getServiceName() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Returns the server name of the target server.
- getServiceName() - Method in interface org.jivesoftware.smack.XMPPConnection
-
Returns the name of the service provided by the XMPP server for this connection.
- getSocketFactory() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Returns the socket factory used to create new xmppConnection sockets.
- getSocketFactory() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
-
- getStatus() - Method in class org.jivesoftware.smack.packet.Presence
-
Returns the status message of the presence update, or null if there
is not a status.
- getStatus() - Method in class org.jivesoftware.smack.RosterEntry
-
Returns the roster subscription status of the entry.
- getStreamError() - Method in exception org.jivesoftware.smack.XMPPException.StreamErrorException
-
Returns the StreamError associated with this exception.
- getStreamFeatureProvider(String, String) - Static method in class org.jivesoftware.smack.provider.ProviderManager
-
- getStreamFeatureProviderInfo() - Method in class org.jivesoftware.smack.provider.ProviderFileLoader
-
- getStreamFeatureProviderInfo() - Method in interface org.jivesoftware.smack.provider.ProviderLoader
-
Provides the stream feature providers information for the creation of stream feature
providers to be added to the ProviderManager.
- getStreamForUrl(String, ClassLoader) - Static method in class org.jivesoftware.smack.util.FileUtils
-
- getStringEncoder() - Static method in class org.jivesoftware.smack.util.stringencoder.Base32
-
- getStringEncoder() - Static method in class org.jivesoftware.smack.util.stringencoder.Base64UrlSafeEncoder
-
- getSubject() - Method in class org.jivesoftware.smack.packet.Message
-
Returns the default subject of the message, or null if the subject has not been set.
- getSubject(String) - Method in class org.jivesoftware.smack.packet.Message
-
Returns the subject corresponding to the language.
- getSubject() - Method in class org.jivesoftware.smack.packet.Message.Subject
-
Returns the subject content.
- getSubjectLanguages() - Method in class org.jivesoftware.smack.packet.Message
-
Returns all the languages being used for the subjects, not including the default subject.
- getSubjects() - Method in class org.jivesoftware.smack.packet.Message
-
Returns a set of all subjects in this Message, including the default message subject accessible
from
Message.getSubject().
- getSubscriptionMode() - Method in class org.jivesoftware.smack.Roster
-
Returns the subscription processing mode, which dictates what action
Smack will take when subscription requests from other users are made.
- getTexts() - Method in exception org.jivesoftware.smack.sasl.SASLErrorException
-
- getThis() - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
- getThread() - Method in class org.jivesoftware.smack.packet.Message
-
Returns the thread id of the message, which is a unique identifier for a sequence
of "chat" messages.
- getThreadChat(String) - Method in class org.jivesoftware.smack.ChatManager
-
- getThreadID() - Method in class org.jivesoftware.smack.Chat
-
Returns the thread id associated with this chat, which corresponds to the
thread field of XMPP messages.
- getTo() - Method in class org.jivesoftware.smack.packet.Packet
-
Returns who the packet is being sent "to", or null if
the value is not set.
- getType() - Method in class org.jivesoftware.smack.iqrequest.AbstractIqRequestHandler
-
- getType() - Method in interface org.jivesoftware.smack.iqrequest.IQRequestHandler
-
- getType() - Method in class org.jivesoftware.smack.packet.IQ
-
Returns the type of the IQ packet.
- getType() - Method in class org.jivesoftware.smack.packet.Message
-
Returns the type of the message.
- getType() - Method in class org.jivesoftware.smack.packet.Presence
-
Returns the type of this presence packet.
- getType() - Method in class org.jivesoftware.smack.packet.XMPPError
-
Returns the error type.
- getType() - Method in class org.jivesoftware.smack.RosterEntry
-
Returns the roster subscription type of the entry.
- getUnfiledEntries() - Method in class org.jivesoftware.smack.Roster
-
Returns an unmodifiable collection for the unfiled roster entries.
- getUnfiledEntryCount() - Method in class org.jivesoftware.smack.Roster
-
Returns a count of the unfiled entries in the roster.
- getUser() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- getUser() - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
-
Returns the user.
- getUser() - Method in class org.jivesoftware.smack.RosterEntry
-
Returns the JID of the user associated with this entry.
- getUser() - Method in interface org.jivesoftware.smack.XMPPConnection
-
Returns the full XMPP address of the user that is logged in to the connection or
null if not logged in yet.
- getUsername() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Returns the username to use when trying to reconnect to the server.
- getValue(String) - Method in class org.jivesoftware.smack.packet.DefaultPacketExtension
-
Returns a packet extension value given a name.
- getVersion() - Method in class org.jivesoftware.smack.packet.RosterPacket
-
- getVersion() - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Returns the Smack version information, eg "1.3.0".
- getWeight() - Method in class org.jivesoftware.smack.util.dns.SRVRecord
-
- getWriter() - Method in class org.jivesoftware.smack.debugger.AbstractDebugger
-
- getWriter() - Method in interface org.jivesoftware.smack.debugger.SmackDebugger
-
Returns the special Writer that wraps the main Writer and logs data to the GUI.
- getWriterListener() - Method in class org.jivesoftware.smack.debugger.AbstractDebugger
-
- getWriterListener() - Method in interface org.jivesoftware.smack.debugger.SmackDebugger
-
Returns the thread that will listen for all outgoing packets and write them to the GUI.
- getXMPPError() - Method in exception org.jivesoftware.smack.XMPPException.XMPPErrorException
-
Returns the XMPPError associated with this exception, or null if there isn't
one.
- go(Runnable) - Static method in class org.jivesoftware.smack.util.Async
-
Creates a new thread with the given Runnable, marks it daemon, starts it and returns the started thread.
- go(Runnable, String) - Static method in class org.jivesoftware.smack.util.Async
-
Creates a new thread with the given Runnable, marks it daemon, sets the name, starts it and returns the started
thread.
- GROUP - Static variable in class org.jivesoftware.smack.packet.RosterPacket.Item
-
- GROUPCHAT - Static variable in class org.jivesoftware.smack.filter.MessageTypeFilter
-
- GSSAPI - Static variable in class org.jivesoftware.smack.sasl.SASLMechanism
-
- GT_ENCODE - Static variable in class org.jivesoftware.smack.util.StringUtils
-
- Packet - Class in org.jivesoftware.smack.packet
-
Base class for XMPP Stanzas, which are called packets in Smack.
- Packet() - Constructor for class org.jivesoftware.smack.packet.Packet
-
- Packet(String) - Constructor for class org.jivesoftware.smack.packet.Packet
-
- Packet(Packet) - Constructor for class org.jivesoftware.smack.packet.Packet
-
- PacketCollector - Class in org.jivesoftware.smack
-
Provides a mechanism to collect packets into a result queue that pass a
specified filter.
- PacketCollector(XMPPConnection, PacketFilter) - Constructor for class org.jivesoftware.smack.PacketCollector
-
Creates a new packet collector.
- PacketCollector(XMPPConnection, PacketFilter, int) - Constructor for class org.jivesoftware.smack.PacketCollector
-
Creates a new packet collector.
- PacketExtension - Interface in org.jivesoftware.smack.packet
-
Interface to represent packet extensions.
- PacketExtensionFilter - Class in org.jivesoftware.smack.filter
-
Filters for packets with a particular type of packet extension.
- PacketExtensionFilter(String, String) - Constructor for class org.jivesoftware.smack.filter.PacketExtensionFilter
-
Creates a new packet extension filter.
- PacketExtensionFilter(String) - Constructor for class org.jivesoftware.smack.filter.PacketExtensionFilter
-
Creates a new packet extension filter.
- PacketExtensionFilter(PacketExtension) - Constructor for class org.jivesoftware.smack.filter.PacketExtensionFilter
-
Creates a new packet extension filter for the given packet extension.
- packetExtensionfromCollection(Collection<PacketExtension>, String, String) - Static method in class org.jivesoftware.smack.util.PacketUtil
-
- PacketExtensionProvider<PE extends PacketExtension> - Class in org.jivesoftware.smack.provider
-
An abstract class for parsing custom packets extensions.
- PacketExtensionProvider() - Constructor for class org.jivesoftware.smack.provider.PacketExtensionProvider
-
- PacketFilter - Interface in org.jivesoftware.smack.filter
-
Defines a way to filter packets for particular attributes.
- PacketIDFilter - Class in org.jivesoftware.smack.filter
-
Filters for packets with a particular packet ID.
- PacketIDFilter(Packet) - Constructor for class org.jivesoftware.smack.filter.PacketIDFilter
-
Creates a new packet ID filter using the specified packet's ID.
- PacketIDFilter(String) - Constructor for class org.jivesoftware.smack.filter.PacketIDFilter
-
Creates a new packet ID filter using the specified packet ID.
- PacketListener - Interface in org.jivesoftware.smack
-
Provides a mechanism to listen for packets that pass a specified filter.
- PacketParserUtils - Class in org.jivesoftware.smack.util
-
Utility class that helps to parse packets.
- PacketParserUtils() - Constructor for class org.jivesoftware.smack.util.PacketParserUtils
-
- packetType - Variable in class org.jivesoftware.smack.filter.FlexiblePacketTypeFilter
-
- PacketTypeFilter - Class in org.jivesoftware.smack.filter
-
Filters for packets of a particular type.
- PacketTypeFilter(Class<? extends Packet>) - Constructor for class org.jivesoftware.smack.filter.PacketTypeFilter
-
Creates a new packet type filter that will filter for packets that are the
same type as packetType.
- PacketUtil - Class in org.jivesoftware.smack.util
-
- PacketUtil() - Constructor for class org.jivesoftware.smack.util.PacketUtil
-
- parse(XmlPullParser, int) - Method in class org.jivesoftware.smack.provider.BindIQProvider
-
- parse(XmlPullParser, int) - Method in class org.jivesoftware.smack.provider.EmbeddedExtensionProvider
-
- parse(XmlPullParser, int) - Method in class org.jivesoftware.smack.provider.IntrospectionProvider.IQIntrospectionProvider
-
- parse(XmlPullParser, int) - Method in class org.jivesoftware.smack.provider.IntrospectionProvider.PacketExtensionIntrospectionProvider
-
- parse(XmlPullParser) - Method in class org.jivesoftware.smack.provider.Provider
-
- parse(XmlPullParser, int) - Method in class org.jivesoftware.smack.provider.Provider
-
- parse(XmlPullParser, int) - Method in class org.jivesoftware.smack.provider.RosterPacketProvider
-
- parseAndProcessStanza(XmlPullParser) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- parseCompressionFeature(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
Parse the Compression Feature reported from the server.
- parseContent(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
Returns the content of a element.
- parseContentDepth(XmlPullParser, int) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
- parseContentDepth(XmlPullParser, int, boolean) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
Returns the content from the current position of the parser up to the closing tag of the
given depth.
- parseDescriptiveTexts(XmlPullParser, Map<String, String>) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
- parseElement(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
Returns the current element as string.
- parseElement(XmlPullParser, boolean) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
- parseElementText(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
Returns the textual content of an element as String.
- parseError(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
Parses error sub-packets.
- parseFeatures(XmlPullParser) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- parseIQ(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
Parses an IQ packet.
- parseMechanisms(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
Parse the available SASL mechanisms reported from the server.
- parseMessage(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
Parses a message packet.
- parsePacketExtension(String, String, XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
Parses a packet extension sub-packet.
- parsePresence(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
Parses a presence packet.
- ParserUtils - Class in org.jivesoftware.smack.util
-
- ParserUtils() - Constructor for class org.jivesoftware.smack.util.ParserUtils
-
- parseSASLFailure(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
Parses SASL authentication error packets.
- parseSessionFeature(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
- parseStanza(String) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
- parseStanza(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
Tries to parse and return either a Message, IQ or Presence stanza.
- parseStartTlsFeature(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
- parseStreamError(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
-
Parses stream error packets.
- parseWithIntrospection(Class<?>, XmlPullParser, int) - Static method in class org.jivesoftware.smack.provider.IntrospectionProvider
-
- ParsingExceptionCallback - Class in org.jivesoftware.smack.parsing
-
Base class to receive parsing exceptions.
- ParsingExceptionCallback() - Constructor for class org.jivesoftware.smack.parsing.ParsingExceptionCallback
-
- password - Variable in class org.jivesoftware.smack.sasl.SASLMechanism
-
The users password
- peek() - Method in class org.jivesoftware.smack.util.ArrayBlockingQueueWithShutdown
-
- PLAIN - Static variable in class org.jivesoftware.smack.sasl.SASLMechanism
-
- PlainStreamElement - Interface in org.jivesoftware.smack.packet
-
Plain stream elements, ie.
- poll() - Method in class org.jivesoftware.smack.util.ArrayBlockingQueueWithShutdown
-
- poll(long, TimeUnit) - Method in class org.jivesoftware.smack.util.ArrayBlockingQueueWithShutdown
-
- pollResult() - Method in class org.jivesoftware.smack.PacketCollector
-
Polls to see if a packet is currently available and returns it, or
immediately returns null if no packets are currently in the
result queue.
- pollResultOrThrow() - Method in class org.jivesoftware.smack.PacketCollector
-
Polls to see if a packet is currently available and returns it, or
immediately returns null if no packets are currently in the
result queue.
- populateHostAddresses() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- port - Variable in class org.jivesoftware.smack.AbstractXMPPConnection
-
The used port to establish the connection to
- port - Variable in class org.jivesoftware.smack.ConnectionConfiguration
-
- prelude(PacketExtension) - Method in class org.jivesoftware.smack.util.XmlStringBuilder
-
- prelude(String, String) - Method in class org.jivesoftware.smack.util.XmlStringBuilder
-
- PRESENCE - Static variable in class org.jivesoftware.smack.filter.PacketTypeFilter
-
- Presence - Class in org.jivesoftware.smack.packet
-
Represents XMPP presence packets.
- Presence(Presence.Type) - Constructor for class org.jivesoftware.smack.packet.Presence
-
Creates a new presence update.
- Presence(Presence.Type, String, int, Presence.Mode) - Constructor for class org.jivesoftware.smack.packet.Presence
-
Creates a new presence update with a specified status, priority, and mode.
- Presence.Mode - Enum in org.jivesoftware.smack.packet
-
An enum to represent the presence mode.
- Presence.Type - Enum in org.jivesoftware.smack.packet
-
An enum to represent the presence type.
- presenceChanged(Presence) - Method in interface org.jivesoftware.smack.RosterListener
-
Called when the presence of a roster entry is changed.
- PresenceListener - Interface in org.jivesoftware.smack
-
- PresenceTypeFilter - Class in org.jivesoftware.smack.filter
-
A filter for Presence types.
- printInterpreted - Static variable in class org.jivesoftware.smack.debugger.AbstractDebugger
-
- PROBE - Static variable in class org.jivesoftware.smack.filter.PresenceTypeFilter
-
- processConfigFile(InputStream, Collection<Exception>) - Static method in class org.jivesoftware.smack.SmackInitialization
-
- processConfigFile(InputStream, Collection<Exception>, ClassLoader) - Static method in class org.jivesoftware.smack.SmackInitialization
-
- processException(Exception) - Method in interface org.jivesoftware.smack.ExceptionCallback
-
- processMessage(Chat, Message) - Method in interface org.jivesoftware.smack.ChatMessageListener
-
- processMessage(Message) - Method in interface org.jivesoftware.smack.MessageListener
-
- processPacket(Packet) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
Processes a packet after it's been fully parsed by looping through the installed
packet collectors and listeners and letting them examine the packet to see if
they are a match with the filter.
- processPacket(Packet) - Method in class org.jivesoftware.smack.PacketCollector
-
Processes a packet to see if it meets the criteria for this packet collector.
- processPacket(Packet) - Method in interface org.jivesoftware.smack.PacketListener
-
Process the next packet sent to this packet listener.
- processPresence(Presence) - Method in interface org.jivesoftware.smack.PresenceListener
-
- PROTO_SSL3 - Static variable in class org.jivesoftware.smack.util.TLSUtils
-
- PROTO_TLSV1 - Static variable in class org.jivesoftware.smack.util.TLSUtils
-
- PROTO_TLSV1_1 - Static variable in class org.jivesoftware.smack.util.TLSUtils
-
- PROTO_TLSV1_2 - Static variable in class org.jivesoftware.smack.util.TLSUtils
-
- Provider<E extends Element> - Class in org.jivesoftware.smack.provider
-
- Provider() - Constructor for class org.jivesoftware.smack.provider.Provider
-
- ProviderFileLoader - Class in org.jivesoftware.smack.provider
-
- ProviderFileLoader(InputStream) - Constructor for class org.jivesoftware.smack.provider.ProviderFileLoader
-
- ProviderFileLoader(InputStream, ClassLoader) - Constructor for class org.jivesoftware.smack.provider.ProviderFileLoader
-
- ProviderLoader - Interface in org.jivesoftware.smack.provider
-
- ProviderManager - Class in org.jivesoftware.smack.provider
-
Manages providers for parsing custom XML sub-documents of XMPP packets.
- ProviderManager() - Constructor for class org.jivesoftware.smack.provider.ProviderManager
-
- proxy - Variable in class org.jivesoftware.smack.ConnectionConfiguration
-
- ProxyException - Exception in org.jivesoftware.smack.proxy
-
An exception class to handle exceptions caused by proxy.
- ProxyException(ProxyInfo.ProxyType, String, Throwable) - Constructor for exception org.jivesoftware.smack.proxy.ProxyException
-
- ProxyException(ProxyInfo.ProxyType, String) - Constructor for exception org.jivesoftware.smack.proxy.ProxyException
-
- ProxyException(ProxyInfo.ProxyType) - Constructor for exception org.jivesoftware.smack.proxy.ProxyException
-
- ProxyInfo - Class in org.jivesoftware.smack.proxy
-
Class which stores proxy information such as proxy type, host, port,
authentication etc.
- ProxyInfo(ProxyInfo.ProxyType, String, int, String, String) - Constructor for class org.jivesoftware.smack.proxy.ProxyInfo
-
- ProxyInfo.ProxyType - Enum in org.jivesoftware.smack.proxy
-
- put(E) - Method in class org.jivesoftware.smack.util.ArrayBlockingQueueWithShutdown
-
- randomString(int) - Static method in class org.jivesoftware.smack.util.StringUtils
-
Returns a random String of numbers and letters (lower and upper case)
of the specified length.
- read(char[], int, int) - Method in class org.jivesoftware.smack.util.ObservableReader
-
- read() - Method in class org.jivesoftware.smack.util.ObservableReader
-
- read(char[]) - Method in class org.jivesoftware.smack.util.ObservableReader
-
- read(String) - Method in interface org.jivesoftware.smack.util.ReaderListener
-
Notification that the Reader has read a new string.
- reader - Variable in class org.jivesoftware.smack.AbstractXMPPConnection
-
The Reader which is used for the debugger.
- ReaderListener - Interface in org.jivesoftware.smack.util
-
Interface that allows for implementing classes to listen for string reading
events.
- readFile(File) - Static method in class org.jivesoftware.smack.util.FileUtils
-
- readFileOrThrow(File) - Static method in class org.jivesoftware.smack.util.FileUtils
-
Reads the contents of a File
- ready() - Method in class org.jivesoftware.smack.util.ObservableReader
-
- reconnectingIn(int) - Method in class org.jivesoftware.smack.AbstractConnectionListener
-
- reconnectingIn(int) - Method in interface org.jivesoftware.smack.ConnectionListener
-
The connection will retry to reconnect in the specified number of seconds.
- reconnectionFailed(Exception) - Method in class org.jivesoftware.smack.AbstractConnectionListener
-
- reconnectionFailed(Exception) - Method in interface org.jivesoftware.smack.ConnectionListener
-
An attempt to connect to the server has failed.
- ReconnectionManager - Class in org.jivesoftware.smack
-
Handles the automatic reconnection process.
- reconnectionSuccessful() - Method in class org.jivesoftware.smack.AbstractConnectionListener
-
- reconnectionSuccessful() - Method in interface org.jivesoftware.smack.ConnectionListener
-
The connection has reconnected successfully to the server.
- ReflectionDebuggerFactory - Class in org.jivesoftware.smack.debugger
-
- ReflectionDebuggerFactory() - Constructor for class org.jivesoftware.smack.debugger.ReflectionDebuggerFactory
-
- registerIQRequestHandler(IQRequestHandler) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- registerIQRequestHandler(IQRequestHandler) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Register an IQ request handler with this connection.
- registerSASLMechanism(SASLMechanism) - Static method in class org.jivesoftware.smack.SASLAuthentication
-
Registers a new SASL mechanism
- reload() - Method in class org.jivesoftware.smack.Roster
-
Reloads the entire roster from the server.
- remainingCapacity() - Method in class org.jivesoftware.smack.util.ArrayBlockingQueueWithShutdown
-
- removeAsyncPacketListener(PacketListener) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- removeAsyncPacketListener(PacketListener) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Removes an asynchronous packet listener for received packets from this connection.
- removeBody(String) - Method in class org.jivesoftware.smack.packet.Message
-
Removes the body with the given language from the message.
- removeBody(Message.Body) - Method in class org.jivesoftware.smack.packet.Message
-
Removes the body from the message and returns true if the body was removed.
- removeChatListener(ChatManagerListener) - Method in class org.jivesoftware.smack.ChatManager
-
Removes a listener, it will no longer be notified of new events related to chats.
- removeConnectionCreationListener(ConnectionCreationListener) - Static method in class org.jivesoftware.smack.XMPPConnectionRegistry
-
Removes a listener that was interested in connection creation events.
- removeConnectionListener(ConnectionListener) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- removeConnectionListener(ConnectionListener) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Removes a connection listener from this connection.
- removeEntry(RosterEntry) - Method in class org.jivesoftware.smack.Roster
-
Removes a roster entry from the roster.
- removeEntry(RosterEntry) - Method in class org.jivesoftware.smack.RosterGroup
-
Removes a roster entry from this group.
- removeEntry(String, String) - Method in class org.jivesoftware.smack.rosterstore.DirectoryRosterStore
-
- removeEntry(String, String) - Method in interface org.jivesoftware.smack.rosterstore.RosterStore
-
Removes an entry from the store
- removeExtension(String, String) - Method in class org.jivesoftware.smack.packet.Packet
-
Remove the packet extension with the given elementName and namespace.
- removeExtension(PacketExtension) - Method in class org.jivesoftware.smack.packet.Packet
-
Removes a packet extension from the packet.
- removeExtensionProvider(String, String) - Static method in class org.jivesoftware.smack.provider.ProviderManager
-
Removes an extension provider with the specified element name and namespace.
- removeGroupName(String) - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
-
Removes a group name.
- removeIQProvider(String, String) - Static method in class org.jivesoftware.smack.provider.ProviderManager
-
Removes an IQ provider with the specified element name and namespace.
- removeMessageListener(ChatMessageListener) - Method in class org.jivesoftware.smack.Chat
-
- removePacketCollector(PacketCollector) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- removePacketCollector(PacketCollector) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Remove a packet collector of this connection.
- removePacketInterceptor(PacketListener) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- removePacketInterceptor(PacketListener) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Removes a packet interceptor.
- removePacketListener(PacketListener) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- removePacketListener(PacketListener) - Method in interface org.jivesoftware.smack.XMPPConnection
-
- removePacketSendingListener(PacketListener) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- removePacketSendingListener(PacketListener) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Removes a packet listener for sending packets from this connection.
- removeReaderListener(ReaderListener) - Method in class org.jivesoftware.smack.util.ObservableReader
-
Removes a reader listener from this reader.
- removeRosterListener(RosterListener) - Method in class org.jivesoftware.smack.Roster
-
Removes a listener from this roster.
- removeSaslMech(String) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Remove a SASL mechanism from the list to be used.
- removeSaslMechs(Collection<String>) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Remove a Collection of SASL mechanisms to the list to be used.
- removeStreamFeatureProvider(String, String) - Static method in class org.jivesoftware.smack.provider.ProviderManager
-
- removeSubject(String) - Method in class org.jivesoftware.smack.packet.Message
-
Removes the subject with the given language from the message.
- removeSubject(Message.Subject) - Method in class org.jivesoftware.smack.packet.Message
-
Removes the subject from the message and returns true if the subject was removed.
- removeSyncPacketListener(PacketListener) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- removeSyncPacketListener(PacketListener) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Removes a packet listener for received packets from this connection.
- removeWriterListener(WriterListener) - Method in class org.jivesoftware.smack.util.ObservableWriter
-
Removes a writer listener from this writer.
- reportFailure() - Method in class org.jivesoftware.smack.SynchronizationPoint
-
- reportFailure(E) - Method in class org.jivesoftware.smack.SynchronizationPoint
-
- reportSuccess() - Method in class org.jivesoftware.smack.SynchronizationPoint
-
- requestSent() - Method in class org.jivesoftware.smack.SynchronizationPoint
-
- required() - Method in class org.jivesoftware.smack.packet.StartTls
-
- reset() - Method in class org.jivesoftware.smack.util.ObservableReader
-
- resetEntries(Collection<RosterPacket.Item>, String) - Method in class org.jivesoftware.smack.rosterstore.DirectoryRosterStore
-
- resetEntries(Collection<RosterPacket.Item>, String) - Method in interface org.jivesoftware.smack.rosterstore.RosterStore
-
This method updates the store so that it contains only the given entries.
- resolveXMPPDomain(String) - Static method in class org.jivesoftware.smack.util.DNSUtil
-
Returns a list of HostAddresses under which the specified XMPP server can be reached at for client-to-server
communication.
- resolveXMPPServerDomain(String) - Static method in class org.jivesoftware.smack.util.DNSUtil
-
Returns a list of HostAddresses under which the specified XMPP server can be reached at for server-to-server
communication.
- RESULT - Static variable in class org.jivesoftware.smack.filter.IQTypeFilter
-
- returnIfNotEmptyTrimmed(String) - Static method in class org.jivesoftware.smack.util.StringUtils
-
- RIGHT_ANGLE_BRACKET - Static variable in class org.jivesoftware.smack.util.XmlStringBuilder
-
- rightAngelBracket() - Method in class org.jivesoftware.smack.util.XmlStringBuilder
-
- rightAngleBracket() - Method in class org.jivesoftware.smack.util.XmlStringBuilder
-
Add a right angle bracket '>'
- Roster - Class in org.jivesoftware.smack
-
Represents a user's roster, which is the collection of users a person receives
presence updates for.
- Roster.SubscriptionMode - Enum in org.jivesoftware.smack
-
An enumeration for the subscription mode options.
- RosterEntry - Class in org.jivesoftware.smack
-
Each user in your roster is represented by a roster entry, which contains the user's
JID and a name or nickname you assign.
- RosterGroup - Class in org.jivesoftware.smack
-
A group of roster entries.
- RosterListener - Interface in org.jivesoftware.smack
-
A listener that is fired any time a roster is changed or the presence of
a user in the roster is changed.
- RosterPacket - Class in org.jivesoftware.smack.packet
-
Represents XMPP roster packets.
- RosterPacket() - Constructor for class org.jivesoftware.smack.packet.RosterPacket
-
- RosterPacket.Item - Class in org.jivesoftware.smack.packet
-
A roster item, which consists of a JID, their name, the type of subscription, and
the groups the roster item belongs to.
- RosterPacket.Item(String, String) - Constructor for class org.jivesoftware.smack.packet.RosterPacket.Item
-
Creates a new roster item.
- RosterPacket.ItemStatus - Enum in org.jivesoftware.smack.packet
-
The subscription status of a roster item.
- RosterPacket.ItemType - Enum in org.jivesoftware.smack.packet
-
- RosterPacketProvider - Class in org.jivesoftware.smack.provider
-
- RosterStore - Interface in org.jivesoftware.smack.rosterstore
-
This is an interface for persistent roster store needed to implement
roster versioning as per RFC 6121.
- RosterVer - Class in org.jivesoftware.smack.packet
-
- SASLAnonymous - Class in org.jivesoftware.smack.sasl
-
Implementation of the SASL ANONYMOUS mechanism
- SASLAnonymous() - Constructor for class org.jivesoftware.smack.sasl.SASLAnonymous
-
- saslAuthentication - Variable in class org.jivesoftware.smack.AbstractXMPPConnection
-
The SASLAuthentication manager that is responsible for authenticating with the server.
- SASLAuthentication - Class in org.jivesoftware.smack
-
This class is responsible authenticating the user using SASL, binding the resource
to the connection and establishing a session with the server.
- SASLError - Enum in org.jivesoftware.smack.sasl
-
- SASLErrorException - Exception in org.jivesoftware.smack.sasl
-
- SASLErrorException(String, SaslStreamElements.SASLFailure) - Constructor for exception org.jivesoftware.smack.sasl.SASLErrorException
-
- SASLErrorException(String, SaslStreamElements.SASLFailure, Map<String, String>) - Constructor for exception org.jivesoftware.smack.sasl.SASLErrorException
-
- saslFeatureReceived - Variable in class org.jivesoftware.smack.AbstractXMPPConnection
-
Set to success if the sasl feature has been received.
- SASLMechanism - Class in org.jivesoftware.smack.sasl
-
Base class for SASL mechanisms.
- SASLMechanism() - Constructor for class org.jivesoftware.smack.sasl.SASLMechanism
-
- saslPrep(String) - Static method in class org.jivesoftware.smack.sasl.SASLMechanism
-
SASLprep the given String.
- SaslStreamElements - Class in org.jivesoftware.smack.sasl.packet
-
- SaslStreamElements() - Constructor for class org.jivesoftware.smack.sasl.packet.SaslStreamElements
-
- SaslStreamElements.AuthMechanism - Class in org.jivesoftware.smack.sasl.packet
-
Initiating SASL authentication by select a mechanism.
- SaslStreamElements.AuthMechanism(String, String) - Constructor for class org.jivesoftware.smack.sasl.packet.SaslStreamElements.AuthMechanism
-
- SaslStreamElements.Challenge - Class in org.jivesoftware.smack.sasl.packet
-
A SASL challenge stream element.
- SaslStreamElements.Challenge(String) - Constructor for class org.jivesoftware.smack.sasl.packet.SaslStreamElements.Challenge
-
- SaslStreamElements.Response - Class in org.jivesoftware.smack.sasl.packet
-
A SASL response stream element.
- SaslStreamElements.Response() - Constructor for class org.jivesoftware.smack.sasl.packet.SaslStreamElements.Response
-
- SaslStreamElements.Response(String) - Constructor for class org.jivesoftware.smack.sasl.packet.SaslStreamElements.Response
-
- SaslStreamElements.SASLFailure - Class in org.jivesoftware.smack.sasl.packet
-
A SASL failure stream element, also called "SASL Error"
- SaslStreamElements.SASLFailure(String) - Constructor for class org.jivesoftware.smack.sasl.packet.SaslStreamElements.SASLFailure
-
- SaslStreamElements.SASLFailure(String, Map<String, String>) - Constructor for class org.jivesoftware.smack.sasl.packet.SaslStreamElements.SASLFailure
-
- SaslStreamElements.Success - Class in org.jivesoftware.smack.sasl.packet
-
A SASL success stream element.
- SaslStreamElements.Success(String) - Constructor for class org.jivesoftware.smack.sasl.packet.SaslStreamElements.Success
-
Construct a new SASL success stream element with optional additional data for the SASL layer
(RFC6120 6.3.10)
- SASLXOauth2Mechanism - Class in org.jivesoftware.smack.sasl.core
-
- SASLXOauth2Mechanism() - Constructor for class org.jivesoftware.smack.sasl.core.SASLXOauth2Mechanism
-
- SCRAMSHA1Mechanism - Class in org.jivesoftware.smack.sasl.core
-
- SCRAMSHA1Mechanism() - Constructor for class org.jivesoftware.smack.sasl.core.SCRAMSHA1Mechanism
-
- send(PlainStreamElement) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- send(PlainStreamElement) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Send a PlainStreamElement.
- sendAndWaitForResponse(TopLevelStreamElement) - Method in class org.jivesoftware.smack.SynchronizationPoint
-
- sendAndWaitForResponseOrThrow(PlainStreamElement) - Method in class org.jivesoftware.smack.SynchronizationPoint
-
- sendIqWithResponseCallback(IQ, PacketListener) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- sendIqWithResponseCallback(IQ, PacketListener, ExceptionCallback) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- sendIqWithResponseCallback(IQ, PacketListener, ExceptionCallback, long) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- sendIqWithResponseCallback(IQ, PacketListener) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Send a IQ stanza and invoke
callback if there is a result of
IQ.Type.result with that result IQ.
- sendIqWithResponseCallback(IQ, PacketListener, ExceptionCallback) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Send a IQ stanza and invoke
callback if there is a result of
IQ.Type.result with that result IQ.
- sendIqWithResponseCallback(IQ, PacketListener, ExceptionCallback, long) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Send a IQ stanza and invoke
callback if there is a result of
IQ.Type.result with that result IQ.
- sendMessage(String) - Method in class org.jivesoftware.smack.Chat
-
Sends the specified text as a message to the other chat participant.
- sendMessage(Message) - Method in class org.jivesoftware.smack.Chat
-
Sends a message to the other chat participant.
- sendPacket(Packet) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- sendPacket(Packet) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Sends the specified packet to the server.
- sendPacketInternal(Packet) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- sendStanzaWithResponseCallback(Packet, PacketFilter, PacketListener) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- sendStanzaWithResponseCallback(Packet, PacketFilter, PacketListener, ExceptionCallback) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- sendStanzaWithResponseCallback(Packet, PacketFilter, PacketListener, ExceptionCallback, long) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- sendStanzaWithResponseCallback(Packet, PacketFilter, PacketListener) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Send a stanza and wait asynchronously for a response by using replyFilter.
- sendStanzaWithResponseCallback(Packet, PacketFilter, PacketListener, ExceptionCallback) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Send a stanza and wait asynchronously for a response by using replyFilter.
- sendStanzaWithResponseCallback(Packet, PacketFilter, PacketListener, ExceptionCallback, long) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Send a stanza and wait asynchronously for a response by using replyFilter.
- serviceName - Variable in class org.jivesoftware.smack.ConnectionConfiguration
-
Hostname of the XMPP server.
- serviceName - Variable in class org.jivesoftware.smack.sasl.SASLMechanism
-
The name of the XMPP service
- Session - Class in org.jivesoftware.smack.packet
-
IQ packet that will be sent to the server to establish a session.
- Session() - Constructor for class org.jivesoftware.smack.packet.Session
-
- Session.Feature - Class in org.jivesoftware.smack.packet
-
- Session.Feature(boolean) - Constructor for class org.jivesoftware.smack.packet.Session.Feature
-
- SET - Static variable in class org.jivesoftware.smack.filter.IQTypeFilter
-
- setBody(String) - Method in class org.jivesoftware.smack.packet.Message
-
Sets the body of the message.
- setCallbackHandler(CallbackHandler) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Sets a CallbackHandler to obtain information, such as the password or
principal information during the SASL authentication.
- setCustomSSLContext(SSLContext) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Sets a custom SSLContext for creating SSL sockets.
- setDebuggerClass(Class<? extends SmackDebugger>) - Static method in class org.jivesoftware.smack.debugger.ReflectionDebuggerFactory
-
Sets custom debugger class to be created by this factory
- setDebuggerEnabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Sets if the new connection about to be establish is going to be debugged.
- setDebuggerFactory(SmackDebuggerFactory) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Sets Smack debugger factory.
- setDefaultHostnameVerifier(HostnameVerifier) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Set the default HostnameVerifier that will be used by XMPP connections to verify the hostname
of a TLS certificate.
- setDefaultIsNormalIncluded(boolean) - Static method in class org.jivesoftware.smack.ChatManager
-
- setDefaultMatchMode(ChatManager.MatchMode) - Static method in class org.jivesoftware.smack.ChatManager
-
- setDefaultPacketReplyTimeout(int) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Sets the number of milliseconds to wait for a response from
the server.
- setDefaultParsingExceptionCallback(ParsingExceptionCallback) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Set the default parsing exception callback for all newly created connections
- setDefaultSubscriptionMode(Roster.SubscriptionMode) - Static method in class org.jivesoftware.smack.Roster
-
Sets the default subscription processing mode to use when a new Roster is created.
- setDNSResolver(DNSResolver) - Static method in class org.jivesoftware.smack.util.DNSUtil
-
Set the DNS resolver that should be used to perform DNS lookups.
- setEmptyElement() - Method in class org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder
-
- setEnabledPerDefault(boolean) - Static method in class org.jivesoftware.smack.ReconnectionManager
-
Set if the automatic reconnection mechanism will be enabled per default for new XMPP connections.
- setEnabledProtocolsAndCiphers(SSLSocket, String[], String[]) - Static method in class org.jivesoftware.smack.util.TLSUtils
-
- setEnabledSSLCiphers(String[]) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Set the enabled SSL/TLS ciphers.
- setEnabledSSLProtocols(String[]) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Set the enabled SSL/TLS protocols.
- setEncoder(Base64.Encoder) - Static method in class org.jivesoftware.smack.util.stringencoder.Base64
-
- setEncoder(StringEncoder) - Static method in class org.jivesoftware.smack.util.stringencoder.Base64UrlSafeEncoder
-
- setError(XMPPError) - Method in class org.jivesoftware.smack.packet.Packet
-
Sets the error for this packet.
- setException(Exception) - Method in class org.jivesoftware.smack.util.dns.HostAddress
-
- setFlushMethod(XMPPInputOutputStream.FlushMethod) - Static method in class org.jivesoftware.smack.compression.XMPPInputOutputStream
-
Set the used flushed method when compressing data.
- setFrom(String) - Method in class org.jivesoftware.smack.packet.Packet
-
Sets who the packet is being sent "from".
- setFromMode(XMPPConnection.FromMode) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- setFromMode(XMPPConnection.FromMode) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Set the FromMode for this connection instance.
- setHost(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
- setHostnameVerifier(HostnameVerifier) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Set the HostnameVerifier used to verify the hostname of SSLSockets used by XMPP connections
created with this ConnectionConfiguration.
- setIdnaTransformer(StringTransformer) - Static method in class org.jivesoftware.smack.util.DNSUtil
-
Set the IDNA (Internatiionalizing Domain Names in Applications, RFC 3490) transformer.
- setItemStatus(RosterPacket.ItemStatus) - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
-
Sets the roster item status.
- setItemType(RosterPacket.ItemType) - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
-
Sets the roster item type.
- setKeystorePath(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Sets the path to the keystore file.
- setKeystoreType(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Sets the keystore type.
- setLanguage(String) - Method in class org.jivesoftware.smack.packet.Packet
-
Sets the xml:lang of this Stanza.
- setLegacySessionDisabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Sets if a
Session will be requested on login if the server supports
it.
- setMatchMode(ChatManager.MatchMode) - Method in class org.jivesoftware.smack.ChatManager
-
Sets the mode for matching messages with NO thread id to existing chats.
- setMode(Presence.Mode) - Method in class org.jivesoftware.smack.packet.Presence
-
Sets the mode of the presence update.
- setName(String) - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
-
Sets the user's name.
- setName(String) - Method in class org.jivesoftware.smack.RosterEntry
-
Sets the name associated with this entry.
- setName(String) - Method in class org.jivesoftware.smack.RosterGroup
-
Sets the name of the group.
- setNormalIncluded(boolean) - Method in class org.jivesoftware.smack.ChatManager
-
Sets whether to allow incoming messages of type normal to be used for creating new chats or matching
a message to an existing one.
- setPacketCollectorSize(int) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Sets the default max size of a packet collector before it will delete
the older packets.
- setPacketID(String) - Method in class org.jivesoftware.smack.packet.Packet
-
Sets the unique ID of the packet.
- setPacketReplyTimeout(long) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
- setPacketReplyTimeout(long) - Method in interface org.jivesoftware.smack.XMPPConnection
-
Set the packet reply timeout in milliseconds.
- setParsingExceptionCallback(ParsingExceptionCallback) - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
Install a parsing exception callback, which will be invoked once an exception is encountered while parsing a
stanza
- setPKCS11Library(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Sets the PKCS11 library file location, needed when the
Keystore type is PKCS11
- setPort(int) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
- setPriority(int) - Method in class org.jivesoftware.smack.packet.Presence
-
Sets the priority of the presence.
- setResource(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Set the resource to use.
- setRosterLoadedAtLogin(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Sets if the roster will be loaded from the server when logging in.
- setRosterStore(RosterStore) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Set the permanent roster store.
- setSaslPrepTransformer(StringTransformer) - Static method in class org.jivesoftware.smack.sasl.SASLMechanism
-
Set the SASLPrep StringTransformer.
- setSecurityMode(ConnectionConfiguration.SecurityMode) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Sets the TLS security mode used when making the connection.
- setSendPresence(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Sets if an initial available presence will be sent to the server.
- setServiceName(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Set the service name of this XMPP service (i.e., the XMPP domain).
- setSocketFactory(SocketFactory) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Sets the socket factory used to create new xmppConnection sockets.
- setSSLv3AndTLSOnly(B) - Static method in class org.jivesoftware.smack.util.TLSUtils
-
Enable only TLS and SSLv3.
- setStatus(String) - Method in class org.jivesoftware.smack.packet.Presence
-
Sets the status message of the presence update.
- setSubject(String) - Method in class org.jivesoftware.smack.packet.Message
-
Sets the subject of the message.
- setSubscriptionMode(Roster.SubscriptionMode) - Method in class org.jivesoftware.smack.Roster
-
Sets the subscription processing mode, which dictates what action
Smack will take when subscription requests from other users are made.
- setThread(String) - Method in class org.jivesoftware.smack.packet.Message
-
Sets the thread id of the message, which is a unique identifier for a sequence
of "chat" messages.
- setTLSOnly(B) - Static method in class org.jivesoftware.smack.util.TLSUtils
-
Enable only TLS.
- setTo(String) - Method in class org.jivesoftware.smack.packet.Packet
-
Sets who the packet is being sent "to".
- setType(IQ.Type) - Method in class org.jivesoftware.smack.packet.IQ
-
Sets the type of the IQ packet.
- setType(Message.Type) - Method in class org.jivesoftware.smack.packet.Message
-
Sets the type of the message.
- setType(Presence.Type) - Method in class org.jivesoftware.smack.packet.Presence
-
Sets the type of the presence packet.
- setUsernameAndPassword(String, String) - Method in class org.jivesoftware.smack.ConnectionConfiguration.Builder
-
Set the XMPP entities username and password.
- setValue(String, String) - Method in class org.jivesoftware.smack.packet.DefaultPacketExtension
-
Sets a packet extension value using the given name.
- setVersion(String) - Method in class org.jivesoftware.smack.packet.RosterPacket
-
- setWasAuthenticated() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
Sets whether the connection has already logged in the server.
- SHA1 - Class in org.jivesoftware.smack.util
-
- SHA1() - Constructor for class org.jivesoftware.smack.util.SHA1
-
- SHA1 - Static variable in class org.jivesoftware.smack.util.StringUtils
-
- shutdown() - Method in class org.jivesoftware.smack.AbstractXMPPConnection
-
Shuts the current connection down.
- shutdown() - Method in class org.jivesoftware.smack.util.ArrayBlockingQueueWithShutdown
-
Shutdown the Queue.
- SimpleIQ - Class in org.jivesoftware.smack.packet
-
A simple IQ.
- SimpleIQ(String, String) - Constructor for class org.jivesoftware.smack.packet.SimpleIQ
-
- size() - Method in class org.jivesoftware.smack.util.ArrayBlockingQueueWithShutdown
-
- skip(long) - Method in class org.jivesoftware.smack.util.ObservableReader
-
- SmackConfiguration - Class in org.jivesoftware.smack
-
Represents the configuration of Smack.
- SmackConfiguration() - Constructor for class org.jivesoftware.smack.SmackConfiguration
-
- SmackDebugger - Interface in org.jivesoftware.smack.debugger
-
Interface that allows for implementing classes to debug XML traffic.
- SmackDebuggerFactory - Interface in org.jivesoftware.smack.debugger
-
- SmackException - Exception in org.jivesoftware.smack
-
Smack uses SmackExceptions for errors that are not defined by any XMPP specification.
- SmackException(Throwable) - Constructor for exception org.jivesoftware.smack.SmackException
-
Creates a new SmackException with the Throwable that was the root cause of the exception.
- SmackException(String) - Constructor for exception org.jivesoftware.smack.SmackException
-
- SmackException(String, Throwable) - Constructor for exception org.jivesoftware.smack.SmackException
-
- SmackException() - Constructor for exception org.jivesoftware.smack.SmackException
-
- SmackException.AlreadyConnectedException - Exception in org.jivesoftware.smack
-
- SmackException.AlreadyConnectedException() - Constructor for exception org.jivesoftware.smack.SmackException.AlreadyConnectedException
-
- SmackException.AlreadyLoggedInException - Exception in org.jivesoftware.smack
-
- SmackException.AlreadyLoggedInException() - Constructor for exception org.jivesoftware.smack.SmackException.AlreadyLoggedInException
-
- SmackException.ConnectionException - Exception in org.jivesoftware.smack
-
ConnectionException is thrown if Smack is unable to connect to all hosts of a given XMPP
service.
- SmackException.ConnectionException(Throwable) - Constructor for exception org.jivesoftware.smack.SmackException.ConnectionException
-
- SmackException.FeatureNotSupportedException - Exception in org.jivesoftware.smack
-
- SmackException.FeatureNotSupportedException(String) - Constructor for exception org.jivesoftware.smack.SmackException.FeatureNotSupportedException
-
- SmackException.FeatureNotSupportedException(String, String) - Constructor for exception org.jivesoftware.smack.SmackException.FeatureNotSupportedException
-
- SmackException.IllegalStateChangeException - Exception in org.jivesoftware.smack
-
- SmackException.IllegalStateChangeException() - Constructor for exception org.jivesoftware.smack.SmackException.IllegalStateChangeException
-
- SmackException.NoResponseException - Exception in org.jivesoftware.smack
-
Exception thrown always when there was no response to an request within the packet reply timeout of the used
connection instance.
- SmackException.NoResponseException(XMPPConnection) - Constructor for exception org.jivesoftware.smack.SmackException.NoResponseException
-
- SmackException.NotConnectedException - Exception in org.jivesoftware.smack
-
- SmackException.NotConnectedException() - Constructor for exception org.jivesoftware.smack.SmackException.NotConnectedException
-
- SmackException.NotLoggedInException - Exception in org.jivesoftware.smack
-
- SmackException.NotLoggedInException() - Constructor for exception org.jivesoftware.smack.SmackException.NotLoggedInException
-
- SmackException.ResourceBindingNotOfferedException - Exception in org.jivesoftware.smack
-
- SmackException.ResourceBindingNotOfferedException() - Constructor for exception org.jivesoftware.smack.SmackException.ResourceBindingNotOfferedException
-
- SmackException.SecurityNotPossibleException - Exception in org.jivesoftware.smack
-
- SmackException.SecurityNotPossibleException(String) - Constructor for exception org.jivesoftware.smack.SmackException.SecurityNotPossibleException
-
- SmackException.SecurityRequiredByClientException - Exception in org.jivesoftware.smack
-
- SmackException.SecurityRequiredByClientException() - Constructor for exception org.jivesoftware.smack.SmackException.SecurityRequiredByClientException
-
- SmackException.SecurityRequiredByServerException - Exception in org.jivesoftware.smack
-
- SmackException.SecurityRequiredByServerException() - Constructor for exception org.jivesoftware.smack.SmackException.SecurityRequiredByServerException
-
- SmackException.SecurityRequiredException - Exception in org.jivesoftware.smack
-
- SmackException.SecurityRequiredException(String) - Constructor for exception org.jivesoftware.smack.SmackException.SecurityRequiredException
-
- SmackExecutorThreadFactory - Class in org.jivesoftware.smack.util
-
SmackExecutorThreadFactory creates daemon threads with a particular name.
- SmackExecutorThreadFactory(int, String) - Constructor for class org.jivesoftware.smack.util.SmackExecutorThreadFactory
-
- SmackInitialization - Class in org.jivesoftware.smack
-
- SmackInitialization() - Constructor for class org.jivesoftware.smack.SmackInitialization
-
- SmackInitializer - Interface in org.jivesoftware.smack.initializer
-
Defines an initialization class that will be instantiated and invoked by the
SmackConfiguration class during initialization.
- Socks4ProxySocketFactory - Class in org.jivesoftware.smack.proxy
-
Socket factory for socks4 proxy
- Socks4ProxySocketFactory(ProxyInfo) - Constructor for class org.jivesoftware.smack.proxy.Socks4ProxySocketFactory
-
- Socks5ProxySocketFactory - Class in org.jivesoftware.smack.proxy
-
Socket factory for Socks5 proxy
- Socks5ProxySocketFactory(ProxyInfo) - Constructor for class org.jivesoftware.smack.proxy.Socks5ProxySocketFactory
-
- SRVRecord - Class in org.jivesoftware.smack.util.dns
-
- SRVRecord(String, int, int, int) - Constructor for class org.jivesoftware.smack.util.dns.SRVRecord
-
Create a new SRVRecord
- SSL - Static variable in class org.jivesoftware.smack.util.TLSUtils
-
- start() - Method in class org.jivesoftware.smack.util.ArrayBlockingQueueWithShutdown
-
Start the queue.
- StartTls - Class in org.jivesoftware.smack.packet
-
- StartTls() - Constructor for class org.jivesoftware.smack.packet.StartTls
-
- StartTls(boolean) - Constructor for class org.jivesoftware.smack.packet.StartTls
-
- StreamError - Class in org.jivesoftware.smack.packet
-
Represents a stream error packet.
- StreamError(StreamError.Condition, String, Map<String, String>, List<PacketExtension>) - Constructor for class org.jivesoftware.smack.packet.StreamError
-
- StreamError.Condition - Enum in org.jivesoftware.smack.packet
-
The defined stream error condtions, see RFC 6120 § 4.9.3
- StreamFeatureProviderInfo - Class in org.jivesoftware.smack.provider
-
- StreamFeatureProviderInfo(String, String, PacketExtensionProvider<PacketExtension>) - Constructor for class org.jivesoftware.smack.provider.StreamFeatureProviderInfo
-
Defines an extension provider which implements the StreamFeatureProvider interface.
- streamFeatures - Variable in class org.jivesoftware.smack.AbstractXMPPConnection
-
- StreamOpen - Class in org.jivesoftware.smack.packet
-
- StreamOpen(String) - Constructor for class org.jivesoftware.smack.packet.StreamOpen
-
- StringEncoder - Interface in org.jivesoftware.smack.util.stringencoder
-
- StringTransformer - Interface in org.jivesoftware.smack.util
-
- StringUtils - Class in org.jivesoftware.smack.util
-
A collection of utility methods for String objects.
- StringUtils() - Constructor for class org.jivesoftware.smack.util.StringUtils
-
- SUBSCRIBE - Static variable in class org.jivesoftware.smack.filter.PresenceTypeFilter
-
- SUBSCRIBED - Static variable in class org.jivesoftware.smack.filter.PresenceTypeFilter
-
- SUBSCRIPTION_PENDING - Static variable in enum org.jivesoftware.smack.packet.RosterPacket.ItemStatus
-
- subSequence(int, int) - Method in class org.jivesoftware.smack.util.LazyStringBuilder
-
- subSequence(int, int) - Method in class org.jivesoftware.smack.util.XmlStringBuilder
-
- SynchronizationPoint<E extends java.lang.Exception> - Class in org.jivesoftware.smack
-
- SynchronizationPoint(AbstractXMPPConnection) - Constructor for class org.jivesoftware.smack.SynchronizationPoint
-
- valueOf(String) - Static method in enum org.jivesoftware.smack.ChatManager.MatchMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.smack.compression.XMPPInputOutputStream.FlushMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.smack.ConnectionConfiguration.SecurityMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.smack.iqrequest.IQRequestHandler.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.smack.packet.IQ.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.smack.packet.Message.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.smack.packet.Presence.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.smack.packet.Presence.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.smack.packet.RosterPacket.ItemStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.smack.packet.RosterPacket.ItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.smack.packet.StreamError.Condition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.smack.packet.XMPPError.Condition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.smack.packet.XMPPError.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.smack.proxy.ProxyInfo.ProxyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.smack.Roster.SubscriptionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.smack.sasl.SASLError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.smack.XMPPConnection.FromMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jivesoftware.smack.ChatManager.MatchMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jivesoftware.smack.compression.XMPPInputOutputStream.FlushMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jivesoftware.smack.ConnectionConfiguration.SecurityMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jivesoftware.smack.iqrequest.IQRequestHandler.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jivesoftware.smack.packet.IQ.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jivesoftware.smack.packet.Message.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jivesoftware.smack.packet.Presence.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jivesoftware.smack.packet.Presence.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jivesoftware.smack.packet.RosterPacket.ItemStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jivesoftware.smack.packet.RosterPacket.ItemType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jivesoftware.smack.packet.StreamError.Condition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jivesoftware.smack.packet.XMPPError.Condition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jivesoftware.smack.packet.XMPPError.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jivesoftware.smack.proxy.ProxyInfo.ProxyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jivesoftware.smack.Roster.SubscriptionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jivesoftware.smack.sasl.SASLError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jivesoftware.smack.XMPPConnection.FromMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION - Static variable in class org.jivesoftware.smack.packet.StreamOpen
-
- VmArgInitializer - Class in org.jivesoftware.smack.initializer
-
Looks for a provider file location based on the VM argument smack.provider.file>.
- VmArgInitializer() - Constructor for class org.jivesoftware.smack.initializer.VmArgInitializer
-