Asynchronous HTTP Client for Java

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

    AFAIK the TCPMon tool takes a similar approach to what you describe. You can take a look at the source code in their SVN browser

    Also have a look at WGET-java for the guts of the blocking code.

    But do you have to write this in Java? There are a lot of other approaches using JRuby or Rhino to accomplish something like this easily that will run on the JVM but aren't written in Java.

    0 讨论(0)
提交回复
热议问题