public static interface WebSocketFrameFactory.Encoder
| Modifier and Type | Method and Description |
|---|---|
default ByteBuf |
encodeBinaryFragmentStart(ByteBuf fragmentFrame) |
ByteBuf |
encodeBinaryFrame(ByteBuf binaryFrame) |
default ByteBuf |
encodeContinuationFragment(ByteBuf fragmentFrame) |
default ByteBuf |
encodeContinuationFragmentEnd(ByteBuf fragmentFrame) |
default ByteBuf |
encodeTextFragmentStart(ByteBuf fragmentFrame) |
default ByteBuf |
encodeTextFrame(ByteBuf textFrame) |
int |
sizeofBinaryFrame(int payloadSize) |
default int |
sizeofFragment(int payloadSize) |
default int |
sizeofTextFrame(int textPayloadSize) |