|
Openfire 3.6.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemotePacketRouter
A RemotePacketRouter is responsible for deliverying packets to entities hosted in remote nodes of the cluster.
Method Summary | |
---|---|
void |
broadcastPacket(Message packet)
Brodcasts the specified message to all local client sessions of each cluster node. |
boolean |
routePacket(byte[] nodeID,
JID receipient,
Packet packet)
Routes packet to specified receipient hosted in the specified node. |
Method Detail |
---|
boolean routePacket(byte[] nodeID, JID receipient, Packet packet)
nodeID
- the ID of the node hosting the receipient.receipient
- the target entity that will get the packet.packet
- the packet to send.
void broadcastPacket(Message packet)
packet
- the message to broadcast.
|
Openfire 3.6.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |