第十四节:HTTP 高级特性 一、HTTP/2 深度配置 1. ALPN 协议协商 强制 HTTP/2 优先 HttpServerOptions options = new HttpServerOptions() .setUseAlpn(true) .setAlpnVersions