Asynchronous HTTP Client for Java

后端 未结 13 1573
梦谈多话
梦谈多话 2020-12-01 05:01

As a relative newbie in the Java world, I am finding many things frustratingly obtuse to accomplish that are relatively trivial in many other frameworks. A primary example i

13条回答
  •  攒了一身酷
    2020-12-01 05:16

    Version 4.0 of Apache Commons HttpClient (now in HttpComponents/HttpCore) also support Java's NIO (non-blocking IO). I think this is your best bet.

提交回复
热议问题