Class HTTPSamplerProxyWrapper.HTTPSamplerProxyWrapperBuilder<C extends HTTPSamplerProxyWrapper,B extends HTTPSamplerProxyWrapper.HTTPSamplerProxyWrapperBuilder<C,B>>
- java.lang.Object
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder<T,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicParentTestElementWrapper.AbstractBasicParentTestElementWrapperBuilder<T,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.AbstractTestElementWrapper.AbstractTestElementWrapperBuilder<T,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.samplers.AbstractSamplerWrapper.AbstractSamplerWrapperBuilder<T,G,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.samplers.HTTPSamplerBaseWrapper.HTTPSamplerBaseWrapperBuilder<org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy,org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.samplers.HTTPSamplerProxyWrapper.HTTPSamplerProxyWrapperBuilder<C,B>
-
- All Implemented Interfaces:
JmcWrapperBuilder<C>
- Enclosing class:
- HTTPSamplerProxyWrapper
public abstract static class HTTPSamplerProxyWrapper.HTTPSamplerProxyWrapperBuilder<C extends HTTPSamplerProxyWrapper,B extends HTTPSamplerProxyWrapper.HTTPSamplerProxyWrapperBuilder<C,B>> extends HTTPSamplerBaseWrapper.HTTPSamplerBaseWrapperBuilder<org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy,org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui,C,B>
-
-
Constructor Summary
Constructors Constructor Description HTTPSamplerProxyWrapperBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected B$fillValuesFrom(C instance)abstract Cbuild()build Wrapper.protected abstract Bself()java.lang.StringtoString()-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.samplers.HTTPSamplerBaseWrapper.HTTPSamplerBaseWrapperBuilder
addArgument, addArgument, addArguments, addFileArgument, addFileArguments, withAutoRedirects, withBody, withConcurrentDwn, withConcurrentPool, withConcurrentPool, withConcurrentPool, withConnectTimeout, withConnectTimeout, withConnectTimeout, withContentEncoding, withDoBrowserCompatibleMultipart, withDomain, withDoMultipartPost, withEmbeddedUrlExcludeRE, withEmbeddedUrlRE, withFollowRedirects, withImageParser, withImplementation, withIpSource, withIpSourceType, withMd5, withMethod, withPath, withPort, withPort, withPort, withPostBodyRaw, withProtocol, withProxyHost, withProxyPass, withProxyPort, withProxyPort, withProxyPort, withProxyScheme, withProxyUser, withResponseTimeout, withResponseTimeout, withResponseTimeout, withUseKeepAlive
-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.AbstractTestElementWrapper.AbstractTestElementWrapperBuilder
withComment, withEnabled, withName
-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicParentTestElementWrapper.AbstractBasicParentTestElementWrapperBuilder
addAssertion, addAssertion, addAssertions, addConfig, addConfig, addConfigs, addListener, addListener, addListener, addPostProcessor, addPostProcessor, addPostProcessors, addPreProcessor, addPreProcessor, addPreProcessors, addTimer, addTimer, addTimers, withChild, withChilds
-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder
addTags, withIsInitialized, withTags
-
-
-
-
Method Detail
-
$fillValuesFrom
protected B $fillValuesFrom(C instance)
- Overrides:
$fillValuesFromin classHTTPSamplerBaseWrapper.HTTPSamplerBaseWrapperBuilder<org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy,org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui,C extends HTTPSamplerProxyWrapper,B extends HTTPSamplerProxyWrapper.HTTPSamplerProxyWrapperBuilder<C,B>>
-
self
protected abstract B self()
- Specified by:
selfin classHTTPSamplerBaseWrapper.HTTPSamplerBaseWrapperBuilder<org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy,org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui,C extends HTTPSamplerProxyWrapper,B extends HTTPSamplerProxyWrapper.HTTPSamplerProxyWrapperBuilder<C,B>>
-
build
public abstract C build()
Description copied from interface:JmcWrapperBuilderbuild Wrapper.- Specified by:
buildin interfaceJmcWrapperBuilder<C extends HTTPSamplerProxyWrapper>- Specified by:
buildin classHTTPSamplerBaseWrapper.HTTPSamplerBaseWrapperBuilder<org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy,org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui,C extends HTTPSamplerProxyWrapper,B extends HTTPSamplerProxyWrapper.HTTPSamplerProxyWrapperBuilder<C,B>>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classHTTPSamplerBaseWrapper.HTTPSamplerBaseWrapperBuilder<org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy,org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui,C extends HTTPSamplerProxyWrapper,B extends HTTPSamplerProxyWrapper.HTTPSamplerProxyWrapperBuilder<C,B>>
-
-