Implementation of an HTTP proxy server for testing purposes. The server will accept many connections,
which are expected to send a CONNECT request if they are HTTPS in which case the request is consumed and a 200 OK answer returned,
then it acts as a tunnel between the client and the provided localhost target port. If stopped it will close active threads and
connectionHandlers.
Constructor Summary
Constructors
Constructor and Description
TestProxyServer(int listenPort,
int targetPort,
boolean https)