Uses of Class
io.helidon.common.reactive.IoMulti.MultiToByteChannelBuilder
-
Packages that use IoMulti.MultiToByteChannelBuilder Package Description io.helidon.common.reactive Common reactive library for Helidon projects. -
-
Uses of IoMulti.MultiToByteChannelBuilder in io.helidon.common.reactive
Methods in io.helidon.common.reactive that return IoMulti.MultiToByteChannelBuilder Modifier and Type Method Description IoMulti.MultiToByteChannelBuilder
IoMulti.MultiToByteChannelBuilder. executor(Executor executor)
Supply custom executor for handling the blocking ofWritableByteChannel
.static IoMulti.MultiToByteChannelBuilder
IoMulti. multiToByteChannelBuilder(WritableByteChannel byteChannel)
Creates function consumingMulti<ByteBuffer>
to suppliedWritableByteChannel
.static IoMulti.MultiToByteChannelBuilder
IoMulti. writeToFile(Path filePath)
-