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