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