public class FragmentationFlyweight extends Object
| Constructor and Description |
|---|
FragmentationFlyweight() |
| Modifier and Type | Method and Description |
|---|---|
static ByteBuf |
encode(ByteBufAllocator allocator,
ByteBuf header,
ByteBuf data) |
static ByteBuf |
encode(ByteBufAllocator allocator,
ByteBuf header,
ByteBuf metadata,
ByteBuf data) |
public static ByteBuf encode(ByteBufAllocator allocator, ByteBuf header, ByteBuf data)