|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.androidpn.server.xmpp.router.MessageRouter
public class MessageRouter
This class is to route Message packets to their corresponding handler.
Constructor Summary | |
---|---|
MessageRouter()
Constucts a packet router. |
Method Summary | |
---|---|
void |
route(org.xmpp.packet.Message packet)
Routes the Message packet. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageRouter()
Method Detail |
---|
public void route(org.xmpp.packet.Message packet)
packet
- the packet to route
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |