public abstract class TupleByteBuf extends Object
| Modifier and Type | Method and Description |
|---|---|
static ByteBuf |
of(ByteBufAllocator allocator,
ByteBuf one,
ByteBuf two) |
static ByteBuf |
of(ByteBufAllocator allocator,
ByteBuf one,
ByteBuf two,
ByteBuf three) |
static ByteBuf |
of(ByteBuf one,
ByteBuf two) |
static ByteBuf |
of(ByteBuf one,
ByteBuf two,
ByteBuf three) |
public static ByteBuf of(ByteBufAllocator allocator, ByteBuf one, ByteBuf two)
public static ByteBuf of(ByteBufAllocator allocator, ByteBuf one, ByteBuf two, ByteBuf three)