Uses of Class
org.jivesoftware.smack.StanzaCollector
Packages that use StanzaCollector
Package
Description
Core classes of the Smack API.
Smacks legacy API for 1:1 chats.
-
Uses of StanzaCollector in org.jivesoftware.smack
Methods in org.jivesoftware.smack that return StanzaCollectorModifier and TypeMethodDescriptionAbstractXMPPConnection.createStanzaCollector(StanzaFilter packetFilter) AbstractXMPPConnection.createStanzaCollector(StanzaCollector.Configuration configuration) XMPPConnection.createStanzaCollector(StanzaFilter stanzaFilter) Creates a new stanza collector for this connection.XMPPConnection.createStanzaCollector(StanzaCollector.Configuration configuration) Create a new stanza collector with the given stanza collector configuration.AbstractXMPPConnection.createStanzaCollectorAndSend(StanzaFilter packetFilter, Stanza packet) AbstractXMPPConnection.createStanzaCollectorAndSend(IQ packet) XMPPConnection.createStanzaCollectorAndSend(StanzaFilter stanzaFilter, Stanza stanza) Creates a new stanza collector for this connection.XMPPConnection.createStanzaCollectorAndSend(IQ request) Creates a new stanza collector collecting IQ responses that are replies to the IQrequest.Methods in org.jivesoftware.smack with parameters of type StanzaCollectorModifier and TypeMethodDescriptionSmackException.NoResponseException.newWith(long timeout, StanzaCollector collector, boolean stanzaCollectorCancelled) voidAbstractXMPPConnection.removeStanzaCollector(StanzaCollector collector) voidXMPPConnection.removeStanzaCollector(StanzaCollector collector) Remove a stanza collector of this connection.StanzaCollector.Configuration.setCollectorToReset(StanzaCollector collector) Set the collector which timeout for the next result is reset once this collector collects a packet. -
Uses of StanzaCollector in org.jivesoftware.smack.chat
Methods in org.jivesoftware.smack.chat that return StanzaCollectorModifier and TypeMethodDescriptionChat.createCollector()Deprecated.Creates aStanzaCollectorwhich will accumulate the Messages for this chat.