Class HTTPSamplerBaseSchema
-
- All Implemented Interfaces:
@API(status = API.Status.EXPERIMENTAL, since = "5.6") public abstract class HTTPSamplerBaseSchema extends TestElementSchema
Lists properties of a HTTPSamplerBase.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
HTTPSamplerBaseSchema.INSTANCE
-
Field Summary
Fields Modifier and Type Field Description private final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, Arguments>
arguments
private final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, AuthManager>
authManager
private final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, CookieManager>
cookieManager
private final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, KeystoreConfig>
keystoreConfig
private final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, CacheManager>
cacheManager
private final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, HeaderManager>
headerManager
private final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, DNSCacheManager>
dnsCacheManager
private final StringPropertyDescriptor<HTTPSamplerBaseSchema>
method
private final StringPropertyDescriptor<HTTPSamplerBaseSchema>
protocol
private final StringPropertyDescriptor<HTTPSamplerBaseSchema>
domain
private final IntegerPropertyDescriptor<HTTPSamplerBaseSchema>
port
private final StringPropertyDescriptor<HTTPSamplerBaseSchema>
path
private final HTTPSamplerProxyParamsSchema<HTTPSamplerBaseSchema>
proxy
private final StringPropertyDescriptor<HTTPSamplerBaseSchema>
contentEncoding
private final StringPropertyDescriptor<HTTPSamplerBaseSchema>
implementation
private final IntegerPropertyDescriptor<HTTPSamplerBaseSchema>
connectTimeout
private final IntegerPropertyDescriptor<HTTPSamplerBaseSchema>
responseTimeout
private final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>
followRedirects
private final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>
autoRedirects
private final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>
useKeepalive
private final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>
useMultipartPost
private final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>
useBrowserCompatibleMultipart
private final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>
concurrentDownload
private final IntegerPropertyDescriptor<HTTPSamplerBaseSchema>
concurrentDownloadPoolSize
private final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>
retrieveEmbeddedResources
private final StringPropertyDescriptor<HTTPSamplerBaseSchema>
embeddedUrlAllowRegex
private final StringPropertyDescriptor<HTTPSamplerBaseSchema>
embeddedUrlExcludeRegex
private final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>
storeAsMD5
private final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>
postBodyRaw
private final StringPropertyDescriptor<HTTPSamplerBaseSchema>
ipSource
private final IntegerPropertyDescriptor<HTTPSamplerBaseSchema>
ipSourceType
private final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, HTTPFileArgs>
fileArguments
private final StringPropertyDescriptor<TestElementSchema>
comments
private final BooleanPropertyDescriptor<TestElementSchema>
enabled
private final Map<String, BasePropertyGroupSchema<?>>
groups
private final ClassPropertyDescriptor<TestElementSchema, JMeterGUIComponent>
guiClass
private final StringPropertyDescriptor<TestElementSchema>
name
private final Map<String, PropertyDescriptor<?, ?>>
properties
private final ClassPropertyDescriptor<TestElementSchema, Object>
testClass
public final static HTTPSamplerBaseSchema.INSTANCE
INSTANCE
-
Constructor Summary
Constructors Constructor Description HTTPSamplerBaseSchema()
-
Method Summary
-
Methods inherited from class org.apache.jmeter.testelement.TestElementSchema
getComments, getEnabled, getGuiClass, getName, getTestClass
-
Methods inherited from class org.apache.jmeter.testelement.schema.BaseTestElementSchema
getGroupPath, getGroups, getProperties, getSubgroup, getValue, invoke, provideDelegate, provideDelegate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getArguments
final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, Arguments> getArguments()
-
getAuthManager
final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, AuthManager> getAuthManager()
-
getCookieManager
final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, CookieManager> getCookieManager()
-
getKeystoreConfig
final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, KeystoreConfig> getKeystoreConfig()
-
getCacheManager
final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, CacheManager> getCacheManager()
-
getHeaderManager
final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, HeaderManager> getHeaderManager()
-
getDnsCacheManager
final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, DNSCacheManager> getDnsCacheManager()
-
getMethod
final StringPropertyDescriptor<HTTPSamplerBaseSchema> getMethod()
-
getProtocol
final StringPropertyDescriptor<HTTPSamplerBaseSchema> getProtocol()
-
getDomain
final StringPropertyDescriptor<HTTPSamplerBaseSchema> getDomain()
-
getPort
final IntegerPropertyDescriptor<HTTPSamplerBaseSchema> getPort()
-
getPath
final StringPropertyDescriptor<HTTPSamplerBaseSchema> getPath()
-
getProxy
final HTTPSamplerProxyParamsSchema<HTTPSamplerBaseSchema> getProxy()
-
getContentEncoding
final StringPropertyDescriptor<HTTPSamplerBaseSchema> getContentEncoding()
-
getImplementation
final StringPropertyDescriptor<HTTPSamplerBaseSchema> getImplementation()
-
getConnectTimeout
final IntegerPropertyDescriptor<HTTPSamplerBaseSchema> getConnectTimeout()
-
getResponseTimeout
final IntegerPropertyDescriptor<HTTPSamplerBaseSchema> getResponseTimeout()
-
getFollowRedirects
final BooleanPropertyDescriptor<HTTPSamplerBaseSchema> getFollowRedirects()
-
getAutoRedirects
final BooleanPropertyDescriptor<HTTPSamplerBaseSchema> getAutoRedirects()
-
getUseKeepalive
final BooleanPropertyDescriptor<HTTPSamplerBaseSchema> getUseKeepalive()
-
getUseMultipartPost
final BooleanPropertyDescriptor<HTTPSamplerBaseSchema> getUseMultipartPost()
-
getUseBrowserCompatibleMultipart
final BooleanPropertyDescriptor<HTTPSamplerBaseSchema> getUseBrowserCompatibleMultipart()
-
getConcurrentDownload
final BooleanPropertyDescriptor<HTTPSamplerBaseSchema> getConcurrentDownload()
-
getConcurrentDownloadPoolSize
final IntegerPropertyDescriptor<HTTPSamplerBaseSchema> getConcurrentDownloadPoolSize()
-
getRetrieveEmbeddedResources
final BooleanPropertyDescriptor<HTTPSamplerBaseSchema> getRetrieveEmbeddedResources()
-
getEmbeddedUrlAllowRegex
final StringPropertyDescriptor<HTTPSamplerBaseSchema> getEmbeddedUrlAllowRegex()
-
getEmbeddedUrlExcludeRegex
final StringPropertyDescriptor<HTTPSamplerBaseSchema> getEmbeddedUrlExcludeRegex()
-
getStoreAsMD5
final BooleanPropertyDescriptor<HTTPSamplerBaseSchema> getStoreAsMD5()
-
getPostBodyRaw
final BooleanPropertyDescriptor<HTTPSamplerBaseSchema> getPostBodyRaw()
-
getIpSource
final StringPropertyDescriptor<HTTPSamplerBaseSchema> getIpSource()
-
getIpSourceType
final IntegerPropertyDescriptor<HTTPSamplerBaseSchema> getIpSourceType()
-
getFileArguments
final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, HTTPFileArgs> getFileArguments()
-
-
-
-