|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.androidpn.server.xmpp.router.PacketDeliverer
public class PacketDeliverer
This class is to deliver the packets to the connected sessions.
Constructor Summary | |
---|---|
PacketDeliverer()
|
Method Summary | |
---|---|
static void |
deliver(org.xmpp.packet.Packet packet)
Delivers the packet to the packet recipient. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PacketDeliverer()
Method Detail |
---|
public static void deliver(org.xmpp.packet.Packet packet) throws PacketException
packet
- the packet to deliver
PacketException
- if the packet is null or the recipient was not found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |