Modifier and Type | Field and Description |
---|---|
private final List | |
private final int | |
public static final int | |
public static final int | |
private int | |
public static final int |
Access | Constructor and Description |
---|---|
public | |
public | |
public |
Modifier and Type | Method and Description |
---|---|
public String | |
public List | |
public int | |
pack-priv int | |
pack-priv int | |
public int | |
public void | |
public int |
data | back to summary |
---|---|
private final List<ByteBuffer> data |
dataLength | back to summary |
---|---|
private final int dataLength |
END_STREAM | back to summary |
---|---|
public static final int END_STREAM |
PADDED | back to summary |
---|---|
public static final int PADDED |
padLength | back to summary |
---|---|
private int padLength |
TYPE | back to summary |
---|---|
public static final int TYPE |
DataFrame | back to summary |
---|---|
public DataFrame(int streamid, int flags, ByteBuffer data) |
DataFrame | back to summary |
---|---|
public DataFrame(int streamid, int flags, List<ByteBuffer> data) |
DataFrame | back to summary |
---|---|
public DataFrame(int streamid, int flags, List<ByteBuffer> data, int padLength) |
flagAsString | back to summary |
---|---|
public String flagAsString(int flag) Overrides jdk.
|
getData | back to summary |
---|---|
public List |
getDataLength | back to summary |
---|---|
public int getDataLength() |
getPadLength | back to summary |
---|---|
pack-priv int getPadLength() |
length | back to summary |
---|---|
pack-priv int length() Overrides jdk.
|
payloadLength | back to summary |
---|---|
public int payloadLength() |
setPadLength | back to summary |
---|---|
public void setPadLength(int padLength) |
type | back to summary |
---|---|
public int type() Overrides jdk.
|