Class HTTPSamplerBaseSchema
-
- All Implemented Interfaces:
@API(status = API.Status.EXPERIMENTAL, since = "5.6") public abstract class HTTPSamplerBaseSchema extends TestElementSchemaLists properties of a HTTPSamplerBase.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHTTPSamplerBaseSchema.INSTANCE
-
Field Summary
Fields Modifier and Type Field Description private final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, Arguments>argumentsprivate final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, AuthManager>authManagerprivate final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, CookieManager>cookieManagerprivate final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, KeystoreConfig>keystoreConfigprivate final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, CacheManager>cacheManagerprivate final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, HeaderManager>headerManagerprivate final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, DNSCacheManager>dnsCacheManagerprivate final StringPropertyDescriptor<HTTPSamplerBaseSchema>methodprivate final StringPropertyDescriptor<HTTPSamplerBaseSchema>protocolprivate final StringPropertyDescriptor<HTTPSamplerBaseSchema>domainprivate final IntegerPropertyDescriptor<HTTPSamplerBaseSchema>portprivate final StringPropertyDescriptor<HTTPSamplerBaseSchema>pathprivate final HTTPSamplerProxyParamsSchema<HTTPSamplerBaseSchema>proxyprivate final StringPropertyDescriptor<HTTPSamplerBaseSchema>contentEncodingprivate final StringPropertyDescriptor<HTTPSamplerBaseSchema>implementationprivate final IntegerPropertyDescriptor<HTTPSamplerBaseSchema>connectTimeoutprivate final IntegerPropertyDescriptor<HTTPSamplerBaseSchema>responseTimeoutprivate final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>followRedirectsprivate final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>autoRedirectsprivate final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>useKeepaliveprivate final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>useMultipartPostprivate final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>useBrowserCompatibleMultipartprivate final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>concurrentDownloadprivate final IntegerPropertyDescriptor<HTTPSamplerBaseSchema>concurrentDownloadPoolSizeprivate final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>retrieveEmbeddedResourcesprivate final StringPropertyDescriptor<HTTPSamplerBaseSchema>embeddedUrlAllowRegexprivate final StringPropertyDescriptor<HTTPSamplerBaseSchema>embeddedUrlExcludeRegexprivate final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>storeAsMD5private final BooleanPropertyDescriptor<HTTPSamplerBaseSchema>postBodyRawprivate final StringPropertyDescriptor<HTTPSamplerBaseSchema>ipSourceprivate final IntegerPropertyDescriptor<HTTPSamplerBaseSchema>ipSourceTypeprivate final TestElementPropertyDescriptor<HTTPSamplerBaseSchema, HTTPFileArgs>fileArgumentsprivate final StringPropertyDescriptor<TestElementSchema>commentsprivate final BooleanPropertyDescriptor<TestElementSchema>enabledprivate final Map<String, BasePropertyGroupSchema<?>>groupsprivate final ClassPropertyDescriptor<TestElementSchema, JMeterGUIComponent>guiClassprivate final StringPropertyDescriptor<TestElementSchema>nameprivate final Map<String, PropertyDescriptor<?, ?>>propertiesprivate final ClassPropertyDescriptor<TestElementSchema, Object>testClasspublic final static HTTPSamplerBaseSchema.INSTANCEINSTANCE
-
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()
-
-
-
-