All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static Frame |
from(int streamId,
FrameType type,
ByteBuf metadata,
ByteBuf data,
int initialRequestN,
int flags) |
static Frame |
from(int streamId,
FrameType type,
int flags) |
static Frame |
from(int streamId,
FrameType type,
Payload payload,
int initialRequestN) |
static Frame |
from(int streamId,
FrameType type,
Payload payload,
long initialRequestN) |
static int |
initialRequestN(Frame frame) |
static boolean |
isRequestChannelComplete(Frame frame) |