android.ipc
Class Message
java.lang.Object
android.ipc.Message
public final class Message
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY
public static final Message EMPTY
Message
public Message(Bytes body)
getHeader
public Bytes getHeader()
getBody
public Bytes getBody()
canReply
public boolean canReply()
replyWith
public void replyWith(Message reply)
throws IOException
- Throws:
IOException
sendTo
public void sendTo(Destination destination)
throws IOException
- Throws:
IOException
Please submit a feedback, bug or feature