|
ePOST API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrice.post.messaging.PostMessage
rice.post.messaging.DeliveryRequestMessage
public class DeliveryRequestMessage
This message is broadcast to the sender of a NotificationMessage in order to inform the sender that the message has been received.
| Constructor Summary | |
|---|---|
DeliveryRequestMessage(PostEntityAddress sender,
PostUserAddress destination,
SignedPostMessage message,
Id id)
Constructs a DeliveryRequestMessage |
|
| Method Summary | |
|---|---|
PostUserAddress |
getDestination()
Gets the destination of this notification |
SignedPostMessage |
getEncryptedMessage()
Gets the EncryptedNotificationMessage which this is a Request for. |
Id |
getId()
Gets the random locaiton of this drm |
| 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 DeliveryRequestMessage(PostEntityAddress sender,
PostUserAddress destination,
SignedPostMessage message,
Id id)
sender - The sender of this delivery requestdestination - The destination address to deliver the notification tomessage - The message to deliver, in encrypted statelocation - The random location of this message| Method Detail |
|---|
public PostUserAddress getDestination()
public SignedPostMessage getEncryptedMessage()
public Id getId()
|
ePOST API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||