clientMaxWindowBits property
final
The maximal window size bit count requested by the client.
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 client has no preference, and the compression can
use up to its default maximum window size of 15 bits depending on the
server's preference.
Implementation
final int? clientMaxWindowBits;