Uses of Class
io.helidon.webserver.ByteBufDataChunk
-
Uses of ByteBufDataChunk in io.helidon.webserver
Modifier and TypeMethodDescriptionstatic ByteBufDataChunk
ByteBufDataChunk.create
(boolean flush, boolean readOnly, io.netty.buffer.ByteBuf... byteBufs) Creates an instance given an array ofByteBuf
's.static ByteBufDataChunk
ByteBufDataChunk.create
(boolean flush, boolean readOnly, Runnable releaseCallback, io.netty.buffer.ByteBuf... byteBufs) Creates an instance given an array ofByteBuf
's.