1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2025-02-17 15:55:19 -05:00

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
commit 9d446c30be

View file

@ -316,6 +316,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
*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.
* [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.