public interface IPCMessage
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
get()
Retrieves the contents of this message as a series of bytes.
|
void |
reply(ByteBuffer message)
Sends a message as a reply to the sender of this message.
|
ByteBuffer get()
void reply(ByteBuffer message) throws IOException
message
- - a buffer containing the response messageIOException
- if sending the reply failsCopyright © 2017. All rights reserved.