简体   繁体   中英

http (json) library, client and server, possibly asynchronous

I have to write a little Java program that stands in the middle of a client and the true http server. I glanced over Apache's HttpAsyncClient, but it's in fact a client library. Is there any other library capable of listening as server too?

If it helps, I need is to parse JSON in this program, but I don't think that it matters.

Maybe you should take a look at netty: http://netty.io/

Once has been part of jboss and is now a stand-alone project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM