Uses of Class
io.helidon.common.reactive.IoMulti.MultiFromByteChannelBuilder
-
Packages that use IoMulti.MultiFromByteChannelBuilder Package Description io.helidon.common.reactive Common reactive library for Helidon projects. -
-
Uses of IoMulti.MultiFromByteChannelBuilder in io.helidon.common.reactive
Methods in io.helidon.common.reactive that return IoMulti.MultiFromByteChannelBuilder Modifier and Type Method Description IoMulti.MultiFromByteChannelBuilder
IoMulti.MultiFromByteChannelBuilder. bufferCapacity(int bufferCapacity)
Capacity of byte buffer in number of bytes.IoMulti.MultiFromByteChannelBuilder
IoMulti.MultiFromByteChannelBuilder. executor(ScheduledExecutorService executor)
Configure executor service to use for scheduling reads from the channel.static IoMulti.MultiFromByteChannelBuilder
IoMulti. multiFromByteChannelBuilder(ReadableByteChannel byteChannel)
Creates a builder ofMulti
from providedReadableByteChannel
.IoMulti.MultiFromByteChannelBuilder
IoMulti.MultiFromByteChannelBuilder. retrySchema(RetrySchema retrySchema)
Retry schema to use when reading from the channel.
-