Uses of Class
io.helidon.webserver.ByteBufDataChunk
-
Packages that use ByteBufDataChunk Package Description io.helidon.webserver Reactive web server API. -
-
Uses of ByteBufDataChunk in io.helidon.webserver
Methods in io.helidon.webserver that return ByteBufDataChunk Modifier and Type Method Description static 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.
-