Class HTTPSamplerProxy

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Cloneable , org.apache.jmeter.engine.util.ConfigMergabilityIndicator , org.apache.jmeter.gui.Replaceable , org.apache.jmeter.gui.Searchable , org.apache.jmeter.protocol.http.util.HTTPConstantsInterface , org.apache.jmeter.samplers.Interruptible , org.apache.jmeter.samplers.Sampler , org.apache.jmeter.testelement.TestElement , org.apache.jmeter.testelement.TestIterationListener , org.apache.jmeter.testelement.TestStateListener , org.apache.jmeter.testelement.ThreadListener

    
    public final class HTTPSamplerProxy
    extends HTTPSamplerBase implements Interruptible
                        

    Proxy class that dispatches to the appropriate HTTP sampler.

    This class is stored in the test plan, and holds all the configuration settings. The actual implementation is created at run-time, and is passed a reference to this class so it can get access to all the settings stored by HTTPSamplerProxy.

    • Constructor Detail

      • HTTPSamplerProxy

        HTTPSamplerProxy()
      • HTTPSamplerProxy

        HTTPSamplerProxy(String impl)
        Convenience method used to initialise the implementation.
        Parameters:
        impl - the implementation to use.