An Apache commons HTTP client based {@link HTTPClient} backed by a multithreaded connectionmanager that allows to reuse connections to the backing server and to limit the {@link #setMaxConnections(int) max number of concurrent connections}.
Java System properties {@code http.proxyHost}, {@code http.proxyPort}, {@code http.proxyUser}, and {@code http.proxyPassword} are respected.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.