java.lang.Object
java.lang.Thread
org.apache.jmeter.protocol.http.proxy.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 Details

    • Proxy

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

    • run

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

      public static void setCounter(int value)
      Set the counter for all registered SamplerCreatorFactorys
      Parameters:
      value - to be initialized