Build m5-rc15

android.ipc
Class Message

java.lang.Object
  extended by android.ipc.Message

public final class Message
extends Object


Nested Class Summary
static class Message.Builder
           
 
Field Summary
static Message EMPTY
           
 
Constructor Summary
Message(Bytes body)
           
 
Method Summary
 boolean canReply()
           
 Bytes getBody()
           
 Bytes getHeader()
           
 void replyWith(Message reply)
           
 void sendTo(Destination destination)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final Message EMPTY
Constructor Detail

Message

public Message(Bytes body)
Method Detail

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

Build m5-rc15

Please submit a feedback, bug or feature