public class NHttpClient
extends java.lang.Object
Minimal asynchronous HTTP/1.1 client.
Please note that this example represents a minimal HTTP client implementation.
It does not support HTTPS as is.
You either need to provide BasicNIOConnPool with a connection factory
that supports SSL or use a more complex HttpAsyncClient.