public class MailboxUtil
extends Object
| Constructor and Description |
|---|
MailboxUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected static long |
depositMail(ByteBuffer byteBuffer) |
static ByteBuffer |
receiveMail(long receipt) |
static long |
sendMail(RegistrationReference registrationReference,
ByteBuffer byteBuffer) |
public static ByteBuffer receiveMail(long receipt)
public static long sendMail(RegistrationReference registrationReference, ByteBuffer byteBuffer) throws MailboxException
MailboxExceptionprotected static long depositMail(ByteBuffer byteBuffer)