public class FrameRenderer
extends java.lang.Object
Constructor and Description |
---|
FrameRenderer() |
Modifier and Type | Method and Description |
---|---|
static java.nio.ByteOrder |
byteOrder() |
static org.apache.pekko.util.ByteString |
render(FrameEvent frame) |
static org.apache.pekko.util.ByteString |
renderFrame(Http2Protocol.FrameType tpe,
ByteFlag flags,
int streamId,
org.apache.pekko.util.ByteString payload) |
public static java.nio.ByteOrder byteOrder()
public static org.apache.pekko.util.ByteString render(FrameEvent frame)
public static org.apache.pekko.util.ByteString renderFrame(Http2Protocol.FrameType tpe, ByteFlag flags, int streamId, org.apache.pekko.util.ByteString payload)