public class LeaseFrameCodec extends Object
| Constructor and Description |
|---|
LeaseFrameCodec() |
| Modifier and Type | Method and Description |
|---|---|
static ByteBuf |
encode(ByteBufAllocator allocator,
int ttl,
int numRequests,
ByteBuf metadata) |
static ByteBuf |
metadata(ByteBuf byteBuf) |
static int |
numRequests(ByteBuf byteBuf) |
static int |
ttl(ByteBuf byteBuf) |