public interface RequestRecord
Modifier and Type | Method and Description |
---|---|
static RequestRecord |
fromBytes(byte[] bytes) |
static RequestRecord |
fromBytes(ByteBuffer buffer) |
static RequestRecord |
fromRecord(Record record) |
int |
limit() |
byte[] |
readBytes() |
<T extends Record> |
readRecord(Supplier<T> clazz) |
static RequestRecord fromBytes(ByteBuffer buffer)
static RequestRecord fromBytes(byte[] bytes)
static RequestRecord fromRecord(Record record)
<T extends Record> T readRecord(Supplier<T> clazz) throws IOException
IOException
byte[] readBytes()
int limit()
Copyright © 2008–2025 The Apache Software Foundation. All rights reserved.