Class HTTPSampler

  • 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 class HTTPSampler
    extends HTTPSamplerBase implements Interruptible
                        

    A sampler which understands all the parts necessary to read statistics about HTTP requests, including cookies and authentication. This sampler uses the default Java HTTP implementation

    • Constructor Detail

      • HTTPSampler

        HTTPSampler()