Uses of Class
org.jivesoftware.smack.StanzaCollector
-
Packages that use StanzaCollector Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.chat Smacks legacy API for 1:1 chats. -
-
Uses of StanzaCollector in org.jivesoftware.smack
Methods in org.jivesoftware.smack that return StanzaCollector Modifier and Type Method Description StanzaCollectorAbstractXMPPConnection. createStanzaCollector(StanzaFilter packetFilter)StanzaCollectorAbstractXMPPConnection. createStanzaCollector(StanzaCollector.Configuration configuration)StanzaCollectorXMPPConnection. createStanzaCollector(StanzaFilter stanzaFilter)Creates a new stanza collector for this connection.StanzaCollectorXMPPConnection. createStanzaCollector(StanzaCollector.Configuration configuration)Create a new stanza collector with the given stanza collector configuration.StanzaCollectorAbstractXMPPConnection. createStanzaCollectorAndSend(StanzaFilter packetFilter, Stanza packet)StanzaCollectorAbstractXMPPConnection. createStanzaCollectorAndSend(IQ packet)StanzaCollectorXMPPConnection. createStanzaCollectorAndSend(StanzaFilter stanzaFilter, Stanza stanza)Creates a new stanza collector for this connection.StanzaCollectorXMPPConnection. 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 StanzaCollector Modifier and Type Method Description static SmackException.NoResponseExceptionSmackException.NoResponseException. newWith(long timeout, StanzaCollector collector, boolean stanzaCollectorCancelled)voidAbstractXMPPConnection. removeStanzaCollector(StanzaCollector collector)voidXMPPConnection. removeStanzaCollector(StanzaCollector collector)Remove a stanza collector of this connection.StanzaCollector.ConfigurationStanzaCollector.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 StanzaCollector Modifier and Type Method Description StanzaCollectorChat. createCollector()Deprecated.Creates aStanzaCollectorwhich will accumulate the Messages for this chat.
-