public interface IPCMessageChannel extends Channel
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
readMessage()
Reads a message from the connected IPC server.
|
void |
writeMessage(ByteBuffer message)
Writes a message to the connected IPC server.
|
ByteBuffer readMessage() throws IOException
IOException
- if reading from the IPC server failsvoid writeMessage(ByteBuffer message) throws IOException
message
- a buffer containing the message as a series of bytesIOException
- if writing to the IPC server failsCopyright © 2017. All rights reserved.