ePOST API

Uses of Class
rice.post.messaging.SignedPostMessage

Packages that use SignedPostMessage
rice.post.delivery   
rice.post.messaging   
 

Uses of SignedPostMessage in rice.post.delivery
 

Fields in rice.post.delivery declared as SignedPostMessage
protected  SignedPostMessage Delivery.message
          The internal encrypted message
 

Methods in rice.post.delivery that return SignedPostMessage
 SignedPostMessage Delivery.getSignedMessage()
          Returns the internal signed message
 

Methods in rice.post.delivery with parameters of type SignedPostMessage
 void DeliveryService.deliver(SignedPostMessage message, Continuation command)
          Requests delivery of the given EncryptedNotificationMessage, which internally contains the destination user.
 void DeliveryService.delivered(SignedPostMessage message, Id id, byte[] signature, Continuation command)
          Records delivery of the given message to the user.
 Id DeliveryService.getIdForMessage(SignedPostMessage message)
           
 void DeliveryService.undeliverable(SignedPostMessage message, Id id, Continuation command)
          Records a message as being undeliverable, which will ensure that delivery won't be attempted again, but does not provide a receipt.
 

Constructors in rice.post.delivery with parameters of type SignedPostMessage
Delivery(SignedPostMessage message, Id id)
          Constructor which takes the wrapped message
Delivery(SignedPostMessage message, IdFactory factory)
          Constructor which takes the wrapped message
Receipt(SignedPostMessage message, Id id, byte[] signature)
          Constructor which takes the wrapped message
Undeliverable(SignedPostMessage message, Id id)
          Constructor which takes the wrapped message
 

Uses of SignedPostMessage in rice.post.messaging
 

Methods in rice.post.messaging that return SignedPostMessage
 SignedPostMessage DeliveryMessage.getEncryptedMessage()
          Gets the EncryptedNotificationMessage which this is a Request for.
 SignedPostMessage DeliveryRequestMessage.getEncryptedMessage()
          Gets the EncryptedNotificationMessage which this is a Request for.
 SignedPostMessage ReceiptMessage.getEncryptedMessage()
          Gets the SignedPostMessage which this ReceiptMessage is a receipt for.
 SignedPostMessage PostPastryMessage.getMessage()
          Returns the internal SignedPostMessage.
 SignedPostMessage PostScribeMessage.getMessage()
          Returns the internal SignedPostMessage.
 SignedPostMessage SignedPostMessageWrapper.getMessage()
          Returns the internal SignedPostMessage.
 

Constructors in rice.post.messaging with parameters of type SignedPostMessage
DeliveryMessage(PostEntityAddress sender, PostEntityAddress destination, Id id, SignedPostMessage message)
          Constructs a DeliveryMessage
DeliveryRequestMessage(PostEntityAddress sender, PostUserAddress destination, SignedPostMessage message, Id id)
          Constructs a DeliveryRequestMessage
PostPastryMessage(SignedPostMessage message)
          Builds a PostPastryMessage given a PostMessage.
PostScribeMessage(SignedPostMessage message)
          Builds a PostScribeMessage given a PostMessage to contain.
ReceiptMessage(PostEntityAddress sender, Id id, SignedPostMessage message)
          Constructs a PresenceMessage
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.