Package org.androidpn.server.xmpp.router

Support classes for routing the received packets.

See:
          Description

Class Summary
IQRouter This class is to route IQ packets to their corresponding handler.
MessageRouter This class is to route Message packets to their corresponding handler.
PacketDeliverer This class is to deliver the packets to the connected sessions.
PacketRouter This class is to handle incoming packets and route them to their corresponding handler.
PresenceRouter This class is to route Presence packets to their corresponding handler.
 

Package org.androidpn.server.xmpp.router Description

Support classes for routing the received packets.