public static class FrameEncoder.Payload
extends java.lang.Object
FrameEncoder without knowledge of the encoder's frame layout, while ensuring
enough space to write the remainder of the frame's contents is reserved.| Modifier and Type | Field and Description |
|---|---|
java.nio.ByteBuffer |
buffer |
static int |
MAX_SIZE |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
void |
release() |
int |
remaining() |
public static final int MAX_SIZE
public final java.nio.ByteBuffer buffer
Copyright © 2009-2020 The Apache Software Foundation