| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<PacketListener,Connection.ListenerWrapper> |
Connection.recvListeners
List of PacketListeners that will be notified when a new packet was
received.
|
protected Map<PacketListener,Connection.ListenerWrapper> |
Connection.sendListeners
List of PacketListeners that will be notified when a new packet was sent.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<PacketListener,Connection.ListenerWrapper> |
Connection.getPacketListeners()
Get a map of all packet listeners for received packets of this
connection.
|
protected Map<PacketListener,Connection.ListenerWrapper> |
Connection.getPacketSendingListeners()
Get a map of all packet listeners for sending packets of this connection.
|
Copyright © 2014. All Rights Reserved.