public static enum DslHttpSampler.HttpClientImpl extends Enum<DslHttpSampler.HttpClientImpl> implements EnumParam.EnumPropertyValue
| Enum Constant and Description |
|---|
HTTP_CLIENT
Specifies to use the Apache HttpClient implementation.
|
JAVA
Specifies to use the Java implementation.
|
| Modifier and Type | Field and Description |
|---|---|
String |
propertyValue |
| Modifier and Type | Method and Description |
|---|---|
String |
propertyValue() |
static DslHttpSampler.HttpClientImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DslHttpSampler.HttpClientImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DslHttpSampler.HttpClientImpl JAVA
public static final DslHttpSampler.HttpClientImpl HTTP_CLIENT
public final String propertyValue
public static DslHttpSampler.HttpClientImpl[] values()
for (DslHttpSampler.HttpClientImpl c : DslHttpSampler.HttpClientImpl.values()) System.out.println(c);
public static DslHttpSampler.HttpClientImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String propertyValue()
propertyValue in interface EnumParam.EnumPropertyValueCopyright © 2024. All rights reserved.