Uses of Class
org.jivesoftware.smack.PacketCollector

Packages that use PacketCollector
org.jivesoftware.smack Core classes of the Smack API. 
 

Uses of PacketCollector in org.jivesoftware.smack
 

Methods in org.jivesoftware.smack that return PacketCollector
 PacketCollector Chat.createCollector()
          Creates a PacketCollector which will accumulate the Messages for this chat.
 PacketCollector Connection.createPacketCollector(PacketFilter packetFilter)
          Creates a new packet collector for this connection.