java.lang.Object
robaho.net.httpserver.http2.frame.BaseFrame
robaho.net.httpserver.http2.frame.WindowUpdateFrame
-
Constructor Summary
ConstructorsConstructorDescriptionWindowUpdateFrame(int streamId, int increment) WindowUpdateFrame(FrameHeader header) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]encode()intstatic WindowUpdateFrameparse(byte[] frameBody, FrameHeader header) voidwriteTo(OutputStream os)
-
Constructor Details
-
WindowUpdateFrame
-
WindowUpdateFrame
public WindowUpdateFrame(int streamId, int increment)
-
-
Method Details
-
getWindowSizeIncrement
public int getWindowSizeIncrement() -
parse
- Throws:
HTTP2Exception
-
writeTo
- Specified by:
writeToin classBaseFrame- Throws:
IOException
-
encode
public byte[] encode()
-