public class KeepaliveFrameFlyweight extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FLAGS_KEEPALIVE_R
(R)espond: Set by the sender of the KEEPALIVE, to which the responder MUST reply with a
KEEPALIVE without the R flag set
|
| Modifier and Type | Method and Description |
|---|---|
static int |
computeFrameLength(int dataLength) |
static int |
encode(ByteBuf byteBuf,
int flags,
ByteBuf data) |
static int |
payloadOffset(ByteBuf byteBuf) |
public static final int FLAGS_KEEPALIVE_R