Asynchronous HTTP Client for Java

后端 未结 13 1504
梦谈多话
梦谈多话 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:15

    Use the "Async Http Client" formerly called ning http client library. See http://code.ning.com/2010/03/introducing-nings-asynchronous-http-client-library/

    Now Available at GitHub https://github.com/ning/async-http-client

提交回复
热议问题