Uses of Class
com.soklet.StreamingResponseBody.InputStreamBuilder
Packages that use StreamingResponseBody.InputStreamBuilder
-
Uses of StreamingResponseBody.InputStreamBuilder in com.soklet
Methods in com.soklet that return StreamingResponseBody.InputStreamBuilderModifier and TypeMethodDescriptionStreamingResponseBody.InputStreamBuilder.bufferSizeInBytes(@Nullable Integer bufferSizeInBytes) Sets the input stream copy buffer size.StreamingResponseBody.withInputStream(@NonNull Supplier<? extends InputStream> inputStreamSupplier) Acquires a builder for an input-stream-backed response body.