| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| Modifier and Type | Field and Description |
|---|---|
protected Collection<PacketCollector> |
Connection.collectors
A collection of PacketCollectors which collects packets for a specified
filter and perform blocking and polling operations on the result queue.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<PacketCollector> |
Connection.getPacketCollectors()
Get the collection of all packet collectors for this connection.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Connection.removePacketCollector(PacketCollector collector)
Remove a packet collector of this connection.
|
Copyright © 2014. All Rights Reserved.