Package net.grinder.tools.tcpproxy

Examples of net.grinder.tools.tcpproxy.HTTPProxyTCPProxyEngine


          : new TCPProxySSLSocketFactoryImplementation();

      m_filterContainer.start();

      if (isHTTPProxy) {
        m_proxyEngine = new HTTPProxyTCPProxyEngine(sslSocketFactory,
            requestFilter, responseFilter, output, logger,
            localEndPoint, useColour, timeout, chainedHTTPProxy,
            chainedHTTPSProxy);
      } else {
        if (useSSLPortForwarding) {
View Full Code Here

TOP

Related Classes of net.grinder.tools.tcpproxy.HTTPProxyTCPProxyEngine

Copyright © 2018 www.massapicom. All rights reserved.
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.