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