serverMaxWindowBits 属性

int? serverMaxWindowBits
final

服务器请求的最大窗口大小位数。

压缩的窗口大小总是2的幂,因此位数精确地决定了窗口大小。

如果设置为 null,则服务器无偏好,压缩可以根据客户端的偏好使用其默认最大窗口大小15位。

实现

final int? serverMaxWindowBits;