public static interface BinaryMessenger.BinaryReply
Modifier and Type | Method and Description |
---|---|
void |
reply(ByteBuffer reply)
Handles the specified reply.
|
@UiThread void reply(@Nullable ByteBuffer reply)
reply
- the reply payload, a direct-allocated ByteBuffer
or null. Senders of
outgoing replies must place the reply bytes between position zero and current position.
Reply receivers can read from the buffer directly.