public class WindowUpdateFrame extends Http2Frame
Modifier and Type | Class and Description |
---|---|
static class |
WindowUpdateFrame.WindowUpdateFrameBuilder |
Http2Frame.Http2FrameBuilder<T extends Http2Frame.Http2FrameBuilder>
Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
DONT_RECYCLE
Modifier and Type | Method and Description |
---|---|
static WindowUpdateFrame.WindowUpdateFrameBuilder |
builder() |
protected int |
calcLength()
Recalculates the length
|
static Http2Frame |
fromBuffer(int flags,
int streamId,
Buffer frameBuffer) |
protected Map<Integer,String> |
getFlagNamesMap() |
int |
getType() |
int |
getWindowSizeIncrement() |
void |
recycle() |
Buffer |
toBuffer(Http2Connection http2Connection) |
String |
toString() |
clearFlag, getFlags, getFrameBuffer, getLength, getStreamId, headerToString, isFlagSet, onPayloadUpdated, setFlag, setFlags, setFrameBuffer, setStreamId
public static final int TYPE
public static Http2Frame fromBuffer(int flags, int streamId, Buffer frameBuffer)
public static WindowUpdateFrame.WindowUpdateFrameBuilder builder()
public int getWindowSizeIncrement()
public String toString()
toString
in class Http2Frame
protected int calcLength()
Http2Frame
calcLength
in class Http2Frame
protected Map<Integer,String> getFlagNamesMap()
getFlagNamesMap
in class Http2Frame
Map
with flag bit - to - flag name mappingpublic void recycle()
recycle
in interface Cacheable
recycle
in class Http2Frame
public int getType()
getType
in class Http2Frame
public Buffer toBuffer(Http2Connection http2Connection)
toBuffer
in class Http2Frame
Copyright © 2021 Oracle Corporation. All rights reserved.