Uses of Class
io.helidon.common.reactive.IoMulti.MultiFromByteChannelBuilder
Packages that use IoMulti.MultiFromByteChannelBuilder
-
Uses of IoMulti.MultiFromByteChannelBuilder in io.helidon.common.reactive
Classes in io.helidon.common.reactive that implement interfaces with type arguments of type IoMulti.MultiFromByteChannelBuilderModifier and TypeClassDescriptionstatic final classFluent API builder for creating aMultifrom aReadableByteChannel.Methods in io.helidon.common.reactive that return IoMulti.MultiFromByteChannelBuilderModifier and TypeMethodDescriptionIoMulti.MultiFromByteChannelBuilder.bufferCapacity(int bufferCapacity) Capacity of byte buffer in number of bytes.IoMulti.MultiFromByteChannelBuilder.executor(ScheduledExecutorService executor) Configure executor service to use for scheduling reads from the channel.IoMulti.multiFromByteChannelBuilder(ReadableByteChannel byteChannel) Creates a builder ofMultifrom providedReadableByteChannel.IoMulti.MultiFromByteChannelBuilder.retrySchema(RetrySchema retrySchema) Retry schema to use when reading from the channel.