Uses of Class
us.abstracta.jmeter.javadsl.http.DslHttpSampler.HttpClientImpl
-
Packages that use DslHttpSampler.HttpClientImpl Package Description us.abstracta.jmeter.javadsl.http -
-
Uses of DslHttpSampler.HttpClientImpl in us.abstracta.jmeter.javadsl.http
Fields in us.abstracta.jmeter.javadsl.http declared as DslHttpSampler.HttpClientImpl Modifier and Type Field Description protected DslHttpSampler.HttpClientImplDslHttpDefaults. clientImplprotected DslHttpSampler.HttpClientImplDslHttpSampler. clientImplMethods in us.abstracta.jmeter.javadsl.http that return DslHttpSampler.HttpClientImpl Modifier and Type Method Description static DslHttpSampler.HttpClientImplDslHttpSampler.HttpClientImpl. valueOf(String name)Returns the enum constant of this type with the specified name.static DslHttpSampler.HttpClientImpl[]DslHttpSampler.HttpClientImpl. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in us.abstracta.jmeter.javadsl.http with parameters of type DslHttpSampler.HttpClientImpl Modifier and Type Method Description DslHttpDefaultsDslHttpDefaults. clientImpl(DslHttpSampler.HttpClientImpl clientImpl)Allows specifying which http client implementation to use by default for HTTP samplers.DslHttpSamplerDslHttpSampler. clientImpl(DslHttpSampler.HttpClientImpl clientImpl)Allows specifying the HTTP client implementation to use for this particular sampler.
-