Class Proxy

  • All Implemented Interfaces:
    Runnable

    public class Proxy
    extends Thread
    Thread to handle one client request. Gets the request from the client and passes it on to the server, then sends the response back to the client. Information about the request and response is stored so it can be used in a JMeter test plan.
    • Constructor Detail

      • Proxy

        public Proxy()
        Default constructor - used by newInstance call in Daemon
    • Method Detail

      • run

        public void run()
        Main processing method for the Proxy object
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread