Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ abstract BufferedWritableByteChannel createBufferedChannel(
*
* <p>Instances of this class are immutable and thread safe.
*
* <p>Instead of this, strategy use {@link FlushPolicy#minFlushSize()}{@code .}{@link
* MinFlushSizeFlushPolicy#withMaxPendingBytes(long) withMaxPendingBytes(long)}
*
* @since 2.51.0 This new api is in preview and is subject to breaking changes.
*/
@Immutable
Expand Down
Loading