Merge pull request #137 from yegorius/asynchttpcl

Add Async Http Client to Networking
This commit is contained in:
Andreas Kull
2015-04-26 20:42:12 +02:00

View File

@ -316,6 +316,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
*Libraries for network programming.* *Libraries for network programming.*
* [Async Http Client](https://github.com/AsyncHttpClient/async-http-client) - Asynchronous HTTP and WebSocket client library.
* [Grizzly](https://grizzly.java.net/) - NIO framework. Used as a network layer in Glassfish. * [Grizzly](https://grizzly.java.net/) - NIO framework. Used as a network layer in Glassfish.
* [Netty](http://netty.io/) - A framework for building high performance network applications. * [Netty](http://netty.io/) - A framework for building high performance network applications.
* [OkHttp](http://square.github.io/okhttp/) - An HTTP+SPDY client for Android and Java applications. * [OkHttp](http://square.github.io/okhttp/) - An HTTP+SPDY client for Android and Java applications.