Uses of Class
com.soklet.StreamingResponseBody.ReaderBuilder
Packages that use StreamingResponseBody.ReaderBuilder
-
Uses of StreamingResponseBody.ReaderBuilder in com.soklet
Methods in com.soklet that return StreamingResponseBody.ReaderBuilderModifier and TypeMethodDescriptionStreamingResponseBody.ReaderBuilder.bufferSizeInCharacters(@Nullable Integer bufferSizeInCharacters) Sets the reader copy buffer size.StreamingResponseBody.ReaderBuilder.malformedInputAction(@Nullable CodingErrorAction malformedInputAction) Sets encoder behavior for malformed input.StreamingResponseBody.ReaderBuilder.unmappableCharacterAction(@Nullable CodingErrorAction unmappableCharacterAction) Sets encoder behavior for unmappable characters.StreamingResponseBody.withReader(@NonNull Supplier<? extends Reader> readerSupplier, @NonNull Charset charset) Acquires a builder for a reader-backed response body.