|
Wildfire 3.2.4 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PacketRouter
A router that handles incoming packets. Packets will be routed to their corresponding handler. A router is much like a forwarded with some logic to figute out who is the target for each packet.
| Method Summary | |
|---|---|
void |
route(IQ packet)
Routes the given IQ packet. |
void |
route(Message packet)
Routes the given Message packet. |
void |
route(Packet packet)
Routes the given packet based on its type. |
void |
route(Presence packet)
Routes the given Presence packet. |
| Method Detail |
|---|
void route(Packet packet)
packet - The packet to route.void route(IQ packet)
packet - The packet to route.void route(Message packet)
packet - The packet to route.void route(Presence packet)
packet - The packet to route.
|
Wildfire 3.2.4 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||