minimumBytes property

int minimumBytes
final

Below this many bytes, compression is not worth the header.

Only applied when the length is known; a streamed body of unknown length is compressed, since waiting to find out would mean buffering it.

Implementation

final int minimumBytes;