Uses of Class
io.helidon.common.reactive.IoMulti.MultiFromInputStreamBuilder
Packages that use IoMulti.MultiFromInputStreamBuilder
-
Uses of IoMulti.MultiFromInputStreamBuilder in io.helidon.common.reactive
Classes in io.helidon.common.reactive that implement interfaces with type arguments of type IoMulti.MultiFromInputStreamBuilderModifier and TypeClassDescriptionstatic final classFluent API builder for creating aMultifrom anInputStream.Methods in io.helidon.common.reactive that return IoMulti.MultiFromInputStreamBuilderModifier and TypeMethodDescriptionIoMulti.MultiFromInputStreamBuilder.byteBufferSize(int bufferSize) Set the size ofByteBuffers being published.IoMulti.MultiFromInputStreamBuilder.executor(ExecutorService executor) If theInputStreamcan block in read method, use executor for asynchronous waiting.IoMulti.multiFromStreamBuilder(InputStream inputStream) Creates a builder of theMultifrom suppliedInputStream.