From f2c27484e03096ad1528c9f1375b3c63ebff689f Mon Sep 17 00:00:00 2001 From: yegorius Date: Sun, 26 Apr 2015 16:31:45 +0300 Subject: [PATCH] Add Async Http Client to Networking --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93873ca..0213ca1 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,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.