| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl.http |
| Modifier and Type | Field and Description |
|---|---|
protected DslHttpSampler.HttpClientImpl |
DslHttpSampler.clientImpl |
protected DslHttpSampler.HttpClientImpl |
DslHttpDefaults.clientImpl |
| Modifier and Type | Method and Description |
|---|---|
static DslHttpSampler.HttpClientImpl |
DslHttpSampler.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.
|
| Modifier and Type | Method and Description |
|---|---|
DslHttpSampler |
DslHttpSampler.clientImpl(DslHttpSampler.HttpClientImpl clientImpl)
Allows specifying the HTTP client implementation to use for this particular sampler.
|
DslHttpDefaults |
DslHttpDefaults.clientImpl(DslHttpSampler.HttpClientImpl clientImpl)
Allows specifying which http client implementation to use by default for HTTP samplers.
|
Copyright © 2024. All rights reserved.