netty-http-client
netty-http-client copied to clipboard
pros and cons compared with Apache HttpClient or java.net package
trafficstars
Since Apache HttpClient or java.net package can also do http, any doc about this ?
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).