Asynchronous HTTP Client for Java

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

    Looks like you want (a part of) NIO -- there's a good tutorial here, the asynchronous networking part starts at p. 30 and there are many useful links at the end.

提交回复
热议问题