: new TCPProxySSLSocketFactoryImplementation();
m_filterContainer.start();
if (isHTTPProxy) {
m_proxyEngine = new HTTPProxyTCPProxyEngine(sslSocketFactory,
requestFilter, responseFilter, output, logger,
localEndPoint, useColour, timeout, chainedHTTPProxy,
chainedHTTPSProxy);
} else {
if (useSSLPortForwarding) {