|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PostEntityAddress in rice.email |
---|
Methods in rice.email that return PostEntityAddress | |
---|---|
PostEntityAddress[] |
Email.getRecipients()
Returns the recipient users of this message. |
Constructors in rice.email with parameters of type PostEntityAddress | |
---|---|
Email(PostUserAddress sender,
PostEntityAddress[] recipients,
EmailMessagePart content)
Constructs an Email. |
Uses of PostEntityAddress in rice.email.messaging |
---|
Constructors in rice.email.messaging with parameters of type PostEntityAddress | |
---|---|
EmailNotificationMessage(Email email,
PostEntityAddress recipient,
EmailService service)
Constructs a EmailNotificationMessage for the given Email. |
Uses of PostEntityAddress in rice.email.proxy.mailbox.postbox |
---|
Methods in rice.email.proxy.mailbox.postbox with parameters of type PostEntityAddress | |
---|---|
static Email |
PostMessage.parseEmail(java.net.InetAddress local,
java.net.InetAddress remote,
PostEntityAddress[] addresses,
Resource content,
Environment env)
|
static Email |
PostMessage.parseEmail(java.net.InetAddress local,
java.net.InetAddress remote,
PostEntityAddress[] recipients,
Resource content,
PostEntityAddress address,
Environment env)
|
static Email |
PostMessage.parseEmail(java.net.InetAddress local,
java.net.InetAddress remote,
PostEntityAddress[] recipients,
Resource content,
PostEntityAddress address,
Environment env)
|
Uses of PostEntityAddress in rice.email.proxy.smtp |
---|
Constructors in rice.email.proxy.smtp with parameters of type PostEntityAddress | |
---|---|
NonBlockingSmtpServerImpl(java.net.InetAddress localHost,
int port,
EmailService email,
boolean gateway,
PostEntityAddress address,
boolean acceptNonLocal,
boolean authenticate,
UserManager userManager,
java.lang.String server,
Environment env)
|
|
SmtpServerImpl(java.net.InetAddress localHost,
int port,
EmailService email,
boolean gateway,
PostEntityAddress address,
boolean acceptNonLocal,
boolean authenticate,
UserManager userManager,
java.lang.String server,
Environment env)
|
|
SSLSmtpServerImpl(java.net.InetAddress localHost,
int port,
EmailService email,
boolean gateway,
PostEntityAddress address,
boolean acceptNonLocal,
boolean authenticate,
UserManager userManager,
java.lang.String keystore,
java.lang.String password,
java.lang.String server,
Environment env)
|
Uses of PostEntityAddress in rice.email.proxy.smtp.manager |
---|
Constructors in rice.email.proxy.smtp.manager with parameters of type PostEntityAddress | |
---|---|
SimpleManager(EmailService email,
boolean gateway,
PostEntityAddress address,
java.lang.String server,
Environment env)
|
Uses of PostEntityAddress in rice.post |
---|
Subclasses of PostEntityAddress in rice.post | |
---|---|
class |
PostGroupAddress
This class represents the abstract notion of the address of an group of users in the Post system. |
class |
PostUserAddress
This class represents the abstract notion of the address of an user in the Post system. |
Fields in rice.post declared as PostEntityAddress | |
---|---|
protected PostEntityAddress |
PostImpl.address
The address of the local user. |
Methods in rice.post that return PostEntityAddress | |
---|---|
PostEntityAddress |
Post.getEntityAddress()
Returns the PostEntityAddress of this Post's local user. |
PostEntityAddress |
PostImpl.getEntityAddress()
|
PostEntityAddress |
PostLog.getEntityAddress()
|
Methods in rice.post with parameters of type PostEntityAddress | |
---|---|
void |
Post.getPostLog(PostEntityAddress entity,
Continuation command)
Returns and verifies the PostLog of the named entity |
void |
PostImpl.getPostLog(PostEntityAddress entity,
Continuation command)
|
Constructors in rice.post with parameters of type PostEntityAddress | |
---|---|
PostImpl(Node node,
Past immutablePast,
Past mutablePast,
DeliveryPast deliveryPast,
Past deliveredPast,
PostEntityAddress address,
java.security.KeyPair keyPair,
PostCertificate certificate,
java.security.PublicKey caPublicKey,
java.lang.String instance,
boolean logRewrite,
boolean announce,
PostEntityAddress previousAddress,
long synchronizeInterval,
long refreshInterval,
long timeoutInterval)
Builds a PostImpl to run on the given pastry node, using the provided PAST and Scribe services. |
Uses of PostEntityAddress in rice.post.delivery |
---|
Fields in rice.post.delivery declared as PostEntityAddress | |
---|---|
protected PostEntityAddress |
DeliveryMetadata.destination
|
Methods in rice.post.delivery that return PostEntityAddress | |
---|---|
PostEntityAddress |
DeliveryMetadata.getDestination()
|
Methods in rice.post.delivery with parameters of type PostEntityAddress | |
---|---|
void |
DeliveryPast.getMessage(PostEntityAddress address,
Continuation command)
Returns the first message which is still pending to the given address. |
void |
DeliveryPastImpl.getMessage(PostEntityAddress address,
Continuation command)
Returns the first message which is still pending to the given address. |
Constructors in rice.post.delivery with parameters of type PostEntityAddress | |
---|---|
DeliveryMetadata(long expiration,
PostEntityAddress address)
|
Uses of PostEntityAddress in rice.post.log |
---|
Fields in rice.post.log declared as PostEntityAddress | |
---|---|
protected PostEntityAddress |
LogEntry.user
|
Methods in rice.post.log with parameters of type PostEntityAddress | |
---|---|
void |
LogEntry.setUser(PostEntityAddress user)
Sets the user of this log entry |
Uses of PostEntityAddress in rice.post.messaging |
---|
Methods in rice.post.messaging that return PostEntityAddress | |
---|---|
PostEntityAddress |
DeliveryMessage.getDestination()
Returns the destination of this message. |
PostEntityAddress |
EncryptedNotificationMessage.getDestination()
Returns the destination of this message. |
PostEntityAddress |
NotificationMessage.getDestination()
Returns the PostEntityAddress of the user or group to which this noticiation should be delivered. |
PostEntityAddress |
PostMessage.getSender()
Returns the sender of this message. |
Constructors in rice.post.messaging with parameters of type PostEntityAddress | |
---|---|
DeliveryLookupMessage(PostEntityAddress sender,
NodeHandle source,
Id id)
Constructs a DeliveryLookupMessage |
|
DeliveryLookupResponseMessage(PostEntityAddress sender,
DeliveryRequestMessage message)
Constructs a DeliveryLookupResponseMessage |
|
DeliveryMessage(PostEntityAddress sender,
PostEntityAddress destination,
Id id,
SignedPostMessage message)
Constructs a DeliveryMessage |
|
DeliveryRequestMessage(PostEntityAddress sender,
PostUserAddress destination,
SignedPostMessage message,
Id id)
Constructs a DeliveryRequestMessage |
|
EncryptedNotificationMessage(PostEntityAddress sender,
PostEntityAddress destination,
byte[] key,
byte[] data)
Constructs a NotificationMessage for the given Email. |
|
GroupNotificationMessage(PostEntityAddress sender,
PostGroupAddress group,
byte[] data)
Constructs a GroupNotificationMessage |
|
NotificationMessage(PostClientAddress clientAddress,
PostEntityAddress sender,
PostEntityAddress destination)
Constructs a NotificationMessage for the given Email. |
|
PostMessage(PostEntityAddress sender)
Constructs a PostMessage given the name of the sender. |
|
PresenceMessage(PostEntityAddress sender,
NodeHandle handle)
Constructs a PresenceMessage |
|
ReceiptMessage(PostEntityAddress sender,
Id id,
SignedPostMessage message)
Constructs a PresenceMessage |
Uses of PostEntityAddress in rice.post.proxy |
---|
Fields in rice.post.proxy declared as PostEntityAddress | |
---|---|
PostEntityAddress |
PostProxy.clone
The previous address of the user, used to clone the old PostLog |
Uses of PostEntityAddress in rice.post.security |
---|
Methods in rice.post.security that return PostEntityAddress | |
---|---|
PostEntityAddress |
PostCertificate.getAddress()
Gets the Address attribute of the PostCertificate object |
Constructors in rice.post.security with parameters of type PostEntityAddress | |
---|---|
PostCertificate(PostEntityAddress address,
java.security.PublicKey key)
Builds a PostCertificate from a user address and a public key. |
Uses of PostEntityAddress in rice.post.security.ca |
---|
Constructors in rice.post.security.ca with parameters of type PostEntityAddress | |
---|---|
CAPostCertificate(PostEntityAddress address,
java.security.PublicKey key,
byte[] signature)
Builds a PostCertificate from a user address and a public key. |
Uses of PostEntityAddress in rice.post.security.pknoi |
---|
Constructors in rice.post.security.pknoi with parameters of type PostEntityAddress | |
---|---|
PKnoIPostCertificate(PostEntityAddress address,
java.security.PublicKey key)
Builds a PostCertificate from a user address and a public key. |
Uses of PostEntityAddress in rice.post.storage |
---|
Constructors in rice.post.storage with parameters of type PostEntityAddress | |
---|---|
StorageService(Endpoint endpoint,
PostEntityAddress address,
Past immutablePast,
Past mutablePast,
IdFactory factory,
java.security.KeyPair keyPair,
long timeoutInterval)
Contructs a StorageService given a PAST to run on top of. |
|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |