netty-http-client icon indicating copy to clipboard operation
netty-http-client copied to clipboard

pros and cons compared with Apache HttpClient or java.net package

Open leewi9 opened this issue 8 years ago • 1 comments
trafficstars

Since Apache HttpClient or java.net package can also do http, any doc about this ?

leewi9 avatar Apr 23 '17 17:04 leewi9

This package is async (nonblocking); those libraries are blocking... pretty big difference. This package is more similar to the newer Apache HttpAsyncClient (which i haven't looked at in enough depth to give a better answer).

jjhart avatar Apr 23 '17 18:04 jjhart