Search in sources :

Example 1 with HTTPSamplerProxy

use of org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy in project jmeter by apache.

the class HttpTestSampleGui method createTestElement.

/**
     * {@inheritDoc}
     */
@Override
public TestElement createTestElement() {
    HTTPSamplerBase sampler = new HTTPSamplerProxy();
    modifyTestElement(sampler);
    return sampler;
}
Also used : HTTPSamplerProxy(org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy) HTTPSamplerBase(org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase)

Aggregations

HTTPSamplerBase (org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase)1 HTTPSamplerProxy (org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy)1