java.lang.Object
robaho.net.httpserver.http2.frame.BaseFrame
robaho.net.httpserver.http2.frame.ContinuationFrame
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]encode()byte[]static BaseFrameparse(byte[] body, FrameHeader frameHeader) voidwriteTo(OutputStream os)
-
Constructor Details
-
ContinuationFrame
-
-
Method Details
-
writeTo
- Specified by:
writeToin classBaseFrame- Throws:
IOException
-
parse
- Throws:
HTTP2Exception
-
getHeaderBlock
public byte[] getHeaderBlock() -
encode
public byte[] encode()
-