Package i5.las2peer.p2p.pastry
Class BroadcastMessageContent
java.lang.Object
i5.las2peer.p2p.pastry.L2pScribeContent
i5.las2peer.p2p.pastry.BroadcastMessageContent
- All Implemented Interfaces:
Serializable
,rice.p2p.scribe.ScribeContent
content class for messages to be broadcasted via the pastry ring
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBroadcastMessageContent
(rice.p2p.commonapi.NodeHandle fromNode, Message l2pMessage) -
Method Summary
Methods inherited from class i5.las2peer.p2p.pastry.L2pScribeContent
getOrigin, getRandomId, getTimestamp
-
Constructor Details
-
BroadcastMessageContent
-
-
Method Details
-
getMessage
get the l2p message inside- Returns:
- the contained Las2peer message
- Throws:
MalformedXMLException
- If the XML data string is malformed
-