Class InputStreamStreamMessageBuilder
java.lang.Object
com.linecorp.armeria.common.stream.InputStreamStreamMessageBuilder
A builder for creating a
ByteStreamMessage
that reads data from the InputStream
and publishes using HttpData
.-
Method Summary
Modifier and TypeMethodDescriptionbufferSize
(int bufferSize) build()
Returns a newly createdByteStreamMessage
with the properties set so far.executor
(ExecutorService executor)
-
Method Details
-
build
Returns a newly createdByteStreamMessage
with the properties set so far. -
executor
-
bufferSize
-