timboudreau/netty-http-client

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

leewi9 opened this issue · 1 comments

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).