Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作一个简单的 Java 应用程序,它向定义的服务器发出 40 个请求(每个请求都有一个唯一的 URL)……有一种简单的方法可以用 HTTP 1.1 发出 40 个请求吗?我只需要使用 1 个 tcp 连接...
提前致谢
迭戈
Apache HttpClient支持具有持久连接的 HTTP 1.1 。