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