public class RequestFireAndForgetFrameFlyweight extends Object
Modifier and Type | Method and Description |
---|---|
static ByteBuf |
data(ByteBuf byteBuf) |
static ByteBuf |
encode(ByteBufAllocator allocator,
int streamId,
boolean fragmentFollows,
ByteBuf metadata,
ByteBuf data) |
static ByteBuf |
encode(ByteBufAllocator allocator,
int streamId,
boolean fragmentFollows,
Payload payload) |
static ByteBuf |
metadata(ByteBuf byteBuf) |
public static ByteBuf encode(ByteBufAllocator allocator, int streamId, boolean fragmentFollows, Payload payload)
public static ByteBuf encode(ByteBufAllocator allocator, int streamId, boolean fragmentFollows, ByteBuf metadata, ByteBuf data)