serverMaxWindowBits property
final
The maximal window size bit count requested by the server.
The windows size for the compression is always a power of two, so the number of bits precisely determines the window size.
If set to null, the server has no preference, and the compression can
use up to its default maximum window size of 15 bits depending on the
client's preference.
Implementation
final int? serverMaxWindowBits;