|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.post.messaging.PostMessage rice.post.messaging.DeliveryMessage
public class DeliveryMessage
This class wraps an EncrypedNotificationMessage and is used after the receipt of a PresenceMessage.
Constructor Summary | |
---|---|
DeliveryMessage(PostEntityAddress sender,
PostEntityAddress destination,
Id id,
SignedPostMessage message)
Constructs a DeliveryMessage |
Method Summary | |
---|---|
PostEntityAddress |
getDestination()
Returns the destination of this message. |
SignedPostMessage |
getEncryptedMessage()
Gets the EncryptedNotificationMessage which this is a Request for. |
Id |
getId()
|
void |
setId(Id id)
|
Methods inherited from class rice.post.messaging.PostMessage |
---|
getSender |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeliveryMessage(PostEntityAddress sender, PostEntityAddress destination, Id id, SignedPostMessage message)
sender
- The sender of this deliverymessage
- The message to deliver, in encrypted stateMethod Detail |
---|
public final PostEntityAddress getDestination()
public SignedPostMessage getEncryptedMessage()
public Id getId()
public void setId(Id id)
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |