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, setStreamIdpublic 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 Http2Frameprotected int calcLength()
Http2FramecalcLength in class Http2Frameprotected Map<Integer,String> getFlagNamesMap()
getFlagNamesMap in class Http2FrameMap with flag bit - to - flag name mappingpublic void recycle()
recycle in interface Cacheablerecycle in class Http2Framepublic int getType()
getType in class Http2Framepublic Buffer toBuffer(Http2Connection http2Connection)
toBuffer in class Http2FrameCopyright © 2016 Oracle Corporation. All rights reserved.