You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2020/12/04 21:14:54 UTC

[jmeter-site] branch asf-site updated: New release Apache JMeter 5.4

This is an automated email from the ASF dual-hosted git repository.

milamber pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/jmeter-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 3135ff8  New release Apache JMeter 5.4
3135ff8 is described below

commit 3135ff8836b0a0a4fc9a43238daf8ff745541f10
Author: Milamber <mi...@apache.org>
AuthorDate: Fri Dec 4 22:14:36 2020 +0100

    New release Apache JMeter 5.4
---
 api/allclasses-frame.html                          |   8 +-
 api/allclasses-noframe.html                        |   8 +-
 api/constant-values.html                           | 102 ++-
 api/deprecated-list.html                           |  14 +-
 api/index-all.html                                 | 489 +++++++++---
 .../apache/commons/cli/avalon/CLArgsParser.html    |   4 +-
 .../commons/cli/avalon/CLOptionDescriptor.html     |  24 +-
 api/org/apache/jmeter/DynamicClassLoader.html      |   5 +-
 api/org/apache/jmeter/SplashScreen.html            |  67 +-
 .../assertions/gui/JSONPathAssertionGui.html       |  28 +-
 .../jmespath/gui/JMESPathAssertionGui.html         |  20 +-
 .../apache/jmeter/config/RandomVariableConfig.html |  60 +-
 .../apache/jmeter/control/ModuleController.html    |   8 +-
 .../extractor/json/jmespath/JMESPathCache.html     |   4 +-
 .../extractor/json/jmespath/JMESPathExtractor.html |   4 +-
 .../extractor/json/jmespath/package-frame.html     |   1 -
 .../extractor/json/jmespath/package-summary.html   |   4 -
 .../extractor/json/jmespath/package-tree.html      |   1 -
 .../jmeter/gui/AbstractJMeterGuiComponent.html     |   8 +-
 api/org/apache/jmeter/gui/ClearGui.html            |   2 +-
 api/org/apache/jmeter/gui/GUIFactory.html          |   6 +-
 api/org/apache/jmeter/gui/GuiPackage.html          |   2 +-
 api/org/apache/jmeter/gui/JMeterGUIComponent.html  |   2 +-
 api/org/apache/jmeter/gui/action/ActionRouter.html |  44 +-
 .../jmeter/gui/action/LookAndFeelCommand.html      |  15 +-
 api/org/apache/jmeter/gui/package-tree.html        |   2 +-
 .../jmeter/gui/util/HeaderAsPropertyRenderer.html  |   7 +-
 api/org/apache/jmeter/gui/util/JMeterToolBar.html  |  35 +-
 .../jmeter/gui/util/JSyntaxSearchToolBar.html      |  19 +-
 .../apache/jmeter/gui/util/JSyntaxTextArea.html    |   2 +-
 api/org/apache/jmeter/modifiers/CounterConfig.html |  15 +-
 api/org/apache/jmeter/package-tree.html            |   6 +-
 .../bolt/config/BoltConnectionElement.html         |   4 +-
 ...artUrlConfig.html => GraphQLRequestParams.html} | 127 ++-
 .../protocol/http/config/MultipartUrlConfig.html   |   4 +-
 ...{UrlConfigGui.html => GraphQLUrlConfigGui.html} | 277 ++++---
 .../protocol/http/config/gui/HttpDefaultsGui.html  |   8 +-
 .../http/config/gui/UrlConfigDefaults.html         | 723 +++++++++++++++++
 .../protocol/http/config/gui/UrlConfigGui.html     |  60 +-
 .../protocol/http/config/gui/package-frame.html    |   2 +
 .../protocol/http/config/gui/package-summary.html  |  13 +
 .../protocol/http/config/gui/package-tree.html     |   7 +-
 .../jmeter/protocol/http/config/package-frame.html |   1 +
 .../protocol/http/config/package-summary.html      |   6 +
 .../jmeter/protocol/http/config/package-tree.html  |   1 +
 .../protocol/http/control/HeaderManager.html       |  40 +-
 .../jmeter/protocol/http/control/StaticHost.html   |   6 +-
 .../protocol/http/control/gui/AjpSamplerGui.html   |   6 +-
 ...pSamplerGui.html => GraphQLHTTPSamplerGui.html} | 126 +--
 .../http/control/gui/HttpMirrorControlGui.html     |   4 +-
 .../http/control/gui/HttpTestSampleGui.html        |  57 +-
 .../protocol/http/control/gui/package-frame.html   |   1 +
 .../protocol/http/control/gui/package-summary.html |  11 +-
 .../protocol/http/control/gui/package-tree.html    |   1 +
 .../jmeter/protocol/http/parser/BaseParser.html    |   8 +-
 .../http/proxy/AbstractSamplerCreator.html         |  34 +-
 .../protocol/http/proxy/DefaultSamplerCreator.html |   2 +-
 .../jmeter/protocol/http/proxy/HttpRequestHdr.html |  92 ++-
 .../apache/jmeter/protocol/http/proxy/Proxy.html   |  28 +-
 .../jmeter/protocol/http/proxy/ProxyControl.html   | 140 ++--
 .../jmeter/protocol/http/proxy/SamplerCreator.html |  29 +-
 .../protocol/http/proxy/SamplerCreatorFactory.html |  24 +-
 .../protocol/http/sampler/AccessLogSampler.html    |   4 +-
 .../jmeter/protocol/http/sampler/AjpSampler.html   |   4 +-
 .../jmeter/protocol/http/sampler/HTTPSampler.html  |   4 +-
 .../protocol/http/sampler/HTTPSamplerBase.html     | 315 ++++----
 .../protocol/http/sampler/HTTPSamplerProxy.html    |   4 +-
 .../jmeter/protocol/http/util/EncoderCache.html    |   4 +-
 .../http/util/GraphQLRequestParamUtils.html        | 376 +++++++++
 .../jmeter/protocol/http/util/HTTPArgument.html    |   4 +-
 .../jmeter/protocol/http/util/package-frame.html   |   1 +
 .../jmeter/protocol/http/util/package-summary.html |  18 +-
 .../jmeter/protocol/http/util/package-tree.html    |   1 +
 .../java/sampler/AbstractJavaSamplerClient.html    |  36 +-
 .../jmeter/protocol/java/sampler/JUnitSampler.html |   6 +-
 .../protocol/java/sampler/JavaSamplerContext.html  |  19 +-
 .../apache/jmeter/protocol/java/test/JavaTest.html |   2 +-
 .../jmeter/protocol/java/test/SleepTest.html       |   2 +-
 .../jdbc/JDBCTestElementBeanInfoSupport.html       |   8 +-
 .../protocol/jms/sampler/BaseJMSSampler.html       |   8 +-
 .../protocol/SynchronousTransportListener.html     |   2 +-
 .../protocol/tcp/sampler/TCPClientDecorator.html   |   8 +-
 .../processor/graph/AbstractSeriesSelector.html    |  26 +-
 .../report/processor/graph/CodeSeriesSelector.html |   2 +-
 .../report/processor/graph/NameSeriesSelector.html |   2 +-
 .../processor/graph/StaticSeriesSelector.html      |   2 +-
 .../processor/graph/StatusSeriesSelector.html      |   2 +-
 .../jmeter/reporters/AbstractListenerElement.html  |   8 +-
 .../jmeter/samplers/AbstractSampleSender.html      |   8 +-
 .../jmeter/testelement/AbstractTestElement.html    |  32 +-
 api/org/apache/jmeter/testelement/TestElement.html |  24 +-
 .../testelement/property/AbstractProperty.html     |  13 +-
 .../jmeter/testelement/property/MultiProperty.html |  13 +-
 .../testelement/property/NumberProperty.html       |  13 +-
 .../jmeter/threads/gui/AbstractThreadGroupGui.html |   8 +-
 api/org/apache/jmeter/timers/RandomTimer.html      |   8 +-
 .../jmeter/timers/gui/AbstractRandomTimerGui.html  |   8 +-
 api/org/apache/jmeter/util/BSFTestElement.html     |   8 +-
 .../apache/jmeter/util/BeanShellTestElement.html   |   8 +-
 api/org/apache/jmeter/util/JSR223TestElement.html  |   8 +-
 .../jmeter/util/ScriptingBeanInfoSupport.html      |   6 +-
 .../apache/jmeter/util/ScriptingTestElement.html   |  12 +-
 ...downClient.html => SecurityProviderLoader.html} | 135 +---
 api/org/apache/jmeter/util/ShutdownClient.html     |   4 +-
 api/org/apache/jmeter/util/package-frame.html      |   1 +
 api/org/apache/jmeter/util/package-summary.html    |  24 +-
 api/org/apache/jmeter/util/package-tree.html       |   1 +
 api/org/apache/jmeter/visualizers/Printable.html   |   2 +-
 api/org/apache/jmeter/visualizers/RenderAsXML.html |   4 +-
 .../jmeter/visualizers/SamplerResultTab.html       |   8 +-
 .../backend/AbstractBackendListenerClient.html     |  91 +--
 .../visualizers/backend/BackendListenerClient.html |  75 +-
 .../jmeter/visualizers/backend/SamplerMetric.html  |  62 +-
 .../graphite/GraphiteBackendListenerClient.html    |  31 +-
 .../graphite/SocketOutputStreamPoolFactory.html    |   2 +-
 ....html => InfluxDBRawBackendListenerClient.html} | 207 ++---
 .../influxdb/InfluxdbBackendListenerClient.html    |  39 +-
 .../backend/influxdb/package-frame.html            |   1 +
 .../backend/influxdb/package-summary.html          |  11 +-
 .../visualizers/backend/influxdb/package-tree.html |   1 +
 .../visualizers/backend/package-summary.html       |   4 +-
 .../jmeter/visualizers/gui/AbstractVisualizer.html |   8 +-
 api/org/apache/jorphan/exec/KeyToolUtils.html      |   5 +-
 api/org/apache/jorphan/exec/SystemCommand.html     |  15 +-
 .../apache/jorphan/gui/AbstractTreeTableModel.html |  19 +-
 api/org/apache/jorphan/gui/JMeterUIDefaults.html   |  29 +-
 api/org/apache/jorphan/gui/ObjectTableModel.html   |  10 +-
 api/org/apache/jorphan/gui/ObjectTableSorter.html  |  15 +-
 api/org/apache/jorphan/io/TextFile.html            |  10 +-
 api/org/apache/jorphan/math/StatCalculator.html    |  12 +-
 api/org/apache/jorphan/reflect/ClassFilter.html    |   5 +-
 api/org/apache/jorphan/util/JOrphanUtils.html      |  10 +-
 api/org/apache/jorphan/util/ThreadDumper.html      |  10 +-
 api/overview-tree.html                             |  19 +-
 api/serialized-form.html                           | 200 ++++-
 building.html                                      |   3 +
 changes.html                                       | 719 ++++++++---------
 changes_history.html                               | 851 ++++++++++++++++++++-
 demos/SimpleGraphQLTestPlan.jmx                    | 135 ++++
 download_jmeter.html                               |  26 +-
 images/screenshots/distributed-names.svg           | 590 +++++++-------
 images/screenshots/graphql-http-request-vars.png   | Bin 0 -> 110286 bytes
 images/screenshots/graphql-http-request.png        | Bin 0 -> 115587 bytes
 .../http-request-defaults-advanced-tab.png         | Bin 9455 -> 19213 bytes
 images/screenshots/http-request-advanced-tab.png   | Bin 6194 -> 18573 bytes
 images/screenshots/proxy_control.png               | Bin 9505 -> 20741 bytes
 nightly.html                                       |  12 +-
 usermanual/component_reference.html                | 305 ++++++--
 usermanual/curl.html                               |   8 +-
 usermanual/get-started.html                        |  12 +-
 .../jmeter_distributed_testing_step_by_step.html   |  24 +-
 usermanual/properties_reference.html               | 156 +++-
 usermanual/realtime-results.html                   |  23 +-
 153 files changed, 5573 insertions(+), 2256 deletions(-)

diff --git a/api/allclasses-frame.html b/api/allclasses-frame.html
index ecdd674..694a0d3 100644
--- a/api/allclasses-frame.html
+++ b/api/allclasses-frame.html
@@ -332,6 +332,10 @@
 <li><a href="org/apache/jmeter/visualizers/backend/graphite/GraphiteBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.graphite" target="classFrame">GraphiteBackendListenerClient</a></li>
 <li><a href="org/apache/jmeter/report/processor/graph/GraphKeysSelector.html" title="interface in org.apache.jmeter.report.processor.graph" target="classFrame"><span class="interfaceName">GraphKeysSelector</span></a></li>
 <li><a href="org/apache/jmeter/visualizers/GraphListener.html" title="interface in org.apache.jmeter.visualizers" target="classFrame"><span class="interfaceName">GraphListener</span></a></li>
+<li><a href="org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui" target="classFrame">GraphQLHTTPSamplerGui</a></li>
+<li><a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config" target="classFrame">GraphQLRequestParams</a></li>
+<li><a href="org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html" title="class in org.apache.jmeter.protocol.http.util" target="classFrame">GraphQLRequestParamUtils</a></li>
+<li><a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui" target="classFrame">GraphQLUrlConfigGui</a></li>
 <li><a href="org/apache/jmeter/report/processor/graph/GraphSeriesSelector.html" title="interface in org.apache.jmeter.report.processor.graph" target="classFrame"><span class="interfaceName">GraphSeriesSelector</span></a></li>
 <li><a href="org/apache/jmeter/report/processor/graph/GraphValueSelector.html" title="interface in org.apache.jmeter.report.processor.graph" target="classFrame"><span class="interfaceName">GraphValueSelector</span></a></li>
 <li><a href="org/apache/jmeter/visualizers/GraphVisualizer.html" title="class in org.apache.jmeter.visualizers" target="classFrame">GraphVisualizer</a></li>
@@ -414,6 +418,7 @@
 <li><a href="org/apache/jmeter/control/gui/IncludeControllerGui.html" title="class in org.apache.jmeter.control.gui" target="classFrame">IncludeControllerGui</a></li>
 <li><a href="org/apache/jmeter/report/processor/graph/IndexedNameSelector.html" title="class in org.apache.jmeter.report.processor.graph" target="classFrame">IndexedNameSelector</a></li>
 <li><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.influxdb" target="classFrame">InfluxdbBackendListenerClient</a></li>
+<li><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.influxdb" target="classFrame">InfluxDBRawBackendListenerClient</a></li>
 <li><a href="org/apache/jmeter/protocol/jms/client/InitialContextFactory.html" title="class in org.apache.jmeter.protocol.jms.client" target="classFrame">InitialContextFactory</a></li>
 <li><a href="org/apache/jmeter/report/config/InstanceConfiguration.html" title="class in org.apache.jmeter.report.config" target="classFrame">InstanceConfiguration</a></li>
 <li><a href="org/apache/jmeter/testelement/property/IntegerProperty.html" title="class in org.apache.jmeter.testelement.property" target="classFrame">IntegerProperty</a></li>
@@ -456,7 +461,6 @@
 <li><a href="org/apache/jmeter/assertions/jmespath/JMESPathAssertion.html" title="class in org.apache.jmeter.assertions.jmespath" target="classFrame">JMESPathAssertion</a></li>
 <li><a href="org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.html" title="class in org.apache.jmeter.assertions.jmespath.gui" target="classFrame">JMESPathAssertionGui</a></li>
 <li><a href="org/apache/jmeter/extractor/json/jmespath/JMESPathCache.html" title="class in org.apache.jmeter.extractor.json.jmespath" target="classFrame">JMESPathCache</a></li>
-<li><a href="org/apache/jmeter/extractor/json/jmespath/JMESPathCacheLoader.html" title="class in org.apache.jmeter.extractor.json.jmespath" target="classFrame">JMESPathCacheLoader</a></li>
 <li><a href="org/apache/jmeter/extractor/json/jmespath/JMESPathExtractor.html" title="class in org.apache.jmeter.extractor.json.jmespath" target="classFrame">JMESPathExtractor</a></li>
 <li><a href="org/apache/jmeter/extractor/json/jmespath/gui/JMESPathExtractorGui.html" title="class in org.apache.jmeter.extractor.json.jmespath.gui" target="classFrame">JMESPathExtractorGui</a></li>
 <li><a href="org/apache/jmeter/JMeter.html" title="class in org.apache.jmeter" target="classFrame">JMeter</a></li>
@@ -871,6 +875,7 @@
 <li><a href="org/apache/jmeter/gui/action/SearchTreeCommand.html" title="class in org.apache.jmeter.gui.action" target="classFrame">SearchTreeCommand</a></li>
 <li><a href="org/apache/jmeter/gui/action/SearchTreeDialog.html" title="class in org.apache.jmeter.gui.action" target="classFrame">SearchTreeDialog</a></li>
 <li><a href="org/apache/jmeter/visualizers/SearchTreePanel.html" title="class in org.apache.jmeter.visualizers" target="classFrame">SearchTreePanel</a></li>
+<li><a href="org/apache/jmeter/util/SecurityProviderLoader.html" title="class in org.apache.jmeter.util" target="classFrame">SecurityProviderLoader</a></li>
 <li><a href="org/apache/jmeter/protocol/smtp/sampler/gui/SecuritySettingsPanel.html" title="class in org.apache.jmeter.protocol.smtp.sampler.gui" target="classFrame">SecuritySettingsPanel</a></li>
 <li><a href="org/apache/jmeter/gui/action/SelectTemplatesDialog.html" title="class in org.apache.jmeter.gui.action" target="classFrame">SelectTemplatesDialog</a></li>
 <li><a href="org/apache/jmeter/protocol/smtp/sampler/protocol/SendMailCommand.html" title="class in org.apache.jmeter.protocol.smtp.sampler.protocol" target="classFrame">SendMailCommand</a></li>
@@ -1064,6 +1069,7 @@
 <li><a href="org/apache/jorphan/test/UnitTestManager.html" title="interface in org.apache.jorphan.test" target="classFrame"><span class="interfaceName">UnitTestManager</span></a></li>
 <li><a href="org/apache/jmeter/gui/UnsharedComponent.html" title="interface in org.apache.jmeter.gui" target="classFrame"><span class="interfaceName">UnsharedComponent</span></a></li>
 <li><a href="org/apache/jmeter/protocol/http/parser/URLCollection.html" title="class in org.apache.jmeter.protocol.http.parser" target="classFrame">URLCollection</a></li>
+<li><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui" target="classFrame">UrlConfigDefaults</a></li>
 <li><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui" target="classFrame">UrlConfigGui</a></li>
 <li><a href="org/apache/jmeter/functions/UrlDecode.html" title="class in org.apache.jmeter.functions" target="classFrame">UrlDecode</a></li>
 <li><a href="org/apache/jmeter/functions/UrlEncode.html" title="class in org.apache.jmeter.functions" target="classFrame">UrlEncode</a></li>
diff --git a/api/allclasses-noframe.html b/api/allclasses-noframe.html
index 2cee763..af0b90d 100644
--- a/api/allclasses-noframe.html
+++ b/api/allclasses-noframe.html
@@ -332,6 +332,10 @@
 <li><a href="org/apache/jmeter/visualizers/backend/graphite/GraphiteBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.graphite">GraphiteBackendListenerClient</a></li>
 <li><a href="org/apache/jmeter/report/processor/graph/GraphKeysSelector.html" title="interface in org.apache.jmeter.report.processor.graph"><span class="interfaceName">GraphKeysSelector</span></a></li>
 <li><a href="org/apache/jmeter/visualizers/GraphListener.html" title="interface in org.apache.jmeter.visualizers"><span class="interfaceName">GraphListener</span></a></li>
+<li><a href="org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">GraphQLHTTPSamplerGui</a></li>
+<li><a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config">GraphQLRequestParams</a></li>
+<li><a href="org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html" title="class in org.apache.jmeter.protocol.http.util">GraphQLRequestParamUtils</a></li>
+<li><a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">GraphQLUrlConfigGui</a></li>
 <li><a href="org/apache/jmeter/report/processor/graph/GraphSeriesSelector.html" title="interface in org.apache.jmeter.report.processor.graph"><span class="interfaceName">GraphSeriesSelector</span></a></li>
 <li><a href="org/apache/jmeter/report/processor/graph/GraphValueSelector.html" title="interface in org.apache.jmeter.report.processor.graph"><span class="interfaceName">GraphValueSelector</span></a></li>
 <li><a href="org/apache/jmeter/visualizers/GraphVisualizer.html" title="class in org.apache.jmeter.visualizers">GraphVisualizer</a></li>
@@ -414,6 +418,7 @@
 <li><a href="org/apache/jmeter/control/gui/IncludeControllerGui.html" title="class in org.apache.jmeter.control.gui">IncludeControllerGui</a></li>
 <li><a href="org/apache/jmeter/report/processor/graph/IndexedNameSelector.html" title="class in org.apache.jmeter.report.processor.graph">IndexedNameSelector</a></li>
 <li><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.influxdb">InfluxdbBackendListenerClient</a></li>
+<li><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.influxdb">InfluxDBRawBackendListenerClient</a></li>
 <li><a href="org/apache/jmeter/protocol/jms/client/InitialContextFactory.html" title="class in org.apache.jmeter.protocol.jms.client">InitialContextFactory</a></li>
 <li><a href="org/apache/jmeter/report/config/InstanceConfiguration.html" title="class in org.apache.jmeter.report.config">InstanceConfiguration</a></li>
 <li><a href="org/apache/jmeter/testelement/property/IntegerProperty.html" title="class in org.apache.jmeter.testelement.property">IntegerProperty</a></li>
@@ -456,7 +461,6 @@
 <li><a href="org/apache/jmeter/assertions/jmespath/JMESPathAssertion.html" title="class in org.apache.jmeter.assertions.jmespath">JMESPathAssertion</a></li>
 <li><a href="org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.html" title="class in org.apache.jmeter.assertions.jmespath.gui">JMESPathAssertionGui</a></li>
 <li><a href="org/apache/jmeter/extractor/json/jmespath/JMESPathCache.html" title="class in org.apache.jmeter.extractor.json.jmespath">JMESPathCache</a></li>
-<li><a href="org/apache/jmeter/extractor/json/jmespath/JMESPathCacheLoader.html" title="class in org.apache.jmeter.extractor.json.jmespath">JMESPathCacheLoader</a></li>
 <li><a href="org/apache/jmeter/extractor/json/jmespath/JMESPathExtractor.html" title="class in org.apache.jmeter.extractor.json.jmespath">JMESPathExtractor</a></li>
 <li><a href="org/apache/jmeter/extractor/json/jmespath/gui/JMESPathExtractorGui.html" title="class in org.apache.jmeter.extractor.json.jmespath.gui">JMESPathExtractorGui</a></li>
 <li><a href="org/apache/jmeter/JMeter.html" title="class in org.apache.jmeter">JMeter</a></li>
@@ -871,6 +875,7 @@
 <li><a href="org/apache/jmeter/gui/action/SearchTreeCommand.html" title="class in org.apache.jmeter.gui.action">SearchTreeCommand</a></li>
 <li><a href="org/apache/jmeter/gui/action/SearchTreeDialog.html" title="class in org.apache.jmeter.gui.action">SearchTreeDialog</a></li>
 <li><a href="org/apache/jmeter/visualizers/SearchTreePanel.html" title="class in org.apache.jmeter.visualizers">SearchTreePanel</a></li>
+<li><a href="org/apache/jmeter/util/SecurityProviderLoader.html" title="class in org.apache.jmeter.util">SecurityProviderLoader</a></li>
 <li><a href="org/apache/jmeter/protocol/smtp/sampler/gui/SecuritySettingsPanel.html" title="class in org.apache.jmeter.protocol.smtp.sampler.gui">SecuritySettingsPanel</a></li>
 <li><a href="org/apache/jmeter/gui/action/SelectTemplatesDialog.html" title="class in org.apache.jmeter.gui.action">SelectTemplatesDialog</a></li>
 <li><a href="org/apache/jmeter/protocol/smtp/sampler/protocol/SendMailCommand.html" title="class in org.apache.jmeter.protocol.smtp.sampler.protocol">SendMailCommand</a></li>
@@ -1064,6 +1069,7 @@
 <li><a href="org/apache/jorphan/test/UnitTestManager.html" title="interface in org.apache.jorphan.test"><span class="interfaceName">UnitTestManager</span></a></li>
 <li><a href="org/apache/jmeter/gui/UnsharedComponent.html" title="interface in org.apache.jmeter.gui"><span class="interfaceName">UnsharedComponent</span></a></li>
 <li><a href="org/apache/jmeter/protocol/http/parser/URLCollection.html" title="class in org.apache.jmeter.protocol.http.parser">URLCollection</a></li>
+<li><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></li>
 <li><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a></li>
 <li><a href="org/apache/jmeter/functions/UrlDecode.html" title="class in org.apache.jmeter.functions">UrlDecode</a></li>
 <li><a href="org/apache/jmeter/functions/UrlEncode.html" title="class in org.apache.jmeter.functions">UrlEncode</a></li>
diff --git a/api/constant-values.html b/api/constant-values.html
index 748b256..36cb5ca 100644
--- a/api/constant-values.html
+++ b/api/constant-values.html
@@ -2245,6 +2245,41 @@
 <ul class="blockList">
 <li class="blockList">
 <table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">GraphQLUrlConfigGui</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.jmeter.protocol.http.config.gui.GraphQLUrlConfigGui.OPERATION_NAME">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#OPERATION_NAME">OPERATION_NAME</a></code></td>
+<td class="colLast"><code>"GraphQLHTTPSampler.operationName"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.jmeter.protocol.http.config.gui.GraphQLUrlConfigGui.QUERY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#QUERY">QUERY</a></code></td>
+<td class="colLast"><code>"GraphQLHTTPSampler.query"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.jmeter.protocol.http.config.gui.GraphQLUrlConfigGui.VARIABLES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#VARIABLES">VARIABLES</a></code></td>
+<td class="colLast"><code>"GraphQLHTTPSampler.variables"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
 <caption><span>org.apache.jmeter.protocol.http.control.<a href="org/apache/jmeter/protocol/http/control/AuthManager.html" title="class in org.apache.jmeter.protocol.http.control">AuthManager</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
@@ -2930,216 +2965,223 @@
 <td class="colLast"><code>"HTTPSampler.domain"</code></td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.EMBEDDED_URL_EXCLUDE_RE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#EMBEDDED_URL_EXCLUDE_RE">EMBEDDED_URL_EXCLUDE_RE</a></code></td>
+<td class="colLast"><code>"HTTPSampler.embedded_url_exclude_re"</code></td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.EMBEDDED_URL_RE">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#EMBEDDED_URL_RE">EMBEDDED_URL_RE</a></code></td>
 <td class="colLast"><code>"HTTPSampler.embedded_url_re"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.FOLLOW_REDIRECTS">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#FOLLOW_REDIRECTS">FOLLOW_REDIRECTS</a></code></td>
 <td class="colLast"><code>"HTTPSampler.follow_redirects"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.HEADER_MANAGER">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#HEADER_MANAGER">HEADER_MANAGER</a></code></td>
 <td class="colLast"><code>"HTTPSampler.header_manager"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.IMAGE_PARSER">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#IMAGE_PARSER">IMAGE_PARSER</a></code></td>
 <td class="colLast"><code>"HTTPSampler.image_parser"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.IMPLEMENTATION">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#IMPLEMENTATION">IMPLEMENTATION</a></code></td>
 <td class="colLast"><code>"HTTPSampler.implementation"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.IP_SOURCE">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#IP_SOURCE">IP_SOURCE</a></code></td>
 <td class="colLast"><code>"HTTPSampler.ipSource"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.IP_SOURCE_TYPE">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#IP_SOURCE_TYPE">IP_SOURCE_TYPE</a></code></td>
 <td class="colLast"><code>"HTTPSampler.ipSourceType"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.KEYSTORE_CONFIG">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#KEYSTORE_CONFIG">KEYSTORE_CONFIG</a></code></td>
 <td class="colLast"><code>"HTTPSampler.keystore_configuration"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.MD5">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#MD5">MD5</a></code></td>
 <td class="colLast"><code>"HTTPSampler.md5"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.METHOD">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#METHOD">METHOD</a></code></td>
 <td class="colLast"><code>"HTTPSampler.method"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.MONITOR">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#MONITOR">MONITOR</a></code></td>
 <td class="colLast"><code>"HTTPSampler.monitor"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.NON_HTTP_RESPONSE_CODE">
 <!--   -->
 </a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#NON_HTTP_RESPONSE_CODE">NON_HTTP_RESPONSE_CODE</a></code></td>
 <td class="colLast"><code>"Non HTTP response code"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.NON_HTTP_RESPONSE_MESSAGE">
 <!--   -->
 </a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#NON_HTTP_RESPONSE_MESSAGE">NON_HTTP_RESPONSE_MESSAGE</a></code></td>
 <td class="colLast"><code>"Non HTTP response message"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.PATH">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#PATH">PATH</a></code></td>
 <td class="colLast"><code>"HTTPSampler.path"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.PORT">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#PORT">PORT</a></code></td>
 <td class="colLast"><code>"HTTPSampler.port"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.POST_BODY_RAW">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#POST_BODY_RAW">POST_BODY_RAW</a></code></td>
 <td class="colLast"><code>"HTTPSampler.postBodyRaw"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.POST_BODY_RAW_DEFAULT">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#POST_BODY_RAW_DEFAULT">POST_BODY_RAW_DEFAULT</a></code></td>
 <td class="colLast"><code>false</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.PROTOCOL">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#PROTOCOL">PROTOCOL</a></code></td>
 <td class="colLast"><code>"HTTPSampler.protocol"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.PROXYHOST">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#PROXYHOST">PROXYHOST</a></code></td>
 <td class="colLast"><code>"HTTPSampler.proxyHost"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.PROXYPASS">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#PROXYPASS">PROXYPASS</a></code></td>
 <td class="colLast"><code>"HTTPSampler.proxyPass"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.PROXYPORT">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#PROXYPORT">PROXYPORT</a></code></td>
 <td class="colLast"><code>"HTTPSampler.proxyPort"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.PROXYSCHEME">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#PROXYSCHEME">PROXYSCHEME</a></code></td>
 <td class="colLast"><code>"HTTPSampler.proxyScheme"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.PROXYUSER">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#PROXYUSER">PROXYUSER</a></code></td>
 <td class="colLast"><code>"HTTPSampler.proxyUser"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.RESPONSE_TIMEOUT">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#RESPONSE_TIMEOUT">RESPONSE_TIMEOUT</a></code></td>
 <td class="colLast"><code>"HTTPSampler.response_timeout"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.SAMPLE_TIMEOUT">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#SAMPLE_TIMEOUT">SAMPLE_TIMEOUT</a></code></td>
 <td class="colLast"><code>"HTTPSampler.sample_timeout"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.UNSPECIFIED_PORT">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#UNSPECIFIED_PORT">UNSPECIFIED_PORT</a></code></td>
 <td class="colLast"><code>0</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.UNSPECIFIED_PORT_AS_STRING">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#UNSPECIFIED_PORT_AS_STRING">UNSPECIFIED_PORT_AS_STRING</a></code></td>
 <td class="colLast"><code>"0"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.URL">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#URL">URL</a></code></td>
 <td class="colLast"><code>"HTTPSampler.URL"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.URL_UNSPECIFIED_PORT">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#URL_UNSPECIFIED_PORT">URL_UNSPECIFIED_PORT</a></code></td>
 <td class="colLast"><code>-1</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.URL_UNSPECIFIED_PORT_AS_STRING">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#URL_UNSPECIFIED_PORT_AS_STRING">URL_UNSPECIFIED_PORT_AS_STRING</a></code></td>
 <td class="colLast"><code>"-1"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.USE_KEEPALIVE">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
diff --git a/api/deprecated-list.html b/api/deprecated-list.html
index 5e131d8..4d7aa59 100644
--- a/api/deprecated-list.html
+++ b/api/deprecated-list.html
@@ -288,7 +288,7 @@
 </tr>
 <tr class="altColor">
 <td class="colOne"><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getDoMultipartPost--">org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.getDoMultipartPost()</a>
-<div class="block"><span class="deprecationComment">use <a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getDoMultipartPost--"><code>HTTPSamplerBase.getDoMultipartPost()</code></a></span></div>
+<div class="block"><span class="deprecationComment">use <a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getDoMultipart--"><code>HTTPSamplerBase.getDoMultipart()</code></a></span></div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -300,16 +300,6 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getLogger--">org.apache.jmeter.visualizers.backend.AbstractBackendListenerClient.getLogger()</a>
-<div class="block"><span class="deprecationComment">Will be removed in 3.3, use <a href="org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getNewLogger--"><code>AbstractBackendListenerClient.getNewLogger()</code></a></span></div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a href="org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#getLogger--">org.apache.jmeter.protocol.java.sampler.AbstractJavaSamplerClient.getLogger()</a>
-<div class="block"><span class="deprecationComment">Will be removed in 3.3, use <a href="org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#getNewLogger--"><code>AbstractJavaSamplerClient.getNewLogger()</code></a></span></div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colOne"><a href="org/apache/jorphan/logging/LoggingManager.html#getLoggerForShortName-java.lang.String-">org.apache.jorphan.logging.LoggingManager.getLoggerForShortName(String)</a>
 <div class="block"><span class="deprecationComment">since 3.2, use SLF4J for logging</span></div>
 </td>
@@ -635,7 +625,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colOne"><a href="org/apache/jmeter/gui/util/HeaderAsPropertyRenderer.html#HeaderAsPropertyRenderer-java.lang.Object:A:A-">org.apache.jmeter.gui.util.HeaderAsPropertyRenderer(Object[][])</a>
-<div class="block"><span class="deprecationComment">don't use <code>columnsMgsParameters</code> as they are
+<div class="block"><span class="deprecationComment">don't use <code>columnsMsgParameters</code> as they are
  not moved around when rows of the corresponding table object model
  are moved.</span></div>
 </td>
diff --git a/api/index-all.html b/api/index-all.html
index d57e810..6c4b5f8 100644
--- a/api/index-all.html
+++ b/api/index-all.html
@@ -403,7 +403,9 @@
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/report/processor/ValueResultData.html#accept-org.apache.jmeter.report.processor.ResultDataVisitor-">accept(ResultDataVisitor&lt;T&gt;)</a></span> - Method in class org.apache.jmeter.report.processor.<a href="org/apache/jmeter/report/processor/ValueResultData.html" title="class in org.apache.jmeter.report.processor">ValueResultData</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/reflect/ClassFilter.html#accept-java.lang.String-">accept(String)</a></span> - Method in interface org.apache.jorphan.reflect.<a href="org/apache/jorphan/reflect/ClassFilter.html" title="interface in org.apache.jorphan.reflect">ClassFilter</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns true if class is included.</div>
+</dd>
 <dt><a href="org/apache/jmeter/protocol/http/sampler/AccessLogSampler.html" title="class in org.apache.jmeter.protocol.http.sampler"><span class="typeNameLink">AccessLogSampler</span></a> - Class in <a href="org/apache/jmeter/protocol/http/sampler/package-summary.html">org.apache.jmeter.protocol.http.sampler</a></dt>
 <dd>
 <div class="block">Description: <br>
@@ -953,6 +955,10 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/HC4CookieHandler.html#addCookieFromHeader-org.apache.jmeter.protocol.http.control.CookieManager-boolean-java.lang.String-java.net.URL-">addCookieFromHeader(CookieManager, boolean, String, URL)</a></span> - Method in class org.apache.jmeter.protocol.http.control.<a href="org/apache/jmeter/protocol/http/control/HC4CookieHandler.html" title="class in org.apache.jmeter.protocol.http.control">HC4CookieHandler</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/SamplerMetric.html#addCumulated-org.apache.jmeter.samplers.SampleResult-">addCumulated(SampleResult)</a></span> - Method in class org.apache.jmeter.visualizers.backend.<a href="org/apache/jmeter/visualizers/backend/SamplerMetric.html" title="class in org.apache.jmeter.visualizers.backend">SamplerMetric</a></dt>
+<dd>
+<div class="block">Add a <a href="org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers"><code>SampleResult</code></a> and its sub-results to be used in the statistics</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/mail/sampler/MailReaderSampler.html#addCustomProperties-java.util.Properties-">addCustomProperties(Properties)</a></span> - Method in class org.apache.jmeter.protocol.mail.sampler.<a href="org/apache/jmeter/protocol/mail/sampler/MailReaderSampler.html" title="class in org.apache.jmeter.protocol.mail.sampler">MailReaderSampler</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/curl/BasicCurlParser.Request.html#addDnsServers-java.lang.String-">addDnsServers(String)</a></span> - Method in class org.apache.jmeter.protocol.http.curl.<a href="org/apache/jmeter/protocol/http/curl/BasicCurlParser.Request.html" title="class in org.apache.jmeter.protocol.http.curl">BasicCurlParser.Request</a></dt>
@@ -1057,6 +1063,8 @@
 <div class="block">adds a new File to the HTTPFileArgs list to be uploaded with http
  request.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/util/JMeterToolBar.html#addImpl-java.awt.Component-java.lang.Object-int-">addImpl(Component, Object, int)</a></span> - Method in class org.apache.jmeter.gui.util.<a href="org/apache/jmeter/gui/util/JMeterToolBar.html" title="class in org.apache.jmeter.gui.util">JMeterToolBar</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html#addIncludedPattern-java.lang.String-">addIncludedPattern(String)</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html" title="class in org.apache.jmeter.protocol.http.proxy">ProxyControl</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testelement/property/CollectionProperty.html#addItem-java.lang.Object-">addItem(Object)</a></span> - Method in class org.apache.jmeter.testelement.property.<a href="org/apache/jmeter/testelement/property/CollectionProperty.html" title="class in org.apache.jmeter.testelement.property">CollectionProperty</a></dt>
@@ -1293,6 +1301,10 @@
 <dd>
 <div class="block">Add Sample Listener</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/util/SecurityProviderLoader.html#addSecurityProvider-java.util.Properties-">addSecurityProvider(Properties)</a></span> - Static method in class org.apache.jmeter.util.<a href="org/apache/jmeter/util/SecurityProviderLoader.html" title="class in org.apache.jmeter.util">SecurityProviderLoader</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/util/SecurityProviderLoader.html#addSecurityProvider-java.lang.String-">addSecurityProvider(String)</a></span> - Static method in class org.apache.jmeter.util.<a href="org/apache/jmeter/util/SecurityProviderLoader.html" title="class in org.apache.jmeter.util">SecurityProviderLoader</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/math/StatCalculator.html#addSentBytes-long-">addSentBytes(long)</a></span> - Method in class org.apache.jorphan.math.<a href="org/apache/jorphan/math/StatCalculator.html" title="class in org.apache.jorphan.math">StatCalculator</a></dt>
 <dd>
 <div class="block">Add to sent bytes</div>
@@ -1913,8 +1925,8 @@
 </dd>
 <dt><a href="org/apache/jmeter/visualizers/backend/BackendListenerClient.html" title="interface in org.apache.jmeter.visualizers.backend"><span class="typeNameLink">BackendListenerClient</span></a> - Interface in <a href="org/apache/jmeter/visualizers/backend/package-summary.html">org.apache.jmeter.visualizers.backend</a></dt>
 <dd>
-<div class="block">This interface defines the interactions between the BackendListener and external
- Java programs which can be executed by JMeter.</div>
+<div class="block">This interface defines the interactions between the <a href="org/apache/jmeter/visualizers/backend/BackendListener.html" title="class in org.apache.jmeter.visualizers.backend"><code>BackendListener</code></a>
+ and external Java programs which can be executed by JMeter.</div>
 </dd>
 <dt><a href="org/apache/jmeter/visualizers/backend/BackendListenerContext.html" title="class in org.apache.jmeter.visualizers.backend"><span class="typeNameLink">BackendListenerContext</span></a> - Class in <a href="org/apache/jmeter/visualizers/backend/package-summary.html">org.apache.jmeter.visualizers.backend</a></dt>
 <dd>
@@ -2303,6 +2315,10 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html#buildCache-java.lang.String-">buildCache(String)</a></span> - Static method in class org.apache.jmeter.protocol.jms.sampler.<a href="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">PublisherSampler</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html#buildPanel--">buildPanel()</a></span> - Method in class org.apache.jmeter.assertions.gui.<a href="org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html" title="class in org.apache.jmeter.assertions.gui">JSONPathAssertionGui</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.html#buildPanel--">buildPanel()</a></span> - Method in class org.apache.jmeter.assertions.jmespath.gui.<a href="org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.html" title="class in org.apache.jmeter.assertions.jmespath.gui">JMESPathAssertionGui</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/gui/JMeterUIDefaults.html#BUTTON_ERROR_FOREGROUND">BUTTON_ERROR_FOREGROUND</a></span> - Static variable in class org.apache.jorphan.gui.<a href="org/apache/jorphan/gui/JMeterUIDefaults.html" title="class in org.apache.jorphan.gui">JMeterUIDefaults</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/gui/JMeterUIDefaults.html#BUTTON_SMALL_FONT">BUTTON_SMALL_FONT</a></span> - Static variable in class org.apache.jorphan.gui.<a href="org/apache/jorphan/gui/JMeterUIDefaults.html" title="class in org.apache.jorphan.gui">JMeterUIDefaults</a></dt>
@@ -2908,7 +2924,6 @@
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/RenderAsCssJQuery.html#clearData--">clearData()</a></span> - Method in class org.apache.jmeter.visualizers.<a href="org/apache/jmeter/visualizers/RenderAsCssJQuery.html" title="class in org.apache.jmeter.visualizers">RenderAsCssJQuery</a></dt>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/RenderAsRegexp.html#clearData--">clearData()</a></span> - Method in class org.apache.jmeter.visualizers.<a href="org/apache/jmeter/visualizers/RenderAsRegexp.html" title="class in org.apache.jmeter.visualizers">RenderAsRegexp</a></dt>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/RenderAsXML.html#clearData--">clearData()</a></span> - Method in class org.apache.jmeter.visualizers.<a href="org/apache/jmeter/visualizers/RenderAsXML.html" title="class in org.apache.jmeter.visualizers">RenderAsXML</a></dt>
-<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/RenderAsXPath.html#clearData--">clearData()</a></span> - Method in class org.apache.jmeter.visualizers.<a href="org/apache/jmeter/visualizers/RenderAsXPath.html" title="class in org.apache.jmeter.visualizers">RenderAsXPath</a></dt>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/RenderAsXPath2.html#clearData--">clearData()</a></span> - Method in class org.apache.jmeter.visualizers.<a href="org/apache/jmeter/visualizers/RenderAsXPath2.html" title="class in org.apache.jmeter.visualizers">RenderAsXPath2</a></dt>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/RenderInBrowser.html#clearData--">clearData()</a></span> - Method in class org.apache.jmeter.visualizers.<a href="org/apache/jmeter/visualizers/RenderInBrowser.html" title="class in org.apache.jmeter.visualizers">RenderInBrowser</a></dt>
@@ -4049,6 +4064,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/ftp/control/gui/FtpTestSamplerGui.html#configure-org.apache.jmeter.testelement.TestElement-">configure(TestElement)</a></span> - Method in class org.apache.jmeter.protocol.ftp.control.gui.<a href="org/apache/jmeter/protocol/ftp/control/gui/FtpTestSamplerGui.html" title="class in org.apache.jmeter.protocol.ftp.control.gui">FtpTestSamplerGui</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#configure-org.apache.jmeter.testelement.TestElement-">configure(TestElement)</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">GraphQLUrlConfigGui</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html#configure-org.apache.jmeter.testelement.TestElement-">configure(TestElement)</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">HttpDefaultsGui</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#configure-org.apache.jmeter.testelement.TestElement-">configure(TestElement)</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a></dt>
@@ -4701,6 +4718,7 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html#createEmbeddedRsrcPanel--">createEmbeddedRsrcPanel()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">HttpDefaultsGui</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html#createEmbeddedRsrcPanel--">createEmbeddedRsrcPanel()</a></span> - Method in class org.apache.jmeter.protocol.http.control.gui.<a href="org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">GraphQLHTTPSamplerGui</a></dt>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#createEmbeddedRsrcPanel--">createEmbeddedRsrcPanel()</a></span> - Method in class org.apache.jmeter.protocol.http.control.gui.<a href="org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">HttpTestSampleGui</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/parser/HtmlParsingUtils.html#createEmptyDoc--">createEmptyDoc()</a></span> - Static method in class org.apache.jmeter.protocol.http.parser.<a href="org/apache/jmeter/protocol/http/parser/HtmlParsingUtils.html" title="class in org.apache.jmeter.protocol.http.parser">HtmlParsingUtils</a></dt>
@@ -4709,6 +4727,8 @@
 <dd>
 <div class="block">A factory method that might be overridden for unit testing</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jorphan/gui/JMeterUIDefaults.html#createFont-java.lang.String-int-int-">createFont(String, int, int)</a></span> - Static method in class org.apache.jorphan.gui.<a href="org/apache/jorphan/gui/JMeterUIDefaults.html" title="class in org.apache.jorphan.gui">JMeterUIDefaults</a></dt>
+<dd>&nbsp;</dd>
 <dt><a href="org/apache/jmeter/gui/action/CreateFunctionDialog.html" title="class in org.apache.jmeter.gui.action"><span class="typeNameLink">CreateFunctionDialog</span></a> - Class in <a href="org/apache/jmeter/gui/action/package-summary.html">org.apache.jmeter.gui.action</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/action/CreateFunctionDialog.html#CreateFunctionDialog--">CreateFunctionDialog()</a></span> - Constructor for class org.apache.jmeter.gui.action.<a href="org/apache/jmeter/gui/action/CreateFunctionDialog.html" title="class in org.apache.jmeter.gui.action">CreateFunctionDialog</a></dt>
@@ -4757,6 +4777,10 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/gui/HeaderPanel.html#createHeaderTablePanel--">createHeaderTablePanel()</a></span> - Method in class org.apache.jmeter.protocol.http.gui.<a href="org/apache/jmeter/protocol/http/gui/HeaderPanel.html" title="class in org.apache.jmeter.protocol.http.gui">HeaderPanel</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#createHTTPArgumentsTestElement--">createHTTPArgumentsTestElement()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a></dt>
+<dd>
+<div class="block">Create a new <a href="org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config"><code>Arguments</code></a> instance associated with the specific GUI used in this component.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/report/processor/AbstractAggregatorFactory.html#createKeyAggregator--">createKeyAggregator()</a></span> - Method in class org.apache.jmeter.report.processor.<a href="org/apache/jmeter/report/processor/AbstractAggregatorFactory.html" title="class in org.apache.jmeter.report.processor">AbstractAggregatorFactory</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/report/processor/AggregatorFactory.html#createKeyAggregator--">createKeyAggregator()</a></span> - Method in interface org.apache.jmeter.report.processor.<a href="org/apache/jmeter/report/processor/AggregatorFactory.html" title="interface in org.apache.jmeter.report.processor">AggregatorFactory</a></dt>
@@ -4998,11 +5022,6 @@
 <dd>
 <div class="block">Create HTTPSampleResult filling url, method and SampleLabel.</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#createSampleResult-org.apache.jmeter.visualizers.backend.BackendListenerContext-org.apache.jmeter.samplers.SampleResult-">createSampleResult(BackendListenerContext, SampleResult)</a></span> - Method in class org.apache.jmeter.visualizers.backend.<a href="org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.ba [...]
-<dd>
-<div class="block">Create a copy of SampleResult, this method is here to allow customizing
- what is kept in the copy, for example copy could remove some useless fields.</div>
-</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/BackendListenerClient.html#createSampleResult-org.apache.jmeter.visualizers.backend.BackendListenerContext-org.apache.jmeter.samplers.SampleResult-">createSampleResult(BackendListenerContext, SampleResult)</a></span> - Method in interface org.apache.jmeter.visualizers.backend.<a href="org/apache/jmeter/visualizers/backend/BackendListenerClient.html" title="interface in org.apache.jmeter.visualizers.backend">B [...]
 <dd>
 <div class="block">Create a copy of SampleResult, this method is here to allow customizing
@@ -5097,6 +5116,11 @@
 <dd>
 <div class="block">Create a given number of <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Stroke.html?is-external=true" title="class or interface in java.awt"><code>Stroke</code></a>s</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#createTabbedConfigPane--">createTabbedConfigPane()</a></span> - Method in class org.apache.jmeter.protocol.http.control.gui.<a href="org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">HttpTestSampleGui</a></dt>
+<dd>
+<div class="block">Create the parameters configuration tabstrip which includes the Basic tab (<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>)
+ and the Advanced tab by default.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/ldap/sampler/LdapClient.html#createTest-javax.naming.directory.BasicAttributes-java.lang.String-">createTest(BasicAttributes, String)</a></span> - Method in class org.apache.jmeter.protocol.ldap.sampler.<a href="org/apache/jmeter/protocol/ldap/sampler/LdapClient.html" title="class in org.apache.jmeter.protocol.ldap.sampler">LdapClient</a></dt>
 <dd>
 <div class="block">Create the attribute in the ldap directory for the given string.</div>
@@ -5452,6 +5476,14 @@
 <div class="block">Override UndoManager to allow disabling if feature causes issues
  See <a href="https://github.com/bobbylight/RSyntaxTextArea/issues/19">Issue 19 on RSyntaxTextArea</a></div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html#createUrlConfigGui--">createUrlConfigGui()</a></span> - Method in class org.apache.jmeter.protocol.http.control.gui.<a href="org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">GraphQLHTTPSamplerGui</a></dt>
+<dd>
+<div class="block">Create a <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a> which is used as the Basic tab in the parameters configuration tabstrip.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#createUrlConfigGui--">createUrlConfigGui()</a></span> - Method in class org.apache.jmeter.protocol.http.control.gui.<a href="org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">HttpTestSampleGui</a></dt>
+<dd>
+<div class="block">Create a <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a> which is used as the Basic tab in the parameters configuration tabstrip.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/parser/HtmlParsingUtils.html#createUrlFromAnchor-java.lang.String-java.net.URL-">createUrlFromAnchor(String, URL)</a></span> - Static method in class org.apache.jmeter.protocol.http.parser.<a href="org/apache/jmeter/protocol/http/parser/HtmlParsingUtils.html" title="class in org.apache.jmeter.protocol.http.parser">HtmlParsingUtils</a></dt>
 <dd>
 <div class="block">Create a new Sampler based on an HREF string plus a contextual URL
@@ -6591,6 +6623,8 @@
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/report/processor/graph/ElapsedTimeValueSelector.html#ElapsedTimeValueSelector-boolean-">ElapsedTimeValueSelector(boolean)</a></span> - Constructor for class org.apache.jmeter.report.processor.graph.<a href="org/apache/jmeter/report/processor/graph/ElapsedTimeValueSelector.html" title="class in org.apache.jmeter.report.processor.graph">ElapsedTimeValueSelector</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#EMBEDDED_URL_EXCLUDE_RE">EMBEDDED_URL_EXCLUDE_RE</a></span> - Static variable in class org.apache.jmeter.protocol.http.sampler.<a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#EMBEDDED_URL_RE">EMBEDDED_URL_RE</a></span> - Static variable in class org.apache.jmeter.protocol.http.sampler.<a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/smtp/sampler/SmtpSampler.html#EML_MESSAGE_TO_SEND">EML_MESSAGE_TO_SEND</a></span> - Static variable in class org.apache.jmeter.protocol.smtp.sampler.<a href="org/apache/jmeter/protocol/smtp/sampler/SmtpSampler.html" title="class in org.apache.jmeter.protocol.smtp.sampler">SmtpSampler</a></dt>
@@ -7788,7 +7822,9 @@
 <div class="block">Format a date using a given pattern</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/util/JOrphanUtils.html#formatDuration-long-">formatDuration(long)</a></span> - Static method in class org.apache.jorphan.util.<a href="org/apache/jorphan/util/JOrphanUtils.html" title="class in org.apache.jorphan.util">JOrphanUtils</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns duration formatted with format HH:mm:ss.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/util/JMeterUtils.html#formatJMeterExportedVariableName-java.lang.String-">formatJMeterExportedVariableName(String)</a></span> - Static method in class org.apache.jmeter.util.<a href="org/apache/jmeter/util/JMeterUtils.html" title="class in org.apache.jmeter.util">JMeterUtils</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/gui/NumberRenderer.html#formatter">formatter</a></span> - Variable in class org.apache.jorphan.gui.<a href="org/apache/jorphan/gui/NumberRenderer.html" title="class in org.apache.jorphan.gui">NumberRenderer</a></dt>
@@ -8015,7 +8051,9 @@
  (signed by the Root CA certificate) that can be used to sign server certificates.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/util/JOrphanUtils.html#generateRandomAlphanumericPassword-int-">generateRandomAlphanumericPassword(int)</a></span> - Static method in class org.apache.jorphan.util.<a href="org/apache/jorphan/util/JOrphanUtils.html" title="class in org.apache.jorphan.util">JOrphanUtils</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Random alphanumeric password of a given length.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/util/accesslog/Generator.html#generateRequest--">generateRequest()</a></span> - Method in interface org.apache.jmeter.protocol.http.util.accesslog.<a href="org/apache/jmeter/protocol/http/util/accesslog/Generator.html" title="interface in org.apache.jmeter.protocol.http.util.accesslog">Generator</a></dt>
 <dd>
 <div class="block">The method is responsible for calling the necessary methods to generate a
@@ -9229,7 +9267,9 @@
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testelement/AbstractTestElement.html#getComment--">getComment()</a></span> - Method in class org.apache.jmeter.testelement.<a href="org/apache/jmeter/testelement/AbstractTestElement.html" title="class in org.apache.jmeter.testelement">AbstractTestElement</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testelement/TestElement.html#getComment--">getComment()</a></span> - Method in interface org.apache.jmeter.testelement.<a href="org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns comment associated with this element.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#getCommunicationstyle--">getCommunicationstyle()</a></span> - Method in class org.apache.jmeter.protocol.jms.sampler.<a href="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#getCommunicationstyleString--">getCommunicationstyleString()</a></span> - Method in class org.apache.jmeter.protocol.jms.sampler.<a href="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</a></dt>
@@ -9721,6 +9761,10 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/util/MenuFactory.html#getDefaultMenu--">getDefaultMenu()</a></span> - Static method in class org.apache.jmeter.gui.util.<a href="org/apache/jmeter/gui/util/MenuFactory.html" title="class in org.apache.jmeter.gui.util">MenuFactory</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#getDefaultMethod--">getDefaultMethod()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>
+<div class="block">Return the default HTTP method to be selected in the <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#getDefaultParameters--">getDefaultParameters()</a></span> - Method in class org.apache.jmeter.protocol.java.sampler.<a href="org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html" title="class in org.apache.jmeter.protocol.java.sampler">AbstractJavaSamplerClient</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/java/sampler/JavaSamplerClient.html#getDefaultParameters--">getDefaultParameters()</a></span> - Method in interface org.apache.jmeter.protocol.java.sampler.<a href="org/apache/jmeter/protocol/java/sampler/JavaSamplerClient.html" title="interface in org.apache.jmeter.protocol.java.sampler">JavaSamplerClient</a></dt>
@@ -9745,6 +9789,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html#getDefaultParameters--">getDefaultParameters()</a></span> - Method in class org.apache.jmeter.visualizers.backend.influxdb.<a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.influxdb">InfluxdbBackendListenerClient</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html#getDefaultParameters--">getDefaultParameters()</a></span> - Method in class org.apache.jmeter.visualizers.backend.influxdb.<a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.influxdb">InfluxDBRawBackendListenerClient</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/CookieHandler.html#getDefaultPolicy--">getDefaultPolicy()</a></span> - Method in interface org.apache.jmeter.protocol.http.control.<a href="org/apache/jmeter/protocol/http/control/CookieHandler.html" title="interface in org.apache.jmeter.protocol.http.control">CookieHandler</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/HC4CookieHandler.html#getDefaultPolicy--">getDefaultPolicy()</a></span> - Method in class org.apache.jmeter.protocol.http.control.<a href="org/apache/jmeter/protocol/http/control/HC4CookieHandler.html" title="class in org.apache.jmeter.protocol.http.control">HC4CookieHandler</a></dt>
@@ -9836,6 +9882,8 @@
 <dd>
 <div class="block">return the destination (topic or queue name)</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getDetectGraphQLRequest--">getDetectGraphQLRequest()</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html" title="class in org.apache.jmeter.protocol.http.proxy">ProxyControl</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/Sample.html#getDeviation--">getDeviation()</a></span> - Method in class org.apache.jmeter.visualizers.<a href="org/apache/jmeter/visualizers/Sample.html" title="class in org.apache.jmeter.visualizers">Sample</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/system/SystemSampler.html#getDirectory--">getDirectory()</a></span> - Method in class org.apache.jmeter.protocol.system.<a href="org/apache/jmeter/protocol/system/SystemSampler.html" title="class in org.apache.jmeter.protocol.system">SystemSampler</a></dt>
@@ -9878,6 +9926,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html#getDocAnchor--">getDocAnchor()</a></span> - Method in class org.apache.jmeter.protocol.http.control.gui.<a href="org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">AjpSamplerGui</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html#getDocAnchor--">getDocAnchor()</a></span> - Method in class org.apache.jmeter.protocol.http.control.gui.<a href="org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">GraphQLHTTPSamplerGui</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testbeans/gui/TestBeanGUI.html#getDocAnchor--">getDocAnchor()</a></span> - Method in class org.apache.jmeter.testbeans.gui.<a href="org/apache/jmeter/testbeans/gui/TestBeanGUI.html" title="class in org.apache.jmeter.testbeans.gui">TestBeanGUI</a></dt>
 <dd>
 <div class="block">Compute Anchor value to find reference in documentation for a particular component</div>
@@ -9905,7 +9955,7 @@
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getDoMultipartPost--">getDoMultipartPost()</a></span> - Method in class org.apache.jmeter.protocol.http.sampler.<a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></dt>
 <dd>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">use <a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getDoMultipartPost--"><code>HTTPSamplerBase.getDoMultipartPost()</code></a></span></div>
+<div class="block"><span class="deprecationComment">use <a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getDoMultipart--"><code>HTTPSamplerBase.getDoMultipart()</code></a></span></div>
 </div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/java/sampler/JUnitSampler.html#getDoNotSetUpTearDown--">getDoNotSetUpTearDown()</a></span> - Method in class org.apache.jmeter.protocol.java.sampler.<a href="org/apache/jmeter/protocol/java/sampler/JUnitSampler.html" title="class in org.apache.jmeter.protocol.java.sampler">JUnitSampler</a></dt>
@@ -10011,6 +10061,8 @@
 <dd>
 <div class="block">Get the regular expression URLs must match.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getEmbededUrlExcludeRE--">getEmbededUrlExcludeRE()</a></span> - Method in class org.apache.jmeter.protocol.http.sampler.<a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/smtp/sampler/gui/SmtpPanel.html#getEmlMessage--">getEmlMessage()</a></span> - Method in class org.apache.jmeter.protocol.smtp.sampler.gui.<a href="org/apache/jmeter/protocol/smtp/sampler/gui/SmtpPanel.html" title="class in org.apache.jmeter.protocol.smtp.sampler.gui">SmtpPanel</a></dt>
 <dd>
 <div class="block">Returns path to eml message to be sent</div>
@@ -10044,13 +10096,17 @@
 <div class="block">Get the argument value encoded in the specified encoding</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/io/TextFile.html#getEncoding--">getEncoding()</a></span> - Method in class org.apache.jorphan.io.<a href="org/apache/jorphan/io/TextFile.html" title="class in org.apache.jorphan.io">TextFile</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns encoding being used to read and write this file.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/util/ConversionUtils.html#getEncodingFromContentType-java.lang.String-">getEncodingFromContentType(String)</a></span> - Static method in class org.apache.jmeter.protocol.http.util.<a href="org/apache/jmeter/protocol/http/util/ConversionUtils.html" title="class in org.apache.jmeter.protocol.http.util">ConversionUtils</a></dt>
 <dd>
 <div class="block">Extract the encoding (charset) from the Content-Type, e.g.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/modifiers/CounterConfig.html#getEnd--">getEnd()</a></span> - Method in class org.apache.jmeter.modifiers.<a href="org/apache/jmeter/modifiers/CounterConfig.html" title="class in org.apache.jmeter.modifiers">CounterConfig</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns counter upper limit (default <code>Long.MAX_VALUE</code>).</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/modifiers/CounterConfig.html#getEndAsString--">getEndAsString()</a></span> - Method in class org.apache.jmeter.modifiers.<a href="org/apache/jmeter/modifiers/CounterConfig.html" title="class in org.apache.jmeter.modifiers">CounterConfig</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/report/config/ReportGeneratorConfiguration.html#getEndDate--">getEndDate()</a></span> - Method in class org.apache.jmeter.report.config.<a href="org/apache/jmeter/report/config/ReportGeneratorConfiguration.html" title="class in org.apache.jmeter.report.config">ReportGeneratorConfiguration</a></dt>
@@ -10175,7 +10231,9 @@
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getExcludePatterns--">getExcludePatterns()</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html" title="class in org.apache.jmeter.protocol.http.proxy">ProxyControl</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/exec/SystemCommand.html#getExecutionEnvironment--">getExecutionEnvironment()</a></span> - Method in class org.apache.jorphan.exec.<a href="org/apache/jorphan/exec/SystemCommand.html" title="class in org.apache.jorphan.exec">SystemCommand</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns the executionEnvironment.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/system/SystemSampler.html#getExpectedReturnCode--">getExpectedReturnCode()</a></span> - Method in class org.apache.jmeter.protocol.system.<a href="org/apache/jmeter/protocol/system/SystemSampler.html" title="class in org.apache.jmeter.protocol.system">SystemSampler</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/assertions/jmespath/JMESPathAssertion.html#getExpectedValue--">getExpectedValue()</a></span> - Method in class org.apache.jmeter.assertions.jmespath.<a href="org/apache/jmeter/assertions/jmespath/JMESPathAssertion.html" title="class in org.apache.jmeter.assertions.jmespath">JMESPathAssertion</a></dt>
@@ -10242,7 +10300,9 @@
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/reporters/MailerModel.html#getFailureSubject--">getFailureSubject()</a></span> - Method in class org.apache.jmeter.reporters.<a href="org/apache/jmeter/reporters/MailerModel.html" title="class in org.apache.jmeter.reporters">MailerModel</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/gui/ObjectTableSorter.html#getFallbackComparator--">getFallbackComparator()</a></span> - Method in class org.apache.jorphan.gui.<a href="org/apache/jorphan/gui/ObjectTableSorter.html" title="class in org.apache.jorphan.gui">ObjectTableSorter</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns Comparator if all sorted columns matches.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/gui/AbstractVisualizer.html#getFile--">getFile()</a></span> - Method in class org.apache.jmeter.visualizers.gui.<a href="org/apache/jmeter/visualizers/gui/AbstractVisualizer.html" title="class in org.apache.jmeter.visualizers.gui">AbstractVisualizer</a></dt>
 <dd>
 <div class="block">Gets the filename which has been entered in the FilePanel.</div>
@@ -10313,6 +10373,10 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/samplers/SampleResult.html#getFirstAssertionFailureMessage--">getFirstAssertionFailureMessage()</a></span> - Method in class org.apache.jmeter.samplers.<a href="org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/HeaderManager.html#getFirstHeaderNamed-java.lang.String-">getFirstHeaderNamed(String)</a></span> - Method in class org.apache.jmeter.protocol.http.control.<a href="org/apache/jmeter/protocol/http/control/HeaderManager.html" title="class in org.apache.jmeter.protocol.http.control">HeaderManager</a></dt>
+<dd>
+<div class="block">Get the first header from Headers by the header name, or <code>null</code> if not found.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#getFirstLine--">getFirstLine()</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html" title="class in org.apache.jmeter.protocol.http.proxy">HttpRequestHdr</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/report/processor/StatisticsSummaryData.html#getFirstTime--">getFirstTime()</a></span> - Method in class org.apache.jmeter.report.processor.<a href="org/apache/jmeter/report/processor/StatisticsSummaryData.html" title="class in org.apache.jmeter.report.processor">StatisticsSummaryData</a></dt>
@@ -10563,6 +10627,10 @@
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.html#getHTTPMethod--">getHTTPMethod()</a></span> - Method in class org.apache.jmeter.protocol.http.sampler.<a href="org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSampleResult</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#getHttpSampleNameFormat--">getHttpSampleNameFormat()</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html" title="class in org.apache.jmeter.protocol.http.proxy">HttpRequestHdr</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getHttpSampleNameFormat--">getHttpSampleNameFormat()</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html" title="class in org.apache.jmeter.protocol.http.proxy">ProxyControl</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#getHttpSampleNameMode--">getHttpSampleNameMode()</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html" title="class in org.apache.jmeter.protocol.http.proxy">HttpRequestHdr</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getHTTPSampleNamingMode--">getHTTPSampleNamingMode()</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html" title="class in org.apache.jmeter.protocol.http.proxy">ProxyControl</a></dt>
@@ -10647,10 +10715,6 @@
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getIncludePatterns--">getIncludePatterns()</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html" title="class in org.apache.jmeter.protocol.http.proxy">ProxyControl</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/commons/cli/avalon/CLOptionDescriptor.html#getIncompatible--">getIncompatible()</a></span> - Method in class org.apache.commons.cli.avalon.<a href="org/apache/commons/cli/avalon/CLOptionDescriptor.html" title="class in org.apache.commons.cli.avalon">CLOptionDescriptor</a></dt>
-<dd>
-<div class="block">Get the array of incompatible option ids.</div>
-</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/modifiers/CounterConfig.html#getIncrement--">getIncrement()</a></span> - Method in class org.apache.jmeter.modifiers.<a href="org/apache/jmeter/modifiers/CounterConfig.html" title="class in org.apache.jmeter.modifiers">CounterConfig</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/modifiers/CounterConfig.html#getIncrementAsString--">getIncrementAsString()</a></span> - Method in class org.apache.jmeter.modifiers.<a href="org/apache/jmeter/modifiers/CounterConfig.html" title="class in org.apache.jmeter.modifiers">CounterConfig</a></dt>
@@ -10868,7 +10932,9 @@
 <div class="block">Get the JMeter bin directory - does not include the trailing separator.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html#getJMeterContext--">getJMeterContext()</a></span> - Method in class org.apache.jmeter.protocol.java.sampler.<a href="org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html" title="class in org.apache.jmeter.protocol.java.sampler">JavaSamplerContext</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns <a href="org/apache/jmeter/threads/JMeterContext.html" title="class in org.apache.jmeter.threads"><code>JMeterContext</code></a> for the current thread.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/util/JMeterUtils.html#getJMeterCopyright--">getJMeterCopyright()</a></span> - Static method in class org.apache.jmeter.util.<a href="org/apache/jmeter/util/JMeterUtils.html" title="class in org.apache.jmeter.util">JMeterUtils</a></dt>
 <dd>
 <div class="block">Gets the JMeter copyright.</div>
@@ -10888,13 +10954,17 @@
 </div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html#getJMeterProperties--">getJMeterProperties()</a></span> - Method in class org.apache.jmeter.protocol.java.sampler.<a href="org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html" title="class in org.apache.jmeter.protocol.java.sampler">JavaSamplerContext</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns JMeter properties.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/util/JMeterUtils.html#getJMeterProperties--">getJMeterProperties()</a></span> - Static method in class org.apache.jmeter.util.<a href="org/apache/jmeter/util/JMeterUtils.html" title="class in org.apache.jmeter.util">JMeterUtils</a></dt>
 <dd>
 <div class="block">This gets the currently defined appProperties.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html#getJMeterVariables--">getJMeterVariables()</a></span> - Method in class org.apache.jmeter.protocol.java.sampler.<a href="org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html" title="class in org.apache.jmeter.protocol.java.sampler">JavaSamplerContext</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns <a href="org/apache/jmeter/threads/JMeterVariables.html" title="class in org.apache.jmeter.threads"><code>JMeterVariables</code></a> for the current thread.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/util/JMeterUtils.html#getJMeterVersion--">getJMeterVersion()</a></span> - Static method in class org.apache.jmeter.util.<a href="org/apache/jmeter/util/JMeterUtils.html" title="class in org.apache.jmeter.util">JMeterUtils</a></dt>
 <dd>
 <div class="block">Gets the JMeter Version.</div>
@@ -11408,18 +11478,6 @@
 <dd>
 <div class="block">Get the path where XML messages are stored.</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#getLogger--">getLogger()</a></span> - Method in class org.apache.jmeter.protocol.java.sampler.<a href="org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html" title="class in org.apache.jmeter.protocol.java.sampler">AbstractJavaSamplerClient</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">Will be removed in 3.3, use <a href="org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#getNewLogger--"><code>AbstractJavaSamplerClient.getNewLogger()</code></a></span></div>
-</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getLogger--">getLogger()</a></span> - Method in class org.apache.jmeter.visualizers.backend.<a href="org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend">AbstractBackendListenerClient</a></dt>
-<dd>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">Will be removed in 3.3, use <a href="org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getNewLogger--"><code>AbstractBackendListenerClient.getNewLogger()</code></a></span></div>
-</div>
-</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/logging/LoggingManager.html#getLoggerFor-java.lang.String-">getLoggerFor(String)</a></span> - Static method in class org.apache.jorphan.logging.<a href="org/apache/jorphan/logging/LoggingManager.html" title="class in org.apache.jorphan.logging">LoggingManager</a></dt>
 <dd>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
@@ -11576,7 +11634,9 @@
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/mongodb/config/MongoSourceElement.html#getMaxAutoConnectRetryTime--">getMaxAutoConnectRetryTime()</a></span> - Method in class org.apache.jmeter.protocol.mongodb.config.<a href="org/apache/jmeter/protocol/mongodb/config/MongoSourceElement.html" title="class in org.apache.jmeter.protocol.mongodb.config">MongoSourceElement</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/config/RandomVariableConfig.html#getMaximumValue--">getMaximumValue()</a></span> - Method in class org.apache.jmeter.config.<a href="org/apache/jmeter/config/RandomVariableConfig.html" title="class in org.apache.jmeter.config">RandomVariableConfig</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns the maximum value (inclusive).</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/HttpMirrorControl.html#getMaxPoolSizeAsString--">getMaxPoolSizeAsString()</a></span> - Method in class org.apache.jmeter.protocol.http.control.<a href="org/apache/jmeter/protocol/http/control/HttpMirrorControl.html" title="class in org.apache.jmeter.protocol.http.control">HttpMirrorControl</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/HttpMirrorControl.html#getMaxQueueSizeAsString--">getMaxQueueSizeAsString()</a></span> - Method in class org.apache.jmeter.protocol.http.control.<a href="org/apache/jmeter/protocol/http/control/HttpMirrorControl.html" title="class in org.apache.jmeter.protocol.http.control">HttpMirrorControl</a></dt>
@@ -11819,7 +11879,9 @@
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/UserMetric.html#getMinActiveThreads--">getMinActiveThreads()</a></span> - Method in class org.apache.jmeter.visualizers.backend.<a href="org/apache/jmeter/visualizers/backend/UserMetric.html" title="class in org.apache.jmeter.visualizers.backend">UserMetric</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/config/RandomVariableConfig.html#getMinimumValue--">getMinimumValue()</a></span> - Method in class org.apache.jmeter.config.<a href="org/apache/jmeter/config/RandomVariableConfig.html" title="class in org.apache.jmeter.config">RandomVariableConfig</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns the minimum value (inclusive).</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/report/dashboard/SamplingStatistic.html#getMinResTime--">getMinResTime()</a></span> - Method in class org.apache.jmeter.report.dashboard.<a href="org/apache/jmeter/report/dashboard/SamplingStatistic.html" title="class in org.apache.jmeter.report.dashboard">SamplingStatistic</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/gui/AbstractVisualizer.html#getModel--">getModel()</a></span> - Method in class org.apache.jmeter.visualizers.gui.<a href="org/apache/jmeter/visualizers/gui/AbstractVisualizer.html" title="class in org.apache.jmeter.visualizers.gui">AbstractVisualizer</a></dt>
@@ -12046,9 +12108,13 @@
 <div class="block">Gets the value of a variable (not converted to String).</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/gui/ObjectTableModel.html#getObjectList--">getObjectList()</a></span> - Method in class org.apache.jorphan.gui.<a href="org/apache/jorphan/gui/ObjectTableModel.html" title="class in org.apache.jorphan.gui">ObjectTableModel</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns Object (List of Object).</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/gui/ObjectTableModel.html#getObjectListAsList--">getObjectListAsList()</a></span> - Method in class org.apache.jorphan.gui.<a href="org/apache/jorphan/gui/ObjectTableModel.html" title="class in org.apache.jorphan.gui">ObjectTableModel</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns List of Object.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testelement/property/BooleanProperty.html#getObjectValue--">getObjectValue()</a></span> - Method in class org.apache.jmeter.testelement.property.<a href="org/apache/jmeter/testelement/property/BooleanProperty.html" title="class in org.apache.jmeter.testelement.property">BooleanProperty</a></dt>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testelement/property/CollectionProperty.html#getObjectValue--">getObjectValue()</a></span> - Method in class org.apache.jmeter.testelement.property.<a href="org/apache/jmeter/testelement/property/CollectionProperty.html" title="class in org.apache.jmeter.testelement.property">CollectionProperty</a></dt>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testelement/property/DoubleProperty.html#getObjectValue--">getObjectValue()</a></span> - Method in class org.apache.jmeter.testelement.property.<a href="org/apache/jmeter/testelement/property/DoubleProperty.html" title="class in org.apache.jmeter.testelement.property">DoubleProperty</a></dt>
@@ -12110,6 +12176,8 @@
 <dd>
 <div class="block">Gets the opcode of the Argument object.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html#getOperationName--">getOperationName()</a></span> - Method in class org.apache.jmeter.protocol.http.config.<a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config">GraphQLRequestParams</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/curl/BasicCurlParser.Request.html#getOptionsIgnored--">getOptionsIgnored()</a></span> - Method in class org.apache.jmeter.protocol.http.curl.<a href="org/apache/jmeter/protocol/http/curl/BasicCurlParser.Request.html" title="class in org.apache.jmeter.protocol.http.curl">BasicCurlParser.Request</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/curl/BasicCurlParser.Request.html#getOptionsInProperties--">getOptionsInProperties()</a></span> - Method in class org.apache.jmeter.protocol.http.curl.<a href="org/apache/jmeter/protocol/http/curl/BasicCurlParser.Request.html" title="class in org.apache.jmeter.protocol.http.curl">BasicCurlParser.Request</a></dt>
@@ -12121,7 +12189,9 @@
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/report/processor/SampleWriterConsumer.html#getOutputFile-int-">getOutputFile(int)</a></span> - Method in class org.apache.jmeter.report.processor.<a href="org/apache/jmeter/report/processor/SampleWriterConsumer.html" title="class in org.apache.jmeter.report.processor">SampleWriterConsumer</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/config/RandomVariableConfig.html#getOutputFormat--">getOutputFormat()</a></span> - Method in class org.apache.jmeter.config.<a href="org/apache/jmeter/config/RandomVariableConfig.html" title="class in org.apache.jmeter.config">RandomVariableConfig</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns the output format.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/util/LoopbackHTTPSocket.html#getOutputStream--">getOutputStream()</a></span> - Method in class org.apache.jmeter.protocol.http.util.<a href="org/apache/jmeter/protocol/http/util/LoopbackHTTPSocket.html" title="class in org.apache.jmeter.protocol.http.util">LoopbackHTTPSocket</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/util/SlowSocket.html#getOutputStream--">getOutputStream()</a></span> - Method in class org.apache.jmeter.util.<a href="org/apache/jmeter/util/SlowSocket.html" title="class in org.apache.jmeter.util">SlowSocket</a></dt>
@@ -12129,7 +12199,9 @@
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/util/SlowSSLSocket.html#getOutputStream--">getOutputStream()</a></span> - Method in class org.apache.jmeter.util.<a href="org/apache/jmeter/util/SlowSSLSocket.html" title="class in org.apache.jmeter.util">SlowSSLSocket</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/exec/SystemCommand.html#getOutResult--">getOutResult()</a></span> - Method in class org.apache.jorphan.exec.<a href="org/apache/jorphan/exec/SystemCommand.html" title="class in org.apache.jorphan.exec">SystemCommand</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns Out/Err stream contents</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/report/processor/AbstractSummaryConsumer.html#getOverallInfo--">getOverallInfo()</a></span> - Method in class org.apache.jmeter.report.processor.<a href="org/apache/jmeter/report/processor/AbstractSummaryConsumer.html" title="class in org.apache.jmeter.report.processor">AbstractSummaryConsumer</a></dt>
 <dd>
 <div class="block">Gets the overall info.</div>
@@ -12180,6 +12252,7 @@
 <dd>
 <div class="block">Get an iterator of the parameter names.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#getParameterPanel--">getParameterPanel()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">GraphQLUrlConfigGui</a></dt>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#getParameterPanel--">getParameterPanel()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/assertions/BeanShellAssertion.html#getParameters--">getParameters()</a></span> - Method in class org.apache.jmeter.assertions.<a href="org/apache/jmeter/assertions/BeanShellAssertion.html" title="class in org.apache.jmeter.assertions">BeanShellAssertion</a></dt>
@@ -12287,6 +12360,12 @@
 <dd>
 <div class="block">Get the path of the File.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#getPathPanel--">getPathPanel()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">GraphQLUrlConfigGui</a></dt>
+<dd>
+<div class="block">This method defines the Panel for:
+  the HTTP path, Method and Content Encoding
+  'Follow Redirects', 'Use KeepAlive', and 'Use multipart for HTTP POST' elements.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#getPathPanel--">getPathPanel()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a></dt>
 <dd>
 <div class="block">This method defines the Panel for:
@@ -12350,7 +12429,9 @@
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/mail/sampler/MailFileFolder.html#getPermanentFlags--">getPermanentFlags()</a></span> - Method in class org.apache.jmeter.protocol.mail.sampler.<a href="org/apache/jmeter/protocol/mail/sampler/MailFileFolder.html" title="class in org.apache.jmeter.protocol.mail.sampler">MailFileFolder</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/config/RandomVariableConfig.html#getPerThread--">getPerThread()</a></span> - Method in class org.apache.jmeter.config.<a href="org/apache/jmeter/config/RandomVariableConfig.html" title="class in org.apache.jmeter.config">RandomVariableConfig</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns <code>true</code> if the random is computed per thread.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/StatGraphProperties.html#getPlacementNameMap--">getPlacementNameMap()</a></span> - Static method in class org.apache.jmeter.visualizers.<a href="org/apache/jmeter/visualizers/StatGraphProperties.html" title="class in org.apache.jmeter.visualizers">StatGraphProperties</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/RespTimeGraphChart.html#getPointShape--">getPointShape()</a></span> - Method in class org.apache.jmeter.visualizers.<a href="org/apache/jmeter/visualizers/RespTimeGraphChart.html" title="class in org.apache.jmeter.visualizers">RespTimeGraphChart</a></dt>
@@ -12450,7 +12531,9 @@
 <div class="block">Returns the previousSampler.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/gui/ObjectTableSorter.html#getPrimaryComparator--">getPrimaryComparator()</a></span> - Method in class org.apache.jorphan.gui.<a href="org/apache/jorphan/gui/ObjectTableSorter.html" title="class in org.apache.jorphan.gui">ObjectTableSorter</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns Comparator used prior to sorted columns.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/AbstractJMeterGuiComponent.html#getPrintableComponent--">getPrintableComponent()</a></span> - Method in class org.apache.jmeter.gui.<a href="org/apache/jmeter/gui/AbstractJMeterGuiComponent.html" title="class in org.apache.jmeter.gui">AbstractJMeterGuiComponent</a></dt>
 <dd>
 <div class="block">Subclasses need to over-ride this method, if they wish to return
@@ -12694,6 +12777,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/api/auth/DigestParameters.html#getQop--">getQop()</a></span> - Method in class org.apache.jmeter.protocol.http.api.auth.<a href="org/apache/jmeter/protocol/http/api/auth/DigestParameters.html" title="class in org.apache.jmeter.protocol.http.api.auth">DigestParameters</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html#getQuery--">getQuery()</a></span> - Method in class org.apache.jmeter.protocol.http.config.<a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config">GraphQLRequestParams</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.html#getQuery--">getQuery()</a></span> - Method in class org.apache.jmeter.protocol.jdbc.<a href="org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.html" title="class in org.apache.jmeter.protocol.jdbc">AbstractJDBCTestElement</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.html#getQueryArguments--">getQueryArguments()</a></span> - Method in class org.apache.jmeter.protocol.jdbc.<a href="org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.html" title="class in org.apache.jmeter.protocol.jdbc">AbstractJDBCTestElement</a></dt>
@@ -12745,7 +12830,9 @@
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html#getRandomPath--">getRandomPath()</a></span> - Method in class org.apache.jmeter.protocol.jms.sampler.<a href="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">PublisherSampler</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/config/RandomVariableConfig.html#getRandomSeed--">getRandomSeed()</a></span> - Method in class org.apache.jmeter.config.<a href="org/apache/jmeter/config/RandomVariableConfig.html" title="class in org.apache.jmeter.config">RandomVariableConfig</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns the random seed.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/timers/poissonarrivals/PreciseThroughputTimer.html#getRandomSeed--">getRandomSeed()</a></span> - Method in class org.apache.jmeter.timers.poissonarrivals.<a href="org/apache/jmeter/timers/poissonarrivals/PreciseThroughputTimer.html" title="class in org.apache.jmeter.timers.poissonarrivals">PreciseThroughputTimer</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/timers/ConstantTimer.html#getRange--">getRange()</a></span> - Method in class org.apache.jmeter.timers.<a href="org/apache/jmeter/timers/ConstantTimer.html" title="class in org.apache.jmeter.timers">ConstantTimer</a></dt>
@@ -13512,7 +13599,7 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/control/ModuleController.html#getSelectedNode--">getSelectedNode()</a></span> - Method in class org.apache.jmeter.control.<a href="org/apache/jmeter/control/ModuleController.html" title="class in org.apache.jmeter.control">ModuleController</a></dt>
 <dd>
-<div class="block">Gets the (@link JMeterTreeNode) for the Controller</div>
+<div class="block">Gets the <a href="org/apache/jmeter/gui/tree/JMeterTreeNode.html" title="class in org.apache.jmeter.gui.tree"><code>JMeterTreeNode</code></a> for the Controller</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/tree/JMeterTreeListener.html#getSelectedNodes--">getSelectedNodes()</a></span> - Method in class org.apache.jmeter.gui.tree.<a href="org/apache/jmeter/gui/tree/JMeterTreeListener.html" title="class in org.apache.jmeter.gui.tree">JMeterTreeListener</a></dt>
 <dd>&nbsp;</dd>
@@ -13785,6 +13872,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html#getStaticLabel--">getStaticLabel()</a></span> - Method in class org.apache.jmeter.protocol.http.control.gui.<a href="org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">AjpSamplerGui</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html#getStaticLabel--">getStaticLabel()</a></span> - Method in class org.apache.jmeter.protocol.http.control.gui.<a href="org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">GraphQLHTTPSamplerGui</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/system/gui/SystemSamplerGui.html#getStaticLabel--">getStaticLabel()</a></span> - Method in class org.apache.jmeter.protocol.system.gui.<a href="org/apache/jmeter/protocol/system/gui/SystemSamplerGui.html" title="class in org.apache.jmeter.protocol.system.gui">SystemSamplerGui</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testbeans/gui/TestBeanGUI.html#getStaticLabel--">getStaticLabel()</a></span> - Method in class org.apache.jmeter.testbeans.gui.<a href="org/apache/jmeter/testbeans/gui/TestBeanGUI.html" title="class in org.apache.jmeter.testbeans.gui">TestBeanGUI</a></dt>
@@ -14100,7 +14189,9 @@
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testelement/AbstractTestElement.html#getThreadName--">getThreadName()</a></span> - Method in class org.apache.jmeter.testelement.<a href="org/apache/jmeter/testelement/AbstractTestElement.html" title="class in org.apache.jmeter.testelement">AbstractTestElement</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testelement/TestElement.html#getThreadName--">getThreadName()</a></span> - Method in interface org.apache.jmeter.testelement.<a href="org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns the threadName.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/threads/JMeterThread.html#getThreadName--">getThreadName()</a></span> - Method in class org.apache.jmeter.threads.<a href="org/apache/jmeter/threads/JMeterThread.html" title="class in org.apache.jmeter.threads">JMeterThread</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/threads/JMeterVariables.html#getThreadName--">getThreadName()</a></span> - Method in class org.apache.jmeter.threads.<a href="org/apache/jmeter/threads/JMeterVariables.html" title="class in org.apache.jmeter.threads">JMeterVariables</a></dt>
@@ -14416,6 +14507,12 @@
 <dd>
 <div class="block">Get a String representation of the URL (if defined).</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#getUrlConfigDefaults--">getUrlConfigDefaults()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">GraphQLUrlConfigGui</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#getUrlConfigDefaults--">getUrlConfigDefaults()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a></dt>
+<dd>
+<div class="block">Return the <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigDefaults</code></a> instance to be used when configuring the UI elements and default values.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#getUrlWithoutQuery-java.net.URL-">getUrlWithoutQuery(URL)</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html" title="class in org.apache.jmeter.protocol.http.proxy">HttpRequestHdr</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/util/SlowSSLSocket.html#getUseClientMode--">getUseClientMode()</a></span> - Method in class org.apache.jmeter.util.<a href="org/apache/jmeter/util/SlowSSLSocket.html" title="class in org.apache.jmeter.util">SlowSSLSocket</a></dt>
@@ -14522,6 +14619,11 @@
 <dd>
 <div class="block">Returns if StartTLS is used to transmit message - standard getter</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#getValidMethods--">getValidMethods()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>
+<div class="block">Return available HTTP methods to be shown in the <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>, returning <a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getValidMethodsAsArray--"><code>HTTPSamplerBase.getValidMethodsAsArray()</code></a>
+ by default if not reset.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getValidMethodsAsArray--">getValidMethodsAsArray()</a></span> - Static method in class org.apache.jmeter.protocol.http.sampler.<a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/config/Argument.html#getValue--">getValue()</a></span> - Method in class org.apache.jmeter.config.<a href="org/apache/jmeter/config/Argument.html" title="class in org.apache.jmeter.config">Argument</a></dt>
@@ -14593,7 +14695,9 @@
 <div class="block">The method is similar to getValueAt(int,int).</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/gui/ObjectTableSorter.html#getValueComparator-int-">getValueComparator(int)</a></span> - Method in class org.apache.jorphan.gui.<a href="org/apache/jorphan/gui/ObjectTableSorter.html" title="class in org.apache.jorphan.gui">ObjectTableSorter</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns Comparator used on column.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/AxisGraph.html#getValueFont--">getValueFont()</a></span> - Method in class org.apache.jmeter.visualizers.<a href="org/apache/jmeter/visualizers/AxisGraph.html" title="class in org.apache.jmeter.visualizers">AxisGraph</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/util/XPathUtil.html#getValueForNode-org.w3c.dom.Node-">getValueForNode(Node)</a></span> - Static method in class org.apache.jmeter.util.<a href="org/apache/jmeter/util/XPathUtil.html" title="class in org.apache.jmeter.util">XPathUtil</a></dt>
@@ -14627,7 +14731,9 @@
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/util/ScopePanel.html#getVariable--">getVariable()</a></span> - Method in class org.apache.jmeter.util.<a href="org/apache/jmeter/util/ScopePanel.html" title="class in org.apache.jmeter.util">ScopePanel</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/config/RandomVariableConfig.html#getVariableName--">getVariableName()</a></span> - Method in class org.apache.jmeter.config.<a href="org/apache/jmeter/config/RandomVariableConfig.html" title="class in org.apache.jmeter.config">RandomVariableConfig</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns the variable name.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/reporters/ResultSaver.html#getVariableName--">getVariableName()</a></span> - Method in class org.apache.jmeter.reporters.<a href="org/apache/jmeter/reporters/ResultSaver.html" title="class in org.apache.jmeter.reporters">ResultSaver</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testelement/AbstractScopedTestElement.html#getVariableName--">getVariableName()</a></span> - Method in class org.apache.jmeter.testelement.<a href="org/apache/jmeter/testelement/AbstractScopedTestElement.html" title="class in org.apache.jmeter.testelement">AbstractScopedTestElement</a></dt>
@@ -14640,6 +14746,8 @@
 <dd>
 <div class="block">Gives access to the JMeter variables for the current thread.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html#getVariables--">getVariables()</a></span> - Method in class org.apache.jmeter.protocol.http.config.<a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config">GraphQLRequestParams</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testelement/VariablesCollection.html#getVariables--">getVariables()</a></span> - Method in class org.apache.jmeter.testelement.<a href="org/apache/jmeter/testelement/VariablesCollection.html" title="class in org.apache.jmeter.testelement">VariablesCollection</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/threads/JMeterContext.html#getVariables--">getVariables()</a></span> - Method in class org.apache.jmeter.threads.<a href="org/apache/jmeter/threads/JMeterContext.html" title="class in org.apache.jmeter.threads">JMeterContext</a></dt>
@@ -14881,6 +14989,34 @@
 </dd>
 <dt><a href="org/apache/jmeter/visualizers/GraphListener.html" title="interface in org.apache.jmeter.visualizers"><span class="typeNameLink">GraphListener</span></a> - Interface in <a href="org/apache/jmeter/visualizers/package-summary.html">org.apache.jmeter.visualizers</a></dt>
 <dd>&nbsp;</dd>
+<dt><a href="org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">GraphQLHTTPSamplerGui</span></a> - Class in <a href="org/apache/jmeter/protocol/http/control/gui/package-summary.html">org.apache.jmeter.protocol.http.control.gui</a></dt>
+<dd>
+<div class="block">GraphQL HTTP Sampler GUI which extends <a href="org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><code>HttpTestSampleGui</code></a> in order to provide more convenient UI elements for
+ GraphQL query, variables and operationName.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html#GraphQLHTTPSamplerGui--">GraphQLHTTPSamplerGui()</a></span> - Constructor for class org.apache.jmeter.protocol.http.control.gui.<a href="org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">GraphQLHTTPSamplerGui</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config"><span class="typeNameLink">GraphQLRequestParams</span></a> - Class in <a href="org/apache/jmeter/protocol/http/config/package-summary.html">org.apache.jmeter.protocol.http.config</a></dt>
+<dd>
+<div class="block">Represents GraphQL request parameter input data for Query, Variables and Operation Name.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html#GraphQLRequestParams--">GraphQLRequestParams()</a></span> - Constructor for class org.apache.jmeter.protocol.http.config.<a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config">GraphQLRequestParams</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html#GraphQLRequestParams-java.lang.String-java.lang.String-java.lang.String-">GraphQLRequestParams(String, String, String)</a></span> - Constructor for class org.apache.jmeter.protocol.http.config.<a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config">GraphQLRequestParams</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">GraphQLRequestParamUtils</span></a> - Class in <a href="org/apache/jmeter/protocol/http/util/package-summary.html">org.apache.jmeter.protocol.http.util</a></dt>
+<dd>
+<div class="block">Utilities to (de)serialize GraphQL request parameters.</div>
+</dd>
+<dt><a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">GraphQLUrlConfigGui</span></a> - Class in <a href="org/apache/jmeter/protocol/http/config/gui/package-summary.html">org.apache.jmeter.protocol.http.config.gui</a></dt>
+<dd>
+<div class="block">Extending <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>, GraphQL over HTTP Request configuration GUI, providing more convenient UI elements
+ for GraphQL query, variables and operationName.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#GraphQLUrlConfigGui--">GraphQLUrlConfigGui()</a></span> - Constructor for class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">GraphQLUrlConfigGui</a></dt>
+<dd>
+<div class="block">Constructor which is setup to show the sampler fields for GraphQL over HTTP request.</div>
+</dd>
 <dt><a href="org/apache/jmeter/report/processor/graph/GraphSeriesSelector.html" title="interface in org.apache.jmeter.report.processor.graph"><span class="typeNameLink">GraphSeriesSelector</span></a> - Interface in <a href="org/apache/jmeter/report/processor/graph/package-summary.html">org.apache.jmeter.report.processor.graph</a></dt>
 <dd>
 <div class="block">The interface GraphSeriesSelector provides a projection from a sample to the
@@ -14996,7 +15132,7 @@
 <div class="block">Handle sampleResults, this can be done in many ways:
  
  Write to a file
- Write to a distant server
+ Write to a remote server
  ...
  </div>
 </dd>
@@ -15004,6 +15140,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html#handleSampleResults-java.util.List-org.apache.jmeter.visualizers.backend.BackendListenerContext-">handleSampleResults(List&lt;SampleResult&gt;, BackendListenerContext)</a></span> - Method in class org.apache.jmeter.visualizers.backend.influxdb.<a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html" title="class in org.apache.jmete [...]
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html#handleSampleResults-java.util.List-org.apache.jmeter.visualizers.backend.BackendListenerContext-">handleSampleResults(List&lt;SampleResult&gt;, BackendListenerContext)</a></span> - Method in class org.apache.jmeter.visualizers.backend.influxdb.<a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html" title="class in org.apache [...]
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/sampler/HTTPAbstractImpl.html#hasArguments--">hasArguments()</a></span> - Method in class org.apache.jmeter.protocol.http.sampler.<a href="org/apache/jmeter/protocol/http/sampler/HTTPAbstractImpl.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPAbstractImpl</a></dt>
 <dd>
 <div class="block">Invokes <a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#hasArguments--"><code>HTTPSamplerBase.hasArguments()</code></a></div>
@@ -15107,7 +15245,9 @@
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/action/LoadRecentProject.html#hasVisibleMenuItem-java.util.List-">hasVisibleMenuItem(List&lt;JComponent&gt;)</a></span> - Static method in class org.apache.jmeter.gui.action.<a href="org/apache/jmeter/gui/action/LoadRecentProject.html" title="class in org.apache.jmeter.gui.action">LoadRecentProject</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/exec/KeyToolUtils.html#haveKeytool--">haveKeytool()</a></span> - Static method in class org.apache.jorphan.exec.<a href="org/apache/jorphan/exec/KeyToolUtils.html" title="class in org.apache.jorphan.exec">KeyToolUtils</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns true if <code>KeyToolUtils#KEYTOOL_PATH</code> is configured</div>
+</dd>
 <dt><a href="org/apache/jmeter/protocol/http/control/HC4CookieHandler.html" title="class in org.apache.jmeter.protocol.http.control"><span class="typeNameLink">HC4CookieHandler</span></a> - Class in <a href="org/apache/jmeter/protocol/http/control/package-summary.html">org.apache.jmeter.protocol.http.control</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/HC4CookieHandler.html#HC4CookieHandler--">HC4CookieHandler()</a></span> - Constructor for class org.apache.jmeter.protocol.http.control.<a href="org/apache/jmeter/protocol/http/control/HC4CookieHandler.html" title="class in org.apache.jmeter.protocol.http.control">HC4CookieHandler</a></dt>
@@ -15169,7 +15309,7 @@
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/util/HeaderAsPropertyRenderer.html#HeaderAsPropertyRenderer-java.lang.Object:A:A-">HeaderAsPropertyRenderer(Object[][])</a></span> - Constructor for class org.apache.jmeter.gui.util.<a href="org/apache/jmeter/gui/util/HeaderAsPropertyRenderer.html" title="class in org.apache.jmeter.gui.util">HeaderAsPropertyRenderer</a></dt>
 <dd>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">don't use <code>columnsMgsParameters</code> as they are
+<div class="block"><span class="deprecationComment">don't use <code>columnsMsgParameters</code> as they are
  not moved around when rows of the corresponding table object model
  are moved.</span></div>
 </div>
@@ -15553,7 +15693,7 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#HttpRequestHdr-java.lang.String-java.lang.String-">HttpRequestHdr(String, String)</a></span> - Constructor for class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html" title="class in org.apache.jmeter.protocol.http.proxy">HttpRequestHdr</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#HttpRequestHdr-java.lang.String-java.lang.String-int-">HttpRequestHdr(String, String, int)</a></span> - Constructor for class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html" title="class in org.apache.jmeter.protocol.http.proxy">HttpRequestHdr</a></dt>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#HttpRequestHdr-java.lang.String-java.lang.String-int-java.lang.String-">HttpRequestHdr(String, String, int, String)</a></span> - Constructor for class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html" title="class in org.apache.jmeter.protocol.http.proxy">HttpRequestHdr</a></dt>
 <dd>&nbsp;</dd>
 <dt><a href="org/apache/jmeter/protocol/http/util/HTTPResultConverter.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">HTTPResultConverter</span></a> - Class in <a href="org/apache/jmeter/protocol/http/util/package-summary.html">org.apache.jmeter.protocol.http.util</a></dt>
 <dd>
@@ -15871,11 +16011,22 @@
 <dd>&nbsp;</dd>
 <dt><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.influxdb"><span class="typeNameLink">InfluxdbBackendListenerClient</span></a> - Class in <a href="org/apache/jmeter/visualizers/backend/influxdb/package-summary.html">org.apache.jmeter.visualizers.backend.influxdb</a></dt>
 <dd>
-<div class="block">Implementation of <a href="org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend"><code>AbstractBackendListenerClient</code></a> to write in an InfluxDB using
- custom schema; since JMeter 5.2, this also support the InfluxDB v2.</div>
+<div class="block">Implementation of <a href="org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend"><code>AbstractBackendListenerClient</code></a> to write to InfluxDB
+ using a custom schema; since JMeter 5.2, this also support the InfluxDB v2.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html#InfluxdbBackendListenerClient--">InfluxdbBackendListenerClient()</a></span> - Constructor for class org.apache.jmeter.visualizers.backend.influxdb.<a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.influxdb">InfluxdbBackendListenerClient</a></dt>
 <dd>&nbsp;</dd>
+<dt><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.influxdb"><span class="typeNameLink">InfluxDBRawBackendListenerClient</span></a> - Class in <a href="org/apache/jmeter/visualizers/backend/influxdb/package-summary.html">org.apache.jmeter.visualizers.backend.influxdb</a></dt>
+<dd>
+<div class="block">Implementation of <a href="org/apache/jmeter/visualizers/backend/BackendListenerClient.html" title="interface in org.apache.jmeter.visualizers.backend"><code>BackendListenerClient</code></a> to write the response times
+ of every sample to InfluxDB.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html#InfluxDBRawBackendListenerClient--">InfluxDBRawBackendListenerClient()</a></span> - Constructor for class org.apache.jmeter.visualizers.backend.influxdb.<a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.influxdb">InfluxDBRawBackendListenerClient</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html#InfluxDBRawBackendListenerClient-org.apache.jmeter.visualizers.backend.influxdb.InfluxdbMetricsSender-">InfluxDBRawBackendListenerClient(InfluxdbMetricsSender)</a></span> - Constructor for class org.apache.jmeter.visualizers.backend.influxdb.<a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html" title="class in org.apache.j [...]
+<dd>
+<div class="block">Used for testing.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/log/Logger.html#info-java.lang.String-java.lang.Throwable-">info(String, Throwable)</a></span> - Method in class org.apache.log.<a href="org/apache/log/Logger.html" title="class in org.apache.log">Logger</a></dt>
 <dd>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
@@ -15932,10 +16083,6 @@
 <dd>
 <div class="block">Set variables for JMeter client in a distributed test (INTERNAL API)</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html#initFields--">initFields()</a></span> - Method in class org.apache.jmeter.assertions.gui.<a href="org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html" title="class in org.apache.jmeter.assertions.gui">JSONPathAssertionGui</a></dt>
-<dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.html#initFields--">initFields()</a></span> - Method in class org.apache.jmeter.assertions.jmespath.gui.<a href="org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.html" title="class in org.apache.jmeter.assertions.jmespath.gui">JMESPathAssertionGui</a></dt>
-<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/sampler/AccessLogSampler.html#initFilter--">initFilter()</a></span> - Method in class org.apache.jmeter.protocol.http.sampler.<a href="org/apache/jmeter/protocol/http/sampler/AccessLogSampler.html" title="class in org.apache.jmeter.protocol.http.sampler">AccessLogSampler</a></dt>
 <dd>&nbsp;</dd>
 <dt><a href="org/apache/jmeter/protocol/jms/client/InitialContextFactory.html" title="class in org.apache.jmeter.protocol.jms.client"><span class="typeNameLink">InitialContextFactory</span></a> - Class in <a href="org/apache/jmeter/protocol/jms/client/package-summary.html">org.apache.jmeter.protocol.jms.client</a></dt>
@@ -16316,6 +16463,10 @@
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/jdbc/config/DataSourceElement.html#isAutocommit--">isAutocommit()</a></span> - Method in class org.apache.jmeter.protocol.jdbc.config.<a href="org/apache/jmeter/protocol/jdbc/config/DataSourceElement.html" title="class in org.apache.jmeter.protocol.jdbc.config">DataSourceElement</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isAutoRedirects--">isAutoRedirects()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isAutoRedirectsVisible--">isAutoRedirectsVisible()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.html#isBinaryContent-java.lang.String-">isBinaryContent(String)</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.html" title="class in org.apache.jmeter.protocol.http.proxy">AbstractSamplerCreator</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/ftp/sampler/FTPSampler.html#isBinaryMode--">isBinaryMode()</a></span> - Method in class org.apache.jmeter.protocol.ftp.sampler.<a href="org/apache/jmeter/protocol/ftp/sampler/FTPSampler.html" title="class in org.apache.jmeter.protocol.ftp.sampler">FTPSampler</a></dt>
@@ -16405,6 +16556,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/action/LookAndFeelCommand.html#isDark--">isDark()</a></span> - Static method in class org.apache.jmeter.gui.action.<a href="org/apache/jmeter/gui/action/LookAndFeelCommand.html" title="class in org.apache.jmeter.gui.action">LookAndFeelCommand</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/action/LookAndFeelCommand.html#isDarklafTheme--">isDarklafTheme()</a></span> - Static method in class org.apache.jmeter.gui.action.<a href="org/apache/jmeter/gui/action/LookAndFeelCommand.html" title="class in org.apache.jmeter.gui.action">LookAndFeelCommand</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/util/JMeterTreeNodeTransferable.html#isDataFlavorSupported-java.awt.datatransfer.DataFlavor-">isDataFlavorSupported(DataFlavor)</a></span> - Method in class org.apache.jmeter.util.<a href="org/apache/jmeter/util/JMeterTreeNodeTransferable.html" title="class in org.apache.jmeter.util">JMeterTreeNodeTransferable</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/log/Logger.html#isDebugEnabled--">isDebugEnabled()</a></span> - Method in class org.apache.log.<a href="org/apache/log/Logger.html" title="class in org.apache.log">Logger</a></dt>
@@ -16424,6 +16577,10 @@
 <dd>
 <div class="block">return whether the sampler should use a static destination.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#isDetectGraphQLRequest--">isDetectGraphQLRequest()</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html" title="class in org.apache.jmeter.protocol.http.proxy">HttpRequestHdr</a></dt>
+<dd>
+<div class="block">Return true if automatic GraphQL Request detection is enabled.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/GuiPackage.html#isDirty--">isDirty()</a></span> - Method in class org.apache.jmeter.gui.<a href="org/apache/jmeter/gui/GuiPackage.html" title="class in org.apache.jmeter.gui">GuiPackage</a></dt>
 <dd>
 <div class="block">Retrieves the state of the 'dirty' property, a flag that indicates if
@@ -16630,6 +16787,10 @@
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/control/GenericController.html#isFirst--">isFirst()</a></span> - Method in class org.apache.jmeter.control.<a href="org/apache/jmeter/control/GenericController.html" title="class in org.apache.jmeter.control">GenericController</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isFollowRedirects--">isFollowRedirects()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isFollowRedirectsVisible--">isFollowRedirectsVisible()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/control/TransactionController.html#isFromTransactionController-org.apache.jmeter.samplers.SampleResult-">isFromTransactionController(SampleResult)</a></span> - Static method in class org.apache.jmeter.control.<a href="org/apache/jmeter/control/TransactionController.html" title="class in org.apache.jmeter.control">TransactionController</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testelement/TestPlan.html#isFunctionalMode--">isFunctionalMode()</a></span> - Method in class org.apache.jmeter.testelement.<a href="org/apache/jmeter/testelement/TestPlan.html" title="class in org.apache.jmeter.testelement">TestPlan</a></dt>
@@ -16638,6 +16799,10 @@
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/control/TransactionController.html#isGenerateParentSample--">isGenerateParentSample()</a></span> - Method in class org.apache.jmeter.control.<a href="org/apache/jmeter/control/TransactionController.html" title="class in org.apache.jmeter.control">TransactionController</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html#isGraphQLContentType-java.lang.String-">isGraphQLContentType(String)</a></span> - Static method in class org.apache.jmeter.protocol.http.util.<a href="org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html" title="class in org.apache.jmeter.protocol.http.util">GraphQLRequestParamUtils</a></dt>
+<dd>
+<div class="block">Return true if the content type is GraphQL content type (i.e.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/log/Priority.html#isGreater-org.apache.log.Priority-">isGreater(Priority)</a></span> - Method in class org.apache.log.<a href="org/apache/log/Priority.html" title="class in org.apache.log">Priority</a></dt>
 <dd>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
@@ -16883,7 +17048,9 @@
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/util/BeanShellTestElement.html#isResetInterpreter--">isResetInterpreter()</a></span> - Method in class org.apache.jmeter.util.<a href="org/apache/jmeter/util/BeanShellTestElement.html" title="class in org.apache.jmeter.util">BeanShellTestElement</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/modifiers/CounterConfig.html#isResetOnThreadGroupIteration--">isResetOnThreadGroupIteration()</a></span> - Method in class org.apache.jmeter.modifiers.<a href="org/apache/jmeter/modifiers/CounterConfig.html" title="class in org.apache.jmeter.modifiers">CounterConfig</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns true if counter must be reset on Thread Group Iteration.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/samplers/SampleResult.html#isResponseCodeOK--">isResponseCodeOK()</a></span> - Method in class org.apache.jmeter.samplers.<a href="org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/threads/JMeterContext.html#isRestartNextLoop--">isRestartNextLoop()</a></span> - Method in class org.apache.jmeter.threads.<a href="org/apache/jmeter/threads/JMeterContext.html" title="class in org.apache.jmeter.threads">JMeterContext</a></dt>
@@ -17211,6 +17378,10 @@
 <div class="block">Returns if authentication is used to access the mailserver - standard
  getter</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isUseBrowserCompatibleMultipartMode--">isUseBrowserCompatibleMultipartMode()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isUseBrowserCompatibleMultipartModeVisible--">isUseBrowserCompatibleMultipartModeVisible()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/smtp/sampler/gui/SmtpPanel.html#isUseEmlMessage--">isUseEmlMessage()</a></span> - Method in class org.apache.jmeter.protocol.smtp.sampler.gui.<a href="org/apache/jmeter/protocol/smtp/sampler/gui/SmtpPanel.html" title="class in org.apache.jmeter.protocol.smtp.sampler.gui">SmtpPanel</a></dt>
 <dd>
 <div class="block">Returns if an .eml-message is sent instead of the content of message-text
@@ -17220,6 +17391,10 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/control/IfController.html#isUseExpression--">isUseExpression()</a></span> - Method in class org.apache.jmeter.control.<a href="org/apache/jmeter/control/IfController.html" title="class in org.apache.jmeter.control">IfController</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isUseKeepAlive--">isUseKeepAlive()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isUseKeepAliveVisible--">isUseKeepAliveVisible()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/mail/sampler/MailReaderSampler.html#isUseLocalTrustStore--">isUseLocalTrustStore()</a></span> - Method in class org.apache.jmeter.protocol.mail.sampler.<a href="org/apache/jmeter/protocol/mail/sampler/MailReaderSampler.html" title="class in org.apache.jmeter.protocol.mail.sampler">MailReaderSampler</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/smtp/sampler/gui/SecuritySettingsPanel.html#isUseLocalTrustStore--">isUseLocalTrustStore()</a></span> - Method in class org.apache.jmeter.protocol.smtp.sampler.gui.<a href="org/apache/jmeter/protocol/smtp/sampler/gui/SecuritySettingsPanel.html" title="class in org.apache.jmeter.protocol.smtp.sampler.gui">SecuritySettingsPanel</a></dt>
@@ -17227,6 +17402,10 @@
 <div class="block">Returns if local (pre-installed) truststore is used to avoid
  SSL-connection-exceptions (checkbox)</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isUseMultipart--">isUseMultipart()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isUseMultipartVisible--">isUseMultipartVisible()</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/assertions/jmespath/JMESPathAssertion.html#isUseRegex--">isUseRegex()</a></span> - Method in class org.apache.jmeter.assertions.jmespath.<a href="org/apache/jmeter/assertions/jmespath/JMESPathAssertion.html" title="class in org.apache.jmeter.assertions.jmespath">JMESPathAssertion</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/assertions/JSONPathAssertion.html#isUseRegex--">isUseRegex()</a></span> - Method in class org.apache.jmeter.assertions.<a href="org/apache/jmeter/assertions/JSONPathAssertion.html" title="class in org.apache.jmeter.assertions">JSONPathAssertion</a></dt>
@@ -17659,10 +17838,6 @@
 </dd>
 <dt><a href="org/apache/jmeter/extractor/json/jmespath/JMESPathCache.html" title="class in org.apache.jmeter.extractor.json.jmespath"><span class="typeNameLink">JMESPathCache</span></a> - Class in <a href="org/apache/jmeter/extractor/json/jmespath/package-summary.html">org.apache.jmeter.extractor.json.jmespath</a></dt>
 <dd>&nbsp;</dd>
-<dt><a href="org/apache/jmeter/extractor/json/jmespath/JMESPathCacheLoader.html" title="class in org.apache.jmeter.extractor.json.jmespath"><span class="typeNameLink">JMESPathCacheLoader</span></a> - Class in <a href="org/apache/jmeter/extractor/json/jmespath/package-summary.html">org.apache.jmeter.extractor.json.jmespath</a></dt>
-<dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/jmeter/extractor/json/jmespath/JMESPathCacheLoader.html#JMESPathCacheLoader--">JMESPathCacheLoader()</a></span> - Constructor for class org.apache.jmeter.extractor.json.jmespath.<a href="org/apache/jmeter/extractor/json/jmespath/JMESPathCacheLoader.html" title="class in org.apache.jmeter.extractor.json.jmespath">JMESPathCacheLoader</a></dt>
-<dd>&nbsp;</dd>
 <dt><a href="org/apache/jmeter/extractor/json/jmespath/JMESPathExtractor.html" title="class in org.apache.jmeter.extractor.json.jmespath"><span class="typeNameLink">JMESPathExtractor</span></a> - Class in <a href="org/apache/jmeter/extractor/json/jmespath/package-summary.html">org.apache.jmeter.extractor.json.jmespath</a></dt>
 <dd>
 <div class="block">JMESPATH based extractor</div>
@@ -18654,8 +18829,6 @@
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/report/processor/ListResultData.html#ListResultData--">ListResultData()</a></span> - Constructor for class org.apache.jmeter.report.processor.<a href="org/apache/jmeter/report/processor/ListResultData.html" title="class in org.apache.jmeter.report.processor">ListResultData</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/jmeter/extractor/json/jmespath/JMESPathCacheLoader.html#load-java.lang.String-">load(String)</a></span> - Method in class org.apache.jmeter.extractor.json.jmespath.<a href="org/apache/jmeter/extractor/json/jmespath/JMESPathCacheLoader.html" title="class in org.apache.jmeter.extractor.json.jmespath">JMESPathCacheLoader</a></dt>
-<dd>&nbsp;</dd>
 <dt><a href="org/apache/jmeter/gui/action/Load.html" title="class in org.apache.jmeter.gui.action"><span class="typeNameLink">Load</span></a> - Class in <a href="org/apache/jmeter/gui/action/package-summary.html">org.apache.jmeter.gui.action</a></dt>
 <dd>
 <div class="block">Handles the Open (load a new file) and Merge commands.</div>
@@ -19722,6 +19895,8 @@
 <dd>
 <div class="block">Modifies a given TestElement to mirror the data in the gui components.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#modifyTestElement-org.apache.jmeter.testelement.TestElement-">modifyTestElement(TestElement)</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">GraphQLUrlConfigGui</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html#modifyTestElement-org.apache.jmeter.testelement.TestElement-">modifyTestElement(TestElement)</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">HttpDefaultsGui</a></dt>
 <dd>
 <div class="block">Modifies a given TestElement to mirror the data in the gui components.</div>
@@ -20574,6 +20749,8 @@
 <dd>
 <div class="block">Open a tag; save on stack.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#OPERATION_NAME">OPERATION_NAME</a></span> - Static variable in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">GraphQLUrlConfigGui</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/gui/DNSCachePanel.html#OPTIONS">OPTIONS</a></span> - Static variable in class org.apache.jmeter.protocol.http.gui.<a href="org/apache/jmeter/protocol/http/gui/DNSCachePanel.html" title="class in org.apache.jmeter.protocol.http.gui">DNSCachePanel</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.html#OPTIONS">OPTIONS</a></span> - Static variable in interface org.apache.jmeter.protocol.http.util.<a href="org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.html" title="interface in org.apache.jmeter.protocol.http.util">HTTPConstantsInterface</a></dt>
@@ -21148,8 +21325,6 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/util/MenuFactory.html#POST_PROCESSORS">POST_PROCESSORS</a></span> - Static variable in class org.apache.jmeter.gui.util.<a href="org/apache/jmeter/gui/util/MenuFactory.html" title="class in org.apache.jmeter.gui.util">MenuFactory</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/action/ActionRouter.html#postActionPerformed-java.lang.Class-java.awt.event.ActionEvent-">postActionPerformed(Class&lt;? extends Command&gt;, ActionEvent)</a></span> - Method in class org.apache.jmeter.gui.action.<a href="org/apache/jmeter/gui/action/ActionRouter.html" title="class in org.apache.jmeter.gui.action">ActionRouter</a></dt>
-<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/logging/GuiLogEventBus.html#postEvent-org.apache.jmeter.gui.logging.LogEventObject-">postEvent(LogEventObject)</a></span> - Method in class org.apache.jmeter.gui.logging.<a href="org/apache/jmeter/gui/logging/GuiLogEventBus.html" title="class in org.apache.jmeter.gui.logging">GuiLogEventBus</a></dt>
 <dd>
 <div class="block">Post a log event object.</div>
@@ -21197,8 +21372,6 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/util/MenuFactory.html#PRE_PROCESSORS">PRE_PROCESSORS</a></span> - Static variable in class org.apache.jmeter.gui.util.<a href="org/apache/jmeter/gui/util/MenuFactory.html" title="class in org.apache.jmeter.gui.util">MenuFactory</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/action/ActionRouter.html#preActionPerformed-java.lang.Class-java.awt.event.ActionEvent-">preActionPerformed(Class&lt;? extends Command&gt;, ActionEvent)</a></span> - Method in class org.apache.jmeter.gui.action.<a href="org/apache/jmeter/gui/action/ActionRouter.html" title="class in org.apache.jmeter.gui.action">ActionRouter</a></dt>
-<dd>&nbsp;</dd>
 <dt><a href="org/apache/jmeter/timers/poissonarrivals/PreciseThroughputTimer.html" title="class in org.apache.jmeter.timers.poissonarrivals"><span class="typeNameLink">PreciseThroughputTimer</span></a> - Class in <a href="org/apache/jmeter/timers/poissonarrivals/package-summary.html">org.apache.jmeter.timers.poissonarrivals</a></dt>
 <dd>
 <div class="block">This timer generates Poisson arrivals with constant throughput.</div>
@@ -21705,6 +21878,12 @@ any class wishing to display or present data collected in SampleResults.</div>
 </a>
 <h2 class="title">Q</h2>
 <dl>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#QUERY">QUERY</a></span> - Static variable in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">GraphQLUrlConfigGui</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html#queryToGetParamValue-java.lang.String-">queryToGetParamValue(String)</a></span> - Static method in class org.apache.jmeter.protocol.http.util.<a href="org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html" title="class in org.apache.jmeter.protocol.http.util">GraphQLRequestParamUtils</a></dt>
+<dd>
+<div class="block">Convert the GraphQL Query input string into an HTTP GET request parameter value.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/BackendListener.html#QUEUE_SIZE">QUEUE_SIZE</a></span> - Static variable in class org.apache.jmeter.visualizers.backend.<a href="org/apache/jmeter/visualizers/backend/BackendListener.html" title="class in org.apache.jmeter.visualizers.backend">BackendListener</a></dt>
 <dd>
 <div class="block">Queue size</div>
@@ -23581,7 +23760,9 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html#run--">run()</a></span> - Method in class org.apache.jmeter.visualizers.backend.influxdb.<a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.influxdb">InfluxdbBackendListenerClient</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/exec/SystemCommand.html#run-java.util.List-">run(List&lt;String&gt;)</a></span> - Method in class org.apache.jorphan.exec.<a href="org/apache/jorphan/exec/SystemCommand.html" title="class in org.apache.jorphan.exec">SystemCommand</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Runs the command with given arguments and returns its return code.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/exec/SystemCommand.html#run-java.util.List-java.util.List-">run(List&lt;String&gt;, List&lt;String&gt;)</a></span> - Method in class org.apache.jorphan.exec.<a href="org/apache/jorphan/exec/SystemCommand.html" title="class in org.apache.jorphan.exec">SystemCommand</a></dt>
 <dd>
 <div class="block">Pipe the output of one command into another</div>
@@ -24718,6 +24899,8 @@ any class wishing to display or present data collected in SampleResults.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/ldap/sampler/LDAPExtSampler.html#SECURE">SECURE</a></span> - Static variable in class org.apache.jmeter.protocol.ldap.sampler.<a href="org/apache/jmeter/protocol/ldap/sampler/LDAPExtSampler.html" title="class in org.apache.jmeter.protocol.ldap.sampler">LDAPExtSampler</a></dt>
 <dd>&nbsp;</dd>
+<dt><a href="org/apache/jmeter/util/SecurityProviderLoader.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">SecurityProviderLoader</span></a> - Class in <a href="org/apache/jmeter/util/package-summary.html">org.apache.jmeter.util</a></dt>
+<dd>&nbsp;</dd>
 <dt><a href="org/apache/jmeter/protocol/smtp/sampler/gui/SecuritySettingsPanel.html" title="class in org.apache.jmeter.protocol.smtp.sampler.gui"><span class="typeNameLink">SecuritySettingsPanel</span></a> - Class in <a href="org/apache/jmeter/protocol/smtp/sampler/gui/package-summary.html">org.apache.jmeter.protocol.smtp.sampler.gui</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/smtp/sampler/gui/SecuritySettingsPanel.html#SecuritySettingsPanel--">SecuritySettingsPanel()</a></span> - Constructor for class org.apache.jmeter.protocol.smtp.sampler.gui.<a href="org/apache/jmeter/protocol/smtp/sampler/gui/SecuritySettingsPanel.html" title="class in org.apache.jmeter.protocol.smtp.sampler.gui">SecuritySettingsPanel</a></dt>
@@ -25126,8 +25309,16 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/mongodb/config/MongoSourceElement.html#setAutoConnectRetry-boolean-">setAutoConnectRetry(boolean)</a></span> - Method in class org.apache.jmeter.protocol.mongodb.config.<a href="org/apache/jmeter/protocol/mongodb/config/MongoSourceElement.html" title="class in org.apache.jmeter.protocol.mongodb.config">MongoSourceElement</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setAutoRedirects-boolean-">setAutoRedirects(boolean)</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>
+<div class="block">Set the default value to be set for the autoRedirects checkbox in the <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setAutoRedirects-boolean-">setAutoRedirects(boolean)</a></span> - Method in class org.apache.jmeter.protocol.http.sampler.<a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setAutoRedirectsVisible-boolean-">setAutoRedirectsVisible(boolean)</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>
+<div class="block">Set the visibility of the autoRedirectsVisible checkbox in the <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/BarGraph.html#setBackColor-java.awt.Color-">setBackColor(Color)</a></span> - Method in class org.apache.jmeter.visualizers.<a href="org/apache/jmeter/visualizers/BarGraph.html" title="class in org.apache.jmeter.visualizers">BarGraph</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/RenderAsBoundaryExtractor.html#setBackgroundColor-java.awt.Color-">setBackgroundColor(Color)</a></span> - Method in class org.apache.jmeter.visualizers.<a href="org/apache/jmeter/visualizers/RenderAsBoundaryExtractor.html" title="class in org.apache.jmeter.visualizers">RenderAsBoundaryExtractor</a></dt>
@@ -25474,6 +25665,20 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/action/Copy.html#setCopiedNodes-org.apache.jmeter.gui.tree.JMeterTreeNode:A-">setCopiedNodes(JMeterTreeNode[])</a></span> - Static method in class org.apache.jmeter.gui.action.<a href="org/apache/jmeter/gui/action/Copy.html" title="class in org.apache.jmeter.gui.action">Copy</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.html#setCounter-int-">setCounter(int)</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.html" title="class in org.apache.jmeter.protocol.http.proxy">AbstractSamplerCreator</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/Proxy.html#setCounter-int-">setCounter(int)</a></span> - Static method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/Proxy.html" title="class in org.apache.jmeter.protocol.http.proxy">Proxy</a></dt>
+<dd>
+<div class="block">Set the counter for all registered <a href="org/apache/jmeter/protocol/http/proxy/SamplerCreatorFactory.html" title="class in org.apache.jmeter.protocol.http.proxy"><code>SamplerCreatorFactory</code></a>s</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/SamplerCreator.html#setCounter-int-">setCounter(int)</a></span> - Method in interface org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/SamplerCreator.html" title="interface in org.apache.jmeter.protocol.http.proxy">SamplerCreator</a></dt>
+<dd>
+<div class="block">Set the counter for this implementation.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/SamplerCreatorFactory.html#setCounter-int-">setCounter(int)</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/SamplerCreatorFactory.html" title="class in org.apache.jmeter.protocol.http.proxy">SamplerCreatorFactory</a></dt>
+<dd>
+<div class="block">Set the counter for all available <a href="org/apache/jmeter/protocol/http/proxy/SamplerCreator.html" title="interface in org.apache.jmeter.protocol.http.proxy"><code>SamplerCreator</code></a>s.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/ldap/sampler/LDAPExtSampler.html#setCountlim-java.lang.String-">setCountlim(String)</a></span> - Method in class org.apache.jmeter.protocol.ldap.sampler.<a href="org/apache/jmeter/protocol/ldap/sampler/LDAPExtSampler.html" title="class in org.apache.jmeter.protocol.ldap.sampler">LDAPExtSampler</a></dt>
 <dd>
 <div class="block">Sets the size limit attribute of the LDAPSampler object</div>
@@ -25565,6 +25770,10 @@ any class wishing to display or present data collected in SampleResults.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setDefaultEncoding-java.lang.String-">setDefaultEncoding(String)</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html" title="class in org.apache.jmeter.protocol.http.proxy">ProxyControl</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setDefaultMethod-java.lang.String-">setDefaultMethod(String)</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>
+<div class="block">Set the default HTTP method to be selected in the <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.html#setDefaultRequestHeaders-org.apache.http.HttpRequest-">setDefaultRequestHeaders(HttpRequest)</a></span> - Method in class org.apache.jmeter.protocol.http.sampler.<a href="org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPHC4Impl</a></dt>
 <dd>
 <div class="block">Set any default request headers to include</div>
@@ -25644,6 +25853,12 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dd>
 <div class="block">if the sampler should use a static destination, call the method with true</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#setDetectGraphQLRequest-boolean-">setDetectGraphQLRequest(boolean)</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html" title="class in org.apache.jmeter.protocol.http.proxy">HttpRequestHdr</a></dt>
+<dd>
+<div class="block">Sets whether automatic GraphQL Request detection is enabled.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setDetectGraphQLRequest-boolean-">setDetectGraphQLRequest(boolean)</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html" title="class in org.apache.jmeter.protocol.http.proxy">ProxyControl</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/system/SystemSampler.html#setDirectory-java.lang.String-">setDirectory(String)</a></span> - Method in class org.apache.jmeter.protocol.system.<a href="org/apache/jmeter/protocol/system/SystemSampler.html" title="class in org.apache.jmeter.protocol.system">SystemSampler</a></dt>
 <dd>
 <div class="block">Set the working directory to use for system commands</div>
@@ -25753,6 +25968,8 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testelement/property/TestElementProperty.html#setElement-org.apache.jmeter.testelement.TestElement-">setElement(TestElement)</a></span> - Method in class org.apache.jmeter.testelement.property.<a href="org/apache/jmeter/testelement/property/TestElementProperty.html" title="class in org.apache.jmeter.testelement.property">TestElementProperty</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setEmbeddedUrlExcludeRE-java.lang.String-">setEmbeddedUrlExcludeRE(String)</a></span> - Method in class org.apache.jmeter.protocol.http.sampler.<a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setEmbeddedUrlRE-java.lang.String-">setEmbeddedUrlRE(String)</a></span> - Method in class org.apache.jmeter.protocol.http.sampler.<a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/smtp/sampler/gui/SmtpPanel.html#setEmlMessage-java.lang.String-">setEmlMessage(String)</a></span> - Method in class org.apache.jmeter.protocol.smtp.sampler.gui.<a href="org/apache/jmeter/protocol/smtp/sampler/gui/SmtpPanel.html" title="class in org.apache.jmeter.protocol.smtp.sampler.gui">SmtpPanel</a></dt>
@@ -25801,7 +26018,9 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/samplers/SampleSaveConfiguration.html#setEncoding-boolean-">setEncoding(boolean)</a></span> - Method in class org.apache.jmeter.samplers.<a href="org/apache/jmeter/samplers/SampleSaveConfiguration.html" title="class in org.apache.jmeter.samplers">SampleSaveConfiguration</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/io/TextFile.html#setEncoding-java.lang.String-">setEncoding(String)</a></span> - Method in class org.apache.jorphan.io.<a href="org/apache/jorphan/io/TextFile.html" title="class in org.apache.jorphan.io">TextFile</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Configures encoding to be used to read and write this file.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/samplers/SampleResult.html#setEncodingAndType-java.lang.String-">setEncodingAndType(String)</a></span> - Method in class org.apache.jmeter.samplers.<a href="org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a></dt>
 <dd>
 <div class="block">Extract and save the DataEncoding and DataType from the parameter provided.</div>
@@ -26054,8 +26273,16 @@ any class wishing to display or present data collected in SampleResults.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/mail/sampler/MailReaderSampler.html#setFolder-java.lang.String-">setFolder(String)</a></span> - Method in class org.apache.jmeter.protocol.mail.sampler.<a href="org/apache/jmeter/protocol/mail/sampler/MailReaderSampler.html" title="class in org.apache.jmeter.protocol.mail.sampler">MailReaderSampler</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setFollowRedirects-boolean-">setFollowRedirects(boolean)</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>
+<div class="block">Set the default value to be set for the followRedirect checkbox in the <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setFollowRedirects-boolean-">setFollowRedirects(boolean)</a></span> - Method in class org.apache.jmeter.protocol.http.sampler.<a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setFollowRedirectsVisible-boolean-">setFollowRedirectsVisible(boolean)</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>
+<div class="block">Set the visibility of the followRedirect checkbox in the <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/AxisGraph.html#setForeColor-java.awt.Color-">setForeColor(Color)</a></span> - Method in class org.apache.jmeter.visualizers.<a href="org/apache/jmeter/visualizers/AxisGraph.html" title="class in org.apache.jmeter.visualizers">AxisGraph</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/modifiers/CounterConfig.html#setFormat-java.lang.String-">setFormat(String)</a></span> - Method in class org.apache.jmeter.modifiers.<a href="org/apache/jmeter/modifiers/CounterConfig.html" title="class in org.apache.jmeter.modifiers">CounterConfig</a></dt>
@@ -26189,6 +26416,8 @@ any class wishing to display or present data collected in SampleResults.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.html#setHTTPMethod-java.lang.String-">setHTTPMethod(String)</a></span> - Method in class org.apache.jmeter.protocol.http.sampler.<a href="org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSampleResult</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setHttpSampleNameFormat-java.lang.String-">setHttpSampleNameFormat(String)</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html" title="class in org.apache.jmeter.protocol.http.proxy">ProxyControl</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setHTTPSampleNamingMode-int-">setHTTPSampleNamingMode(int)</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html" title="class in org.apache.jmeter.protocol.http.proxy">ProxyControl</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testbeans/BeanInfoSupport.html#setIcon-java.lang.String-">setIcon(String)</a></span> - Method in class org.apache.jmeter.testbeans.<a href="org/apache/jmeter/testbeans/BeanInfoSupport.html" title="class in org.apache.jmeter.testbeans">BeanInfoSupport</a></dt>
@@ -26554,7 +26783,9 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/mongodb/config/MongoSourceElement.html#setMaxAutoConnectRetryTime-long-">setMaxAutoConnectRetryTime(long)</a></span> - Method in class org.apache.jmeter.protocol.mongodb.config.<a href="org/apache/jmeter/protocol/mongodb/config/MongoSourceElement.html" title="class in org.apache.jmeter.protocol.mongodb.config">MongoSourceElement</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/config/RandomVariableConfig.html#setMaximumValue-java.lang.String-">setMaximumValue(String)</a></span> - Method in class org.apache.jmeter.config.<a href="org/apache/jmeter/config/RandomVariableConfig.html" title="class in org.apache.jmeter.config">RandomVariableConfig</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Configures the maximum value (inclusive).</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/AxisGraph.html#setMaxLength-int-">setMaxLength(int)</a></span> - Method in class org.apache.jmeter.visualizers.<a href="org/apache/jmeter/visualizers/AxisGraph.html" title="class in org.apache.jmeter.visualizers">AxisGraph</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/control/HttpMirrorControl.html#setMaxPoolSize-java.lang.String-">setMaxPoolSize(String)</a></span> - Method in class org.apache.jmeter.protocol.http.control.<a href="org/apache/jmeter/protocol/http/control/HttpMirrorControl.html" title="class in org.apache.jmeter.protocol.http.control">HttpMirrorControl</a></dt>
@@ -26641,7 +26872,9 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/report/processor/StatisticsSummaryData.html#setMin-long-">setMin(long)</a></span> - Method in class org.apache.jmeter.report.processor.<a href="org/apache/jmeter/report/processor/StatisticsSummaryData.html" title="class in org.apache.jmeter.report.processor">StatisticsSummaryData</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/config/RandomVariableConfig.html#setMinimumValue-java.lang.String-">setMinimumValue(String)</a></span> - Method in class org.apache.jmeter.config.<a href="org/apache/jmeter/config/RandomVariableConfig.html" title="class in org.apache.jmeter.config">RandomVariableConfig</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Configures the minimum value (inclusive).</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/report/dashboard/SamplingStatistic.html#setMinResTime-double-">setMinResTime(double)</a></span> - Method in class org.apache.jmeter.report.dashboard.<a href="org/apache/jmeter/report/dashboard/SamplingStatistic.html" title="class in org.apache.jmeter.report.dashboard">SamplingStatistic</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/tree/JMeterTreeListener.html#setModel-org.apache.jmeter.gui.tree.JMeterTreeModel-">setModel(JMeterTreeModel)</a></span> - Method in class org.apache.jmeter.gui.tree.<a href="org/apache/jmeter/gui/tree/JMeterTreeListener.html" title="class in org.apache.jmeter.gui.tree">JMeterTreeListener</a></dt>
@@ -26735,7 +26968,9 @@ any class wishing to display or present data collected in SampleResults.</div>
 <div class="block">Set the property name.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testelement/TestElement.html#setName-java.lang.String-">setName(String)</a></span> - Method in interface org.apache.jmeter.testelement.<a href="org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns name of this element.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/modifiers/UserParameters.html#setNames-java.util.Collection-">setNames(Collection&lt;?&gt;)</a></span> - Method in class org.apache.jmeter.modifiers.<a href="org/apache/jmeter/modifiers/UserParameters.html" title="class in org.apache.jmeter.modifiers">UserParameters</a></dt>
 <dd>
 <div class="block">The list of names of the variables to hold values.</div>
@@ -26884,6 +27119,8 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dd>
 <div class="block">Sets the opcode of the Argument.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html#setOperationName-java.lang.String-">setOperationName(String)</a></span> - Method in class org.apache.jmeter.protocol.http.config.<a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config">GraphQLRequestParams</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/AxisGraph.html#setOutlinesBarFlag-boolean-">setOutlinesBarFlag(boolean)</a></span> - Method in class org.apache.jmeter.visualizers.<a href="org/apache/jmeter/visualizers/AxisGraph.html" title="class in org.apache.jmeter.visualizers">AxisGraph</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/report/core/AbstractSampleWriter.html#setOutputFile-java.io.File-">setOutputFile(File)</a></span> - Method in class org.apache.jmeter.report.core.<a href="org/apache/jmeter/report/core/AbstractSampleWriter.html" title="class in org.apache.jmeter.report.core">AbstractSampleWriter</a></dt>
@@ -26895,7 +27132,9 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/report/processor/SampleWriterConsumer.html#setOutputFile-java.io.File-">setOutputFile(File)</a></span> - Method in class org.apache.jmeter.report.processor.<a href="org/apache/jmeter/report/processor/SampleWriterConsumer.html" title="class in org.apache.jmeter.report.processor">SampleWriterConsumer</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/config/RandomVariableConfig.html#setOutputFormat-java.lang.String-">setOutputFormat(String)</a></span> - Method in class org.apache.jmeter.config.<a href="org/apache/jmeter/config/RandomVariableConfig.html" title="class in org.apache.jmeter.config">RandomVariableConfig</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Configures the output format.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/report/core/AbstractSampleWriter.html#setOutputStream-java.io.OutputStream-">setOutputStream(OutputStream)</a></span> - Method in class org.apache.jmeter.report.core.<a href="org/apache/jmeter/report/core/AbstractSampleWriter.html" title="class in org.apache.jmeter.report.core">AbstractSampleWriter</a></dt>
 <dd>
 <div class="block">Instructs this sample writer to write samples on the specified output
@@ -27249,7 +27488,9 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/modifiers/UserParameters.html#setPerIteration-boolean-">setPerIteration(boolean)</a></span> - Method in class org.apache.jmeter.modifiers.<a href="org/apache/jmeter/modifiers/UserParameters.html" title="class in org.apache.jmeter.modifiers">UserParameters</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/config/RandomVariableConfig.html#setPerThread-boolean-">setPerThread(boolean)</a></span> - Method in class org.apache.jmeter.config.<a href="org/apache/jmeter/config/RandomVariableConfig.html" title="class in org.apache.jmeter.config">RandomVariableConfig</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Configures if the random is computed per thread.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/control/ThroughputController.html#setPerThread-boolean-">setPerThread(boolean)</a></span> - Method in class org.apache.jmeter.control.<a href="org/apache/jmeter/control/ThroughputController.html" title="class in org.apache.jmeter.control">ThroughputController</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/smtp/sampler/gui/SmtpPanel.html#setPlainBody-boolean-">setPlainBody(boolean)</a></span> - Method in class org.apache.jmeter.protocol.smtp.sampler.gui.<a href="org/apache/jmeter/protocol/smtp/sampler/gui/SmtpPanel.html" title="class in org.apache.jmeter.protocol.smtp.sampler.gui">SmtpPanel</a></dt>
@@ -27514,6 +27755,8 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/api/auth/DigestParameters.html#setQop-java.lang.String-">setQop(String)</a></span> - Method in class org.apache.jmeter.protocol.http.api.auth.<a href="org/apache/jmeter/protocol/http/api/auth/DigestParameters.html" title="class in org.apache.jmeter.protocol.http.api.auth">DigestParameters</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html#setQuery-java.lang.String-">setQuery(String)</a></span> - Method in class org.apache.jmeter.protocol.http.config.<a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config">GraphQLRequestParams</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.html#setQuery-java.lang.String-">setQuery(String)</a></span> - Method in class org.apache.jmeter.protocol.jdbc.<a href="org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.html" title="class in org.apache.jmeter.protocol.jdbc">AbstractJDBCTestElement</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.html#setQueryArguments-java.lang.String-">setQueryArguments(String)</a></span> - Method in class org.apache.jmeter.protocol.jdbc.<a href="org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.html" title="class in org.apache.jmeter.protocol.jdbc">AbstractJDBCTestElement</a></dt>
@@ -27557,7 +27800,9 @@ any class wishing to display or present data collected in SampleResults.</div>
 <div class="block">set the random path for the messages</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/config/RandomVariableConfig.html#setRandomSeed-java.lang.String-">setRandomSeed(String)</a></span> - Method in class org.apache.jmeter.config.<a href="org/apache/jmeter/config/RandomVariableConfig.html" title="class in org.apache.jmeter.config">RandomVariableConfig</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Configures the random seed.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/timers/poissonarrivals/PreciseThroughputTimer.html#setRandomSeed-java.lang.Long-">setRandomSeed(Long)</a></span> - Method in class org.apache.jmeter.timers.poissonarrivals.<a href="org/apache/jmeter/timers/poissonarrivals/PreciseThroughputTimer.html" title="class in org.apache.jmeter.timers.poissonarrivals">PreciseThroughputTimer</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/timers/ConstantTimer.html#setRange-double-">setRange(double)</a></span> - Method in class org.apache.jmeter.timers.<a href="org/apache/jmeter/timers/ConstantTimer.html" title="class in org.apache.jmeter.timers">ConstantTimer</a></dt>
@@ -27683,7 +27928,9 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/util/BeanShellTestElement.html#setResetInterpreter-boolean-">setResetInterpreter(boolean)</a></span> - Method in class org.apache.jmeter.util.<a href="org/apache/jmeter/util/BeanShellTestElement.html" title="class in org.apache.jmeter.util">BeanShellTestElement</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/modifiers/CounterConfig.html#setResetOnThreadGroupIteration-boolean-">setResetOnThreadGroupIteration(boolean)</a></span> - Method in class org.apache.jmeter.modifiers.<a href="org/apache/jmeter/modifiers/CounterConfig.html" title="class in org.apache.jmeter.modifiers">CounterConfig</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Configures if the counter must be reset on Thread Group Iteration.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/samplers/SampleResult.html#setResponseCode-java.lang.String-">setResponseCode(String)</a></span> - Method in class org.apache.jmeter.samplers.<a href="org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/samplers/SampleResult.html#setResponseCodeOK--">setResponseCodeOK()</a></span> - Method in class org.apache.jmeter.samplers.<a href="org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a></dt>
@@ -28130,7 +28377,7 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/control/ModuleController.html#setSelectedNode-org.apache.jmeter.gui.tree.JMeterTreeNode-">setSelectedNode(JMeterTreeNode)</a></span> - Method in class org.apache.jmeter.control.<a href="org/apache/jmeter/control/ModuleController.html" title="class in org.apache.jmeter.control">ModuleController</a></dt>
 <dd>
-<div class="block">Sets the (@link JMeterTreeNode) which represents the controller which
+<div class="block">Sets the <a href="org/apache/jmeter/gui/tree/JMeterTreeNode.html" title="class in org.apache.jmeter.gui.tree"><code>JMeterTreeNode</code></a> which represents the controller which
  this object is pointing to.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/control/SwitchController.html#setSelection-java.lang.String-">setSelection(String)</a></span> - Method in class org.apache.jmeter.control.<a href="org/apache/jmeter/control/SwitchController.html" title="class in org.apache.jmeter.control">SwitchController</a></dt>
@@ -28571,7 +28818,9 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testelement/AbstractTestElement.html#setThreadName-java.lang.String-">setThreadName(String)</a></span> - Method in class org.apache.jmeter.testelement.<a href="org/apache/jmeter/testelement/AbstractTestElement.html" title="class in org.apache.jmeter.testelement">AbstractTestElement</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testelement/TestElement.html#setThreadName-java.lang.String-">setThreadName(String)</a></span> - Method in interface org.apache.jmeter.testelement.<a href="org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Configures thread name.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/threads/JMeterThread.html#setThreadName-java.lang.String-">setThreadName(String)</a></span> - Method in class org.apache.jmeter.threads.<a href="org/apache/jmeter/threads/JMeterThread.html" title="class in org.apache.jmeter.threads">JMeterThread</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/threads/JMeterContext.html#setThreadNum-int-">setThreadNum(int)</a></span> - Method in class org.apache.jmeter.threads.<a href="org/apache/jmeter/threads/JMeterContext.html" title="class in org.apache.jmeter.threads">JMeterContext</a></dt>
@@ -28841,6 +29090,8 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html#setupTest-org.apache.jmeter.visualizers.backend.BackendListenerContext-">setupTest(BackendListenerContext)</a></span> - Method in class org.apache.jmeter.visualizers.backend.influxdb.<a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.influxdb">InfluxdbBackendListenerClient [...]
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html#setupTest-org.apache.jmeter.visualizers.backend.BackendListenerContext-">setupTest(BackendListenerContext)</a></span> - Method in class org.apache.jmeter.visualizers.backend.influxdb.<a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.influxdb">InfluxDBRawBackendListe [...]
+<dd>&nbsp;</dd>
 <dt><a href="org/apache/jmeter/threads/SetupThreadGroup.html" title="class in org.apache.jmeter.threads"><span class="typeNameLink">SetupThreadGroup</span></a> - Class in <a href="org/apache/jmeter/threads/package-summary.html">org.apache.jmeter.threads</a></dt>
 <dd>
 <div class="block">SetupThreadGroup.java is a special type of ThreadGroup that can be used for
@@ -28877,6 +29128,14 @@ any class wishing to display or present data collected in SampleResults.</div>
 <div class="block">Sets if authentication should be used to access the mailserver - to be
  called by SmtpSampler-object</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setUseBrowserCompatibleMultipartMode-boolean-">setUseBrowserCompatibleMultipartMode(boolean)</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>
+<div class="block">Set the default value to be set for the useBrowserCompatibleMultipartMode checkbox in the <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setUseBrowserCompatibleMultipartModeVisible-boolean-">setUseBrowserCompatibleMultipartModeVisible(boolean)</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>
+<div class="block">Set the visibility of the useBrowserCompatibleMultipartModeVisible checkbox in the <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/util/SlowSSLSocket.html#setUseClientMode-boolean-">setUseClientMode(boolean)</a></span> - Method in class org.apache.jmeter.util.<a href="org/apache/jmeter/util/SlowSSLSocket.html" title="class in org.apache.jmeter.util">SlowSSLSocket</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/smtp/sampler/gui/SmtpPanel.html#setUseEmlMessage-boolean-">setUseEmlMessage(boolean)</a></span> - Method in class org.apache.jmeter.protocol.smtp.sampler.gui.<a href="org/apache/jmeter/protocol/smtp/sampler/gui/SmtpPanel.html" title="class in org.apache.jmeter.protocol.smtp.sampler.gui">SmtpPanel</a></dt>
@@ -28900,6 +29159,10 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dd>
 <div class="block">if the sampler should use jndi.properties file, call the method with the string "true"</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setUseKeepAlive-boolean-">setUseKeepAlive(boolean)</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>
+<div class="block">Set the default value to be set for the useKeepAlive checkbox in the <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setUseKeepAlive-boolean-">setUseKeepAlive(boolean)</a></span> - Method in class org.apache.jmeter.protocol.http.proxy.<a href="org/apache/jmeter/protocol/http/proxy/ProxyControl.html" title="class in org.apache.jmeter.protocol.http.proxy">ProxyControl</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/sampler/HTTPAbstractImpl.html#setUseKeepAlive-boolean-">setUseKeepAlive(boolean)</a></span> - Method in class org.apache.jmeter.protocol.http.sampler.<a href="org/apache/jmeter/protocol/http/sampler/HTTPAbstractImpl.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPAbstractImpl</a></dt>
@@ -28908,6 +29171,10 @@ any class wishing to display or present data collected in SampleResults.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setUseKeepAlive-boolean-">setUseKeepAlive(boolean)</a></span> - Method in class org.apache.jmeter.protocol.http.sampler.<a href="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setUseKeepAliveVisible-boolean-">setUseKeepAliveVisible(boolean)</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>
+<div class="block">Set the visibility of the useKeepAliveVisible checkbox in the <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/smtp/sampler/gui/SecuritySettingsPanel.html#setUseLocalTrustStore-boolean-">setUseLocalTrustStore(boolean)</a></span> - Method in class org.apache.jmeter.protocol.smtp.sampler.gui.<a href="org/apache/jmeter/protocol/smtp/sampler/gui/SecuritySettingsPanel.html" title="class in org.apache.jmeter.protocol.smtp.sampler.gui">SecuritySettingsPanel</a></dt>
 <dd>
 <div class="block">Set the use of a local (pre-installed) truststore to avoid
@@ -28918,6 +29185,14 @@ any class wishing to display or present data collected in SampleResults.</div>
 <div class="block">Assigns the object to use a local truststore for SSL / StartTLS - to be
  called by SmtpSampler-object</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setUseMultipart-boolean-">setUseMultipart(boolean)</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>
+<div class="block">Set the default value to be set for the useMultipart checkbox in the <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setUseMultipartVisible-boolean-">setUseMultipartVisible(boolean)</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>
+<div class="block">Set the visibility of the useMultipartVisible checkbox in the <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html#setUseNonPersistentDelivery-boolean-">setUseNonPersistentDelivery(boolean)</a></span> - Method in class org.apache.jmeter.protocol.jms.sampler.<a href="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">PublisherSampler</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/smtp/sampler/gui/SecuritySettingsPanel.html#setUseNoSecurity-boolean-">setUseNoSecurity(boolean)</a></span> - Method in class org.apache.jmeter.protocol.smtp.sampler.gui.<a href="org/apache/jmeter/protocol/smtp/sampler/gui/SecuritySettingsPanel.html" title="class in org.apache.jmeter.protocol.smtp.sampler.gui">SecuritySettingsPanel</a></dt>
@@ -28999,6 +29274,10 @@ any class wishing to display or present data collected in SampleResults.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/extractor/XPathExtractor.html#setValidating-boolean-">setValidating(boolean)</a></span> - Method in class org.apache.jmeter.extractor.<a href="org/apache/jmeter/extractor/XPathExtractor.html" title="class in org.apache.jmeter.extractor">XPathExtractor</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setValidMethods-java.lang.String:A-">setValidMethods(String[])</a></span> - Method in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>
+<div class="block">Set available HTTP methods to be shown in the <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/config/Argument.html#setValue-java.lang.String-">setValue(String)</a></span> - Method in class org.apache.jmeter.config.<a href="org/apache/jmeter/config/Argument.html" title="class in org.apache.jmeter.config">Argument</a></dt>
 <dd>
 <div class="block">Sets the value of the Argument.</div>
@@ -29090,13 +29369,17 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/samplers/SampleSaveConfiguration.html#setVarCount-int-">setVarCount(int)</a></span> - Method in class org.apache.jmeter.samplers.<a href="org/apache/jmeter/samplers/SampleSaveConfiguration.html" title="class in org.apache.jmeter.samplers">SampleSaveConfiguration</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/config/RandomVariableConfig.html#setVariableName-java.lang.String-">setVariableName(String)</a></span> - Method in class org.apache.jmeter.config.<a href="org/apache/jmeter/config/RandomVariableConfig.html" title="class in org.apache.jmeter.config">RandomVariableConfig</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Configures the variable name.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/reporters/ResultSaver.html#setVariableName-java.lang.String-">setVariableName(String)</a></span> - Method in class org.apache.jmeter.reporters.<a href="org/apache/jmeter/reporters/ResultSaver.html" title="class in org.apache.jmeter.reporters">ResultSaver</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/config/CSVDataSet.html#setVariableNames-java.lang.String-">setVariableNames(String)</a></span> - Method in class org.apache.jmeter.config.<a href="org/apache/jmeter/config/CSVDataSet.html" title="class in org.apache.jmeter.config">CSVDataSet</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.html#setVariableNames-java.lang.String-">setVariableNames(String)</a></span> - Method in class org.apache.jmeter.protocol.jdbc.<a href="org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.html" title="class in org.apache.jmeter.protocol.jdbc">AbstractJDBCTestElement</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html#setVariables-java.lang.String-">setVariables(String)</a></span> - Method in class org.apache.jmeter.protocol.http.config.<a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config">GraphQLRequestParams</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/threads/JMeterContext.html#setVariables-org.apache.jmeter.threads.JMeterVariables-">setVariables(JMeterVariables)</a></span> - Method in class org.apache.jmeter.threads.<a href="org/apache/jmeter/threads/JMeterContext.html" title="class in org.apache.jmeter.threads">JMeterContext</a></dt>
 <dd>
 <div class="block">Internally called by JMeter, never call it directly</div>
@@ -30542,6 +30825,8 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html#teardownTest-org.apache.jmeter.visualizers.backend.BackendListenerContext-">teardownTest(BackendListenerContext)</a></span> - Method in class org.apache.jmeter.visualizers.backend.influxdb.<a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.influxdb">InfluxdbBackendListener [...]
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html#teardownTest-org.apache.jmeter.visualizers.backend.BackendListenerContext-">teardownTest(BackendListenerContext)</a></span> - Method in class org.apache.jmeter.visualizers.backend.influxdb.<a href="org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.influxdb">InfluxDBRawBacken [...]
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/threads/AbstractThreadGroup.html#tellThreadsToStop--">tellThreadsToStop()</a></span> - Method in class org.apache.jmeter.threads.<a href="org/apache/jmeter/threads/AbstractThreadGroup.html" title="class in org.apache.jmeter.threads">AbstractThreadGroup</a></dt>
 <dd>
 <div class="block">This immediately stop threads of Group by interrupting them.</div>
@@ -31407,9 +31692,13 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/modifiers/UserParameters.html#THREAD_VALUES">THREAD_VALUES</a></span> - Static variable in class org.apache.jmeter.modifiers.<a href="org/apache/jmeter/modifiers/UserParameters.html" title="class in org.apache.jmeter.modifiers">UserParameters</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/util/ThreadDumper.html#threadDump--">threadDump()</a></span> - Static method in class org.apache.jorphan.util.<a href="org/apache/jorphan/util/ThreadDumper.html" title="class in org.apache.jorphan.util">ThreadDumper</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns name of file containing thread dump.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/util/ThreadDumper.html#threadDump-java.io.File-">threadDump(File)</a></span> - Static method in class org.apache.jorphan.util.<a href="org/apache/jorphan/util/ThreadDumper.html" title="class in org.apache.jorphan.util">ThreadDumper</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns name of file containing thread dump.</div>
+</dd>
 <dt><a href="org/apache/jorphan/util/ThreadDumper.html" title="class in org.apache.jorphan.util"><span class="typeNameLink">ThreadDumper</span></a> - Class in <a href="org/apache/jorphan/util/package-summary.html">org.apache.jorphan.util</a></dt>
 <dd>
 <div class="block">Utility class to create a Thread Dump</div>
@@ -31723,10 +32012,16 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/action/KeyStrokes.html#TOGGLE">TOGGLE</a></span> - Static variable in class org.apache.jmeter.gui.action.<a href="org/apache/jmeter/gui/action/KeyStrokes.html" title="class in org.apache.jmeter.gui.action">KeyStrokes</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/jmeter/gui/util/JSyntaxSearchToolBar.html#toggleSearchField-javax.swing.JTextField-boolean-">toggleSearchField(JTextField, boolean)</a></span> - Method in class org.apache.jmeter.gui.util.<a href="org/apache/jmeter/gui/util/JSyntaxSearchToolBar.html" title="class in org.apache.jmeter.gui.util">JSyntaxSearchToolBar</a></dt>
-<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/gui/ObjectTableSorter.html#toggleSortOrder-int-">toggleSortOrder(int)</a></span> - Method in class org.apache.jorphan.gui.<a href="org/apache/jorphan/gui/ObjectTableSorter.html" title="class in org.apache.jorphan.gui">ObjectTableSorter</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html#toGraphQLRequestParams-byte:A-java.lang.String-">toGraphQLRequestParams(byte[], String)</a></span> - Static method in class org.apache.jmeter.protocol.http.util.<a href="org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html" title="class in org.apache.jmeter.protocol.http.util">GraphQLRequestParamUtils</a></dt>
+<dd>
+<div class="block">Parse <code>postData</code> and convert it to a <a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config"><code>GraphQLRequestParams</code></a> object if it is a valid GraphQL post data.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html#toGraphQLRequestParams-org.apache.jmeter.config.Arguments-java.lang.String-">toGraphQLRequestParams(Arguments, String)</a></span> - Static method in class org.apache.jmeter.protocol.http.util.<a href="org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html" title="class in org.apache.jmeter.protocol.http.util">GraphQLRequestParamUtils</a></dt>
+<dd>
+<div class="block">Parse <code>arguments</code> and convert it to a <a href="org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config"><code>GraphQLRequestParams</code></a> object if it has valid GraphQL HTTP arguments.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/report/core/JsonUtil.html#toJsonArray-java.lang.String...-">toJsonArray(String...)</a></span> - Static method in class org.apache.jmeter.report.core.<a href="org/apache/jmeter/report/core/JsonUtil.html" title="class in org.apache.jmeter.report.core">JsonUtil</a></dt>
 <dd>
 <div class="block">Converts the specified array to a json-like array string.</div>
@@ -31767,6 +32062,10 @@ any class wishing to display or present data collected in SampleResults.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/report/processor/Top5ErrorsSummaryData.html#Top5ErrorsSummaryData--">Top5ErrorsSummaryData()</a></span> - Constructor for class org.apache.jmeter.report.processor.<a href="org/apache/jmeter/report/processor/Top5ErrorsSummaryData.html" title="class in org.apache.jmeter.report.processor">Top5ErrorsSummaryData</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html#toPostBodyString-org.apache.jmeter.protocol.http.config.GraphQLRequestParams-">toPostBodyString(GraphQLRequestParams)</a></span> - Static method in class org.apache.jmeter.protocol.http.util.<a href="org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html" title="class in org.apache.jmeter.protocol.http.util">GraphQLRequestParamUtils</a></dt>
+<dd>
+<div class="block">Convert the GraphQL request parameters input data to an HTTP POST body string.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/mongodb/mongo/MongoUtils.html#toServerAddresses-java.lang.String-">toServerAddresses(String)</a></span> - Static method in class org.apache.jmeter.protocol.mongodb.mongo.<a href="org/apache/jmeter/protocol/mongodb/mongo/MongoUtils.html" title="class in org.apache.jmeter.protocol.mongodb.mongo">MongoUtils</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/commons/cli/avalon/CLOption.html#toString--">toString()</a></span> - Method in class org.apache.commons.cli.avalon.<a href="org/apache/commons/cli/avalon/CLOption.html" title="class in org.apache.commons.cli.avalon">CLOption</a></dt>
@@ -32434,7 +32733,9 @@ any class wishing to display or present data collected in SampleResults.</div>
 <div class="block">Set new look and feel for all the open windows.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/DynamicClassLoader.html#updateLoader-java.net.URL:A-">updateLoader(URL[])</a></span> - Static method in class org.apache.jmeter.<a href="org/apache/jmeter/DynamicClassLoader.html" title="class in org.apache.jmeter">DynamicClassLoader</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Returns list of URLs to add to the thread's classloader.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/gui/ObjectTableSorter.html#updateModelToView--">updateModelToView()</a></span> - Method in class org.apache.jorphan.gui.<a href="org/apache/jorphan/gui/ObjectTableSorter.html" title="class in org.apache.jorphan.gui">ObjectTableSorter</a></dt>
 <dd>
 <div class="block">fill in modelToView list with index of view</div>
@@ -32491,6 +32792,12 @@ any class wishing to display or present data collected in SampleResults.</div>
 <dd>
 <div class="block">Creates a new URLCollection from an existing Collection</div>
 </dd>
+<dt><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">UrlConfigDefaults</span></a> - Class in <a href="org/apache/jmeter/protocol/http/config/gui/package-summary.html">org.apache.jmeter.protocol.http.config.gui</a></dt>
+<dd>
+<div class="block">Default option value settings for <a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#UrlConfigDefaults--">UrlConfigDefaults()</a></span> - Constructor for class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></dt>
+<dd>&nbsp;</dd>
 <dt><a href="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">UrlConfigGui</span></a> - Class in <a href="org/apache/jmeter/protocol/http/config/gui/package-summary.html">org.apache.jmeter.protocol.http.config.gui</a></dt>
 <dd>
 <div class="block">Basic URL / HTTP Request configuration:
@@ -32918,10 +33225,16 @@ the order they are declared.</div>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/save/CSVSaveService.html#VARIABLE_NAME_QUOTE_CHAR">VARIABLE_NAME_QUOTE_CHAR</a></span> - Static variable in class org.apache.jmeter.save.<a href="org/apache/jmeter/save/CSVSaveService.html" title="class in org.apache.jmeter.save">CSVSaveService</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#VARIABLES">VARIABLES</a></span> - Static variable in class org.apache.jmeter.protocol.http.config.gui.<a href="org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">GraphQLUrlConfigGui</a></dt>
+<dd>&nbsp;</dd>
 <dt><a href="org/apache/jmeter/testelement/VariablesCollection.html" title="class in org.apache.jmeter.testelement"><span class="typeNameLink">VariablesCollection</span></a> - Class in <a href="org/apache/jmeter/testelement/package-summary.html">org.apache.jmeter.testelement</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/testelement/VariablesCollection.html#VariablesCollection--">VariablesCollection()</a></span> - Constructor for class org.apache.jmeter.testelement.<a href="org/apache/jmeter/testelement/VariablesCollection.html" title="class in org.apache.jmeter.testelement">VariablesCollection</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html#variablesToGetParamValue-java.lang.String-">variablesToGetParamValue(String)</a></span> - Static method in class org.apache.jmeter.protocol.http.util.<a href="org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html" title="class in org.apache.jmeter.protocol.http.util">GraphQLRequestParamUtils</a></dt>
+<dd>
+<div class="block">Convert the GraphQL Variables JSON input string into an HTTP GET request parameter value.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.html#VARY">VARY</a></span> - Static variable in interface org.apache.jmeter.protocol.http.util.<a href="org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.html" title="interface in org.apache.jmeter.protocol.http.util">HTTPConstantsInterface</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/threads/AbstractThreadGroup.html#verifyThreadsStopped--">verifyThreadsStopped()</a></span> - Method in class org.apache.jmeter.threads.<a href="org/apache/jmeter/threads/AbstractThreadGroup.html" title="class in org.apache.jmeter.threads">AbstractThreadGroup</a></dt>
@@ -33079,6 +33392,8 @@ the order they are declared.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/gui/DynamicStyle.html#withBorder-T-java.lang.String-">withBorder(T, String)</a></span> - Method in class org.apache.jorphan.gui.<a href="org/apache/jorphan/gui/DynamicStyle.html" title="class in org.apache.jorphan.gui">DynamicStyle</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html#withDefaultIfEmpty-java.lang.String-java.lang.String-">withDefaultIfEmpty(String, String)</a></span> - Method in class org.apache.jmeter.report.processor.graph.<a href="org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html" title="class in org.apache.jmeter.report.processor.graph">AbstractSeriesSelector</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jorphan/gui/DynamicStyle.html#withDynamic-T-java.util.function.Consumer-">withDynamic(T, Consumer&lt;T&gt;)</a></span> - Method in class org.apache.jorphan.gui.<a href="org/apache/jorphan/gui/DynamicStyle.html" title="class in org.apache.jorphan.gui">DynamicStyle</a></dt>
 <dd>
 <div class="block">Attaches a configuration action that is executed when Look and Feel changes.</div>
diff --git a/api/org/apache/commons/cli/avalon/CLArgsParser.html b/api/org/apache/commons/cli/avalon/CLArgsParser.html
index fc22d3e..ba51036 100644
--- a/api/org/apache/commons/cli/avalon/CLArgsParser.html
+++ b/api/org/apache/commons/cli/avalon/CLArgsParser.html
@@ -185,7 +185,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="../../../../../org/apache/commons/cli/avalon/CLOption.html" title="class in org.apache.commons.cli.avalon">CLOption</a>&gt;</code></td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/commons/cli/avalon/CLOption.html" title="class in org.apache.commons.cli.avalon">CLOption</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/avalon/CLArgsParser.html#getArguments--">getArguments</a></span>()</code>
 <div class="block">Retrieve a list of options that were parsed from command list.</div>
 </td>
@@ -289,7 +289,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <ul class="blockList">
 <li class="blockList">
 <h4>getArguments</h4>
-<pre>public final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="../../../../../org/apache/commons/cli/avalon/CLOption.html" title="class in org.apache.commons.cli.avalon">CLOption</a>&gt;&nbsp;getArguments()</pre>
+<pre>public final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/commons/cli/avalon/CLOption.html" title="class in org.apache.commons.cli.avalon">CLOption</a>&gt;&nbsp;getArguments()</pre>
 <div class="block">Retrieve a list of options that were parsed from command list.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
diff --git a/api/org/apache/commons/cli/avalon/CLOptionDescriptor.html b/api/org/apache/commons/cli/avalon/CLOptionDescriptor.html
index 1f0396d..ce58148 100644
--- a/api/org/apache/commons/cli/avalon/CLOptionDescriptor.html
+++ b/api/org/apache/commons/cli/avalon/CLOptionDescriptor.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -232,18 +232,12 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </td>
 </tr>
 <tr id="i3" class="rowColor">
-<td class="colFirst"><code>protected int[]</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/avalon/CLOptionDescriptor.html#getIncompatible--">getIncompatible</a></span>()</code>
-<div class="block">Get the array of incompatible option ids.</div>
-</td>
-</tr>
-<tr id="i4" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/avalon/CLOptionDescriptor.html#getName--">getName</a></span>()</code>
 <div class="block">Retrieve name of option which is also text for long option.</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i4" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/cli/avalon/CLOptionDescriptor.html#toString--">toString</a></span>()</code>&nbsp;</td>
 </tr>
@@ -397,20 +391,6 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="getIncompatible--">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getIncompatible</h4>
-<pre>protected final&nbsp;int[]&nbsp;getIncompatible()</pre>
-<div class="block">Get the array of incompatible option ids.</div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the array of incompatible option ids</dd>
-</dl>
-</li>
-</ul>
 <a name="getDescription--">
 <!--   -->
 </a>
diff --git a/api/org/apache/jmeter/DynamicClassLoader.html b/api/org/apache/jmeter/DynamicClassLoader.html
index e4be076..1c00b7b 100644
--- a/api/org/apache/jmeter/DynamicClassLoader.html
+++ b/api/org/apache/jmeter/DynamicClassLoader.html
@@ -186,7 +186,9 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/net/URLClassLoad
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/jmeter/DynamicClassLoader.html#updateLoader-java.net.URL:A-">updateLoader</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>[]&nbsp;urls)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/jmeter/DynamicClassLoader.html#updateLoader-java.net.URL:A-">updateLoader</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>[]&nbsp;urls)</code>
+<div class="block">Returns list of URLs to add to the thread's classloader.</div>
+</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -289,6 +291,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/net/URLClassLoad
 <li class="blockList">
 <h4>updateLoader</h4>
 <pre>public static&nbsp;void&nbsp;updateLoader(<a href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>[]&nbsp;urls)</pre>
+<div class="block">Returns list of URLs to add to the thread's classloader.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>urls</code> - - list of URLs to add to the thread's classloader</dd>
diff --git a/api/org/apache/jmeter/SplashScreen.html b/api/org/apache/jmeter/SplashScreen.html
index 8387403..e5a1fd3 100644
--- a/api/org/apache/jmeter/SplashScreen.html
+++ b/api/org/apache/jmeter/SplashScreen.html
@@ -74,8 +74,8 @@ var activeTableTab = "activeTableTab";
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li><a href="#nested.classes.inherited.from.class.javax.swing.JWindow">Nested</a>&nbsp;|&nbsp;</li>
-<li><a href="#fields.inherited.from.class.javax.swing.JWindow">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#nested.classes.inherited.from.class.javax.swing.JDialog">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#fields.inherited.from.class.javax.swing.JDialog">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
 </ul>
@@ -109,7 +109,10 @@ var activeTableTab = "activeTableTab";
 <li><a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Window.html?is-external=true" title="class or interface in java.awt">java.awt.Window</a></li>
 <li>
 <ul class="inheritance">
-<li><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.html?is-external=true" title="class or interface in javax.swing">javax.swing.JWindow</a></li>
+<li><a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Dialog.html?is-external=true" title="class or interface in java.awt">java.awt.Dialog</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JDialog.html?is-external=true" title="class or interface in javax.swing">javax.swing.JDialog</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jmeter.SplashScreen</li>
@@ -124,17 +127,19 @@ var activeTableTab = "activeTableTab";
 </ul>
 </li>
 </ul>
+</li>
+</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/awt/image/ImageObserver.html?is-external=true" title="class or interface in java.awt.image">ImageObserver</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/MenuContainer.html?is-external=true" title="class or interface in java.awt">MenuContainer</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="https: [...]
+<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/awt/image/ImageObserver.html?is-external=true" title="class or interface in java.awt.image">ImageObserver</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/MenuContainer.html?is-external=true" title="class or interface in java.awt">MenuContainer</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="https: [...]
 </dl>
 <hr>
 <br>
 <pre>public class <span class="typeNameLabel">SplashScreen</span>
-extends <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.html?is-external=true" title="class or interface in javax.swing">JWindow</a></pre>
+extends <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JDialog.html?is-external=true" title="class or interface in javax.swing">JDialog</a></pre>
 <div class="block">Splash Screen</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
@@ -155,11 +160,18 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.h
 </a>
 <h3>Nested Class Summary</h3>
 <ul class="blockList">
-<li class="blockList"><a name="nested.classes.inherited.from.class.javax.swing.JWindow">
+<li class="blockList"><a name="nested.classes.inherited.from.class.javax.swing.JDialog">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from class&nbsp;javax.swing.<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JDialog.html?is-external=true" title="class or interface in javax.swing">JDialog</a></h3>
+<code><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JDialog.AccessibleJDialog.html?is-external=true" title="class or interface in javax.swing">JDialog.AccessibleJDialog</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Dialog">
 <!--   -->
 </a>
-<h3>Nested classes/interfaces inherited from class&nbsp;javax.swing.<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.html?is-external=true" title="class or interface in javax.swing">JWindow</a></h3>
-<code><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.AccessibleJWindow.html?is-external=true" title="class or interface in javax.swing">JWindow.AccessibleJWindow</a></code></li>
+<h3>Nested classes/interfaces inherited from class&nbsp;java.awt.<a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Dialog.html?is-external=true" title="class or interface in java.awt">Dialog</a></h3>
+<code><a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Dialog.AccessibleAWTDialog.html?is-external=true" title="class or interface in java.awt">Dialog.AccessibleAWTDialog</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Dialog.ModalExclusionType.html?is-external=true" title="class or interface in java.awt">Dialog.ModalExclusionType</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Dialog.ModalityType.html?is-external=true" title="class or interfa [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Window">
@@ -191,11 +203,18 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.h
 </a>
 <h3>Field Summary</h3>
 <ul class="blockList">
-<li class="blockList"><a name="fields.inherited.from.class.javax.swing.JWindow">
+<li class="blockList"><a name="fields.inherited.from.class.javax.swing.JDialog">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;javax.swing.<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JDialog.html?is-external=true" title="class or interface in javax.swing">JDialog</a></h3>
+<code><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JDialog.html?is-external=true#accessibleContext" title="class or interface in javax.swing">accessibleContext</a>, <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JDialog.html?is-external=true#rootPane" title="class or interface in javax.swing">rootPane</a>, <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JDialog.html?is-external=true#rootPaneCheckingEnabled" title="class or interface in jav [...]
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.java.awt.Dialog">
 <!--   -->
 </a>
-<h3>Fields inherited from class&nbsp;javax.swing.<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.html?is-external=true" title="class or interface in javax.swing">JWindow</a></h3>
-<code><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.html?is-external=true#accessibleContext" title="class or interface in javax.swing">accessibleContext</a>, <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.html?is-external=true#rootPane" title="class or interface in javax.swing">rootPane</a>, <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.html?is-external=true#rootPaneCheckingEnabled" title="class or interface in jav [...]
+<h3>Fields inherited from class&nbsp;java.awt.<a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Dialog.html?is-external=true" title="class or interface in java.awt">Dialog</a></h3>
+<code><a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Dialog.html?is-external=true#DEFAULT_MODALITY_TYPE" title="class or interface in java.awt">DEFAULT_MODALITY_TYPE</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="fields.inherited.from.class.java.awt.Component">
@@ -205,6 +224,13 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.h
 <code><a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Component.html?is-external=true#BOTTOM_ALIGNMENT" title="class or interface in java.awt">BOTTOM_ALIGNMENT</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Component.html?is-external=true#CENTER_ALIGNMENT" title="class or interface in java.awt">CENTER_ALIGNMENT</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Component.html?is-external=true#LEFT_ALIGNMENT" title="class or interface in java.aw [...]
 </ul>
 <ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.javax.swing.WindowConstants">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;javax.swing.<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/WindowConstants.html?is-external=true" title="class or interface in javax.swing">WindowConstants</a></h3>
+<code><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/WindowConstants.html?is-external=true#DISPOSE_ON_CLOSE" title="class or interface in javax.swing">DISPOSE_ON_CLOSE</a>, <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/WindowConstants.html?is-external=true#DO_NOTHING_ON_CLOSE" title="class or interface in javax.swing">DO_NOTHING_ON_CLOSE</a>, <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/WindowConstants.html?is-external=true#EXIT_ON_CLOSE [...]
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="fields.inherited.from.class.java.awt.image.ImageObserver">
 <!--   -->
 </a>
@@ -266,18 +292,25 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.h
 </tr>
 </table>
 <ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.javax.swing.JWindow">
+<li class="blockList"><a name="methods.inherited.from.class.javax.swing.JDialog">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;javax.swing.<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JDialog.html?is-external=true" title="class or interface in javax.swing">JDialog</a></h3>
+<code><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JDialog.html?is-external=true#addImpl-java.awt.Component-java.lang.Object-int-" title="class or interface in javax.swing">addImpl</a>, <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JDialog.html?is-external=true#createRootPane--" title="class or interface in javax.swing">createRootPane</a>, <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JDialog.html?is-external=true#dialogInit--" title="c [...]
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.awt.Dialog">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;javax.swing.<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.html?is-external=true" title="class or interface in javax.swing">JWindow</a></h3>
-<code><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.html?is-external=true#addImpl-java.awt.Component-java.lang.Object-int-" title="class or interface in javax.swing">addImpl</a>, <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.html?is-external=true#createRootPane--" title="class or interface in javax.swing">createRootPane</a>, <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.html?is-external=true#getAccessibleContext-- [...]
+<h3>Methods inherited from class&nbsp;java.awt.<a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Dialog.html?is-external=true" title="class or interface in java.awt">Dialog</a></h3>
+<code><a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Dialog.html?is-external=true#addNotify--" title="class or interface in java.awt">addNotify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Dialog.html?is-external=true#getModalityType--" title="class or interface in java.awt">getModalityType</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Dialog.html?is-external=true#getTitle--" title="class or interface in java.awt">getTitle</a>, <a href= [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.awt.Window">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.awt.<a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Window.html?is-external=true" title="class or interface in java.awt">Window</a></h3>
-<code><a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Window.html?is-external=true#addNotify--" title="class or interface in java.awt">addNotify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Window.html?is-external=true#addPropertyChangeListener-java.beans.PropertyChangeListener-" title="class or interface in java.awt">addPropertyChangeListener</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Window.html?is-external=true#addPropertyChangeLis [...]
+<code><a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Window.html?is-external=true#addPropertyChangeListener-java.beans.PropertyChangeListener-" title="class or interface in java.awt">addPropertyChangeListener</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Window.html?is-external=true#addPropertyChangeListener-java.lang.String-java.beans.PropertyChangeListener-" title="class or interface in java.awt">addPropertyChangeListener</a>, <a href="https://docs.oracl [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.awt.Container">
@@ -427,8 +460,8 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.h
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li><a href="#nested.classes.inherited.from.class.javax.swing.JWindow">Nested</a>&nbsp;|&nbsp;</li>
-<li><a href="#fields.inherited.from.class.javax.swing.JWindow">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#nested.classes.inherited.from.class.javax.swing.JDialog">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#fields.inherited.from.class.javax.swing.JDialog">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
 </ul>
diff --git a/api/org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html b/api/org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html
index 9a217f3..decdf51 100644
--- a/api/org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html
+++ b/api/org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html
@@ -229,7 +229,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html#isRegex">isRegex</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected <a href="../../../../../org/apache/jorphan/gui/JLabeledTextField.html" title="class in org.apache.jorphan.gui">JLabeledTextField</a></code></td>
+<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html#jsonPath">jsonPath</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -237,7 +237,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html#jsonValidation">jsonValidation</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected <a href="../../../../../org/apache/jorphan/gui/JLabeledTextArea.html" title="class in org.apache.jorphan.gui">JLabeledTextArea</a></code></td>
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/jmeter/gui/util/JSyntaxTextArea.html" title="class in org.apache.jmeter.gui.util">JSyntaxTextArea</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html#jsonValue">jsonValue</a></span></code>&nbsp;</td>
 </tr>
 </table>
@@ -301,37 +301,37 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
+<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html#buildPanel--">buildPanel</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html#clearGui--">clearGui</a></span>()</code>
 <div class="block">Provides a default implementation that resets the name field to the value of
  getStaticLabel(), reset comment and sets enabled to true.</div>
 </td>
 </tr>
-<tr id="i1" class="rowColor">
+<tr id="i2" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html#configure-org.apache.jmeter.testelement.TestElement-">configure</a></span>(<a href="../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&nbsp;element)</code>
 <div class="block">A newly created gui component can be initialized with the contents of a
  Test Element object by calling this method.</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html#createTestElement--">createTestElement</a></span>()</code>
 <div class="block">JMeter test components are separated into a model and a GUI
  representation.</div>
 </td>
 </tr>
-<tr id="i3" class="rowColor">
+<tr id="i4" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html#getLabelResource--">getLabelResource</a></span>()</code>
 <div class="block">Get the component's resource name, which getStaticLabel uses to derive
  the component's label in the local language.</div>
 </td>
 </tr>
-<tr id="i4" class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html#initFields--">initFields</a></span>()</code>&nbsp;</td>
-</tr>
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html#modifyTestElement-org.apache.jmeter.testelement.TestElement-">modifyTestElement</a></span>(<a href="../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&nbsp;element)</code>
@@ -427,7 +427,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 <ul class="blockList">
 <li class="blockList">
 <h4>jsonPath</h4>
-<pre>protected&nbsp;<a href="../../../../../org/apache/jorphan/gui/JLabeledTextField.html" title="class in org.apache.jorphan.gui">JLabeledTextField</a> jsonPath</pre>
+<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> jsonPath</pre>
 </li>
 </ul>
 <a name="jsonValue">
@@ -436,7 +436,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 <ul class="blockList">
 <li class="blockList">
 <h4>jsonValue</h4>
-<pre>protected&nbsp;<a href="../../../../../org/apache/jorphan/gui/JLabeledTextArea.html" title="class in org.apache.jorphan.gui">JLabeledTextArea</a> jsonValue</pre>
+<pre>protected&nbsp;<a href="../../../../../org/apache/jmeter/gui/util/JSyntaxTextArea.html" title="class in org.apache.jmeter.gui.util">JSyntaxTextArea</a> jsonValue</pre>
 </li>
 </ul>
 <a name="jsonValidation">
@@ -500,13 +500,13 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="initFields--">
+<a name="buildPanel--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>initFields</h4>
-<pre>protected&nbsp;void&nbsp;initFields()</pre>
+<h4>buildPanel</h4>
+<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a>&nbsp;buildPanel()</pre>
 </li>
 </ul>
 <a name="clearGui--">
diff --git a/api/org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.html b/api/org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.html
index 6a5c70a..6c19b29 100644
--- a/api/org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.html
+++ b/api/org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.html
@@ -283,30 +283,30 @@ extends <a href="../../../../../../org/apache/jmeter/assertions/gui/JSONPathAsse
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
+<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.html#buildPanel--">buildPanel</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.html#configure-org.apache.jmeter.testelement.TestElement-">configure</a></span>(<a href="../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&nbsp;element)</code>
 <div class="block">A newly created gui component can be initialized with the contents of a
  Test Element object by calling this method.</div>
 </td>
 </tr>
-<tr id="i1" class="rowColor">
+<tr id="i2" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.html#createTestElement--">createTestElement</a></span>()</code>
 <div class="block">JMeter test components are separated into a model and a GUI
  representation.</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.html#getLabelResource--">getLabelResource</a></span>()</code>
 <div class="block">Get the component's resource name, which getStaticLabel uses to derive
  the component's label in the local language.</div>
 </td>
 </tr>
-<tr id="i3" class="rowColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.html#initFields--">initFields</a></span>()</code>&nbsp;</td>
-</tr>
 <tr id="i4" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.html#modifyTestElement-org.apache.jmeter.testelement.TestElement-">modifyTestElement</a></span>(<a href="../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&nbsp;element)</code>
@@ -417,16 +417,16 @@ extends <a href="../../../../../../org/apache/jmeter/assertions/gui/JSONPathAsse
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="initFields--">
+<a name="buildPanel--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>initFields</h4>
-<pre>protected final&nbsp;void&nbsp;initFields()</pre>
+<h4>buildPanel</h4>
+<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a>&nbsp;buildPanel()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a href="../../../../../../org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html#initFields--">initFields</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html" title="class in org.apache.jmeter.assertions.gui">JSONPathAssertionGui</a></code></dd>
+<dd><code><a href="../../../../../../org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html#buildPanel--">buildPanel</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/jmeter/assertions/gui/JSONPathAssertionGui.html" title="class in org.apache.jmeter.assertions.gui">JSONPathAssertionGui</a></code></dd>
 </dl>
 </li>
 </ul>
diff --git a/api/org/apache/jmeter/config/RandomVariableConfig.html b/api/org/apache/jmeter/config/RandomVariableConfig.html
index 6a5b20d..7fc749f 100644
--- a/api/org/apache/jmeter/config/RandomVariableConfig.html
+++ b/api/org/apache/jmeter/config/RandomVariableConfig.html
@@ -189,27 +189,39 @@ implements <a href="../../../../org/apache/jmeter/testbeans/TestBean.html" title
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#getMaximumValue--">getMaximumValue</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#getMaximumValue--">getMaximumValue</a></span>()</code>
+<div class="block">Returns the maximum value (inclusive).</div>
+</td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#getMinimumValue--">getMinimumValue</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#getMinimumValue--">getMinimumValue</a></span>()</code>
+<div class="block">Returns the minimum value (inclusive).</div>
+</td>
 </tr>
 <tr id="i2" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#getOutputFormat--">getOutputFormat</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#getOutputFormat--">getOutputFormat</a></span>()</code>
+<div class="block">Returns the output format.</div>
+</td>
 </tr>
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#getPerThread--">getPerThread</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#getPerThread--">getPerThread</a></span>()</code>
+<div class="block">Returns <code>true</code> if the random is computed per thread.</div>
+</td>
 </tr>
 <tr id="i4" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#getRandomSeed--">getRandomSeed</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#getRandomSeed--">getRandomSeed</a></span>()</code>
+<div class="block">Returns the random seed.</div>
+</td>
 </tr>
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#getVariableName--">getVariableName</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#getVariableName--">getVariableName</a></span>()</code>
+<div class="block">Returns the variable name.</div>
+</td>
 </tr>
 <tr id="i6" class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -219,27 +231,39 @@ implements <a href="../../../../org/apache/jmeter/testbeans/TestBean.html" title
 </tr>
 <tr id="i7" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#setMaximumValue-java.lang.String-">setMaximumValue</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;maxvalue)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#setMaximumValue-java.lang.String-">setMaximumValue</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;maxvalue)</code>
+<div class="block">Configures the maximum value (inclusive).</div>
+</td>
 </tr>
 <tr id="i8" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#setMinimumValue-java.lang.String-">setMinimumValue</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;minValue)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#setMinimumValue-java.lang.String-">setMinimumValue</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;minValue)</code>
+<div class="block">Configures the minimum value (inclusive).</div>
+</td>
 </tr>
 <tr id="i9" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#setOutputFormat-java.lang.String-">setOutputFormat</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;outputFormat)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#setOutputFormat-java.lang.String-">setOutputFormat</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;outputFormat)</code>
+<div class="block">Configures the output format.</div>
+</td>
 </tr>
 <tr id="i10" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#setPerThread-boolean-">setPerThread</a></span>(boolean&nbsp;perThread)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#setPerThread-boolean-">setPerThread</a></span>(boolean&nbsp;perThread)</code>
+<div class="block">Configures if the random is computed per thread.</div>
+</td>
 </tr>
 <tr id="i11" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#setRandomSeed-java.lang.String-">setRandomSeed</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;randomSeed)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#setRandomSeed-java.lang.String-">setRandomSeed</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;randomSeed)</code>
+<div class="block">Configures the random seed.</div>
+</td>
 </tr>
 <tr id="i12" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#setVariableName-java.lang.String-">setVariableName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableName)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/config/RandomVariableConfig.html#setVariableName-java.lang.String-">setVariableName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableName)</code>
+<div class="block">Configures the variable name.</div>
+</td>
 </tr>
 <tr id="i13" class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -343,6 +367,7 @@ implements <a href="../../../../org/apache/jmeter/testbeans/TestBean.html" title
 <li class="blockList">
 <h4>getMinimumValue</h4>
 <pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getMinimumValue()</pre>
+<div class="block">Returns the minimum value (inclusive).</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the minValue</dd>
@@ -356,6 +381,7 @@ implements <a href="../../../../org/apache/jmeter/testbeans/TestBean.html" title
 <li class="blockList">
 <h4>setMinimumValue</h4>
 <pre>public&nbsp;void&nbsp;setMinimumValue(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;minValue)</pre>
+<div class="block">Configures the minimum value (inclusive).</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>minValue</code> - the minValue to set</dd>
@@ -369,6 +395,7 @@ implements <a href="../../../../org/apache/jmeter/testbeans/TestBean.html" title
 <li class="blockList">
 <h4>getMaximumValue</h4>
 <pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getMaximumValue()</pre>
+<div class="block">Returns the maximum value (inclusive).</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the maxvalue</dd>
@@ -382,6 +409,7 @@ implements <a href="../../../../org/apache/jmeter/testbeans/TestBean.html" title
 <li class="blockList">
 <h4>setMaximumValue</h4>
 <pre>public&nbsp;void&nbsp;setMaximumValue(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;maxvalue)</pre>
+<div class="block">Configures the maximum value (inclusive).</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>maxvalue</code> - the maxvalue to set</dd>
@@ -395,6 +423,7 @@ implements <a href="../../../../org/apache/jmeter/testbeans/TestBean.html" title
 <li class="blockList">
 <h4>getVariableName</h4>
 <pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getVariableName()</pre>
+<div class="block">Returns the variable name.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the variableName</dd>
@@ -408,6 +437,7 @@ implements <a href="../../../../org/apache/jmeter/testbeans/TestBean.html" title
 <li class="blockList">
 <h4>setVariableName</h4>
 <pre>public&nbsp;void&nbsp;setVariableName(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableName)</pre>
+<div class="block">Configures the variable name.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>variableName</code> - the variableName to set</dd>
@@ -421,6 +451,7 @@ implements <a href="../../../../org/apache/jmeter/testbeans/TestBean.html" title
 <li class="blockList">
 <h4>getRandomSeed</h4>
 <pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getRandomSeed()</pre>
+<div class="block">Returns the random seed.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the randomSeed</dd>
@@ -434,6 +465,7 @@ implements <a href="../../../../org/apache/jmeter/testbeans/TestBean.html" title
 <li class="blockList">
 <h4>setRandomSeed</h4>
 <pre>public&nbsp;void&nbsp;setRandomSeed(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;randomSeed)</pre>
+<div class="block">Configures the random seed.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>randomSeed</code> - the randomSeed to set</dd>
@@ -447,6 +479,7 @@ implements <a href="../../../../org/apache/jmeter/testbeans/TestBean.html" title
 <li class="blockList">
 <h4>getPerThread</h4>
 <pre>public&nbsp;boolean&nbsp;getPerThread()</pre>
+<div class="block">Returns <code>true</code> if the random is computed per thread.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the perThread</dd>
@@ -460,6 +493,7 @@ implements <a href="../../../../org/apache/jmeter/testbeans/TestBean.html" title
 <li class="blockList">
 <h4>setPerThread</h4>
 <pre>public&nbsp;void&nbsp;setPerThread(boolean&nbsp;perThread)</pre>
+<div class="block">Configures if the random is computed per thread.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>perThread</code> - the perThread to set</dd>
@@ -473,6 +507,7 @@ implements <a href="../../../../org/apache/jmeter/testbeans/TestBean.html" title
 <li class="blockList">
 <h4>getOutputFormat</h4>
 <pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getOutputFormat()</pre>
+<div class="block">Returns the output format.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the outputFormat</dd>
@@ -486,6 +521,7 @@ implements <a href="../../../../org/apache/jmeter/testbeans/TestBean.html" title
 <li class="blockList">
 <h4>setOutputFormat</h4>
 <pre>public&nbsp;void&nbsp;setOutputFormat(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;outputFormat)</pre>
+<div class="block">Configures the output format.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>outputFormat</code> - the outputFormat to set</dd>
diff --git a/api/org/apache/jmeter/control/ModuleController.html b/api/org/apache/jmeter/control/ModuleController.html
index 8fd98ce..2799f24 100644
--- a/api/org/apache/jmeter/control/ModuleController.html
+++ b/api/org/apache/jmeter/control/ModuleController.html
@@ -218,7 +218,7 @@ implements <a href="../../../../org/apache/jmeter/control/ReplaceableController.
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/jmeter/gui/tree/JMeterTreeNode.html" title="class in org.apache.jmeter.gui.tree">JMeterTreeNode</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/control/ModuleController.html#getSelectedNode--">getSelectedNode</a></span>()</code>
-<div class="block">Gets the (@link JMeterTreeNode) for the Controller</div>
+<div class="block">Gets the <a href="../../../../org/apache/jmeter/gui/tree/JMeterTreeNode.html" title="class in org.apache.jmeter.gui.tree"><code>JMeterTreeNode</code></a> for the Controller</div>
 </td>
 </tr>
 <tr id="i4" class="altColor">
@@ -230,7 +230,7 @@ implements <a href="../../../../org/apache/jmeter/control/ReplaceableController.
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/control/ModuleController.html#setSelectedNode-org.apache.jmeter.gui.tree.JMeterTreeNode-">setSelectedNode</a></span>(<a href="../../../../org/apache/jmeter/gui/tree/JMeterTreeNode.html" title="class in org.apache.jmeter.gui.tree">JMeterTreeNode</a>&nbsp;tn)</code>
-<div class="block">Sets the (@link JMeterTreeNode) which represents the controller which
+<div class="block">Sets the <a href="../../../../org/apache/jmeter/gui/tree/JMeterTreeNode.html" title="class in org.apache.jmeter.gui.tree"><code>JMeterTreeNode</code></a> which represents the controller which
  this object is pointing to.</div>
 </td>
 </tr>
@@ -321,7 +321,7 @@ implements <a href="../../../../org/apache/jmeter/control/ReplaceableController.
 <li class="blockList">
 <h4>setSelectedNode</h4>
 <pre>public&nbsp;void&nbsp;setSelectedNode(<a href="../../../../org/apache/jmeter/gui/tree/JMeterTreeNode.html" title="class in org.apache.jmeter.gui.tree">JMeterTreeNode</a>&nbsp;tn)</pre>
-<div class="block">Sets the (@link JMeterTreeNode) which represents the controller which
+<div class="block">Sets the <a href="../../../../org/apache/jmeter/gui/tree/JMeterTreeNode.html" title="class in org.apache.jmeter.gui.tree"><code>JMeterTreeNode</code></a> which represents the controller which
  this object is pointing to. Used for building the test case upon
  execution.</div>
 <dl>
@@ -339,7 +339,7 @@ implements <a href="../../../../org/apache/jmeter/control/ReplaceableController.
 <li class="blockList">
 <h4>getSelectedNode</h4>
 <pre>public&nbsp;<a href="../../../../org/apache/jmeter/gui/tree/JMeterTreeNode.html" title="class in org.apache.jmeter.gui.tree">JMeterTreeNode</a>&nbsp;getSelectedNode()</pre>
-<div class="block">Gets the (@link JMeterTreeNode) for the Controller</div>
+<div class="block">Gets the <a href="../../../../org/apache/jmeter/gui/tree/JMeterTreeNode.html" title="class in org.apache.jmeter.gui.tree"><code>JMeterTreeNode</code></a> for the Controller</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>JMeterTreeNode</dd>
diff --git a/api/org/apache/jmeter/extractor/json/jmespath/JMESPathCache.html b/api/org/apache/jmeter/extractor/json/jmespath/JMESPathCache.html
index 6ae8dcd..b8a5102 100644
--- a/api/org/apache/jmeter/extractor/json/jmespath/JMESPathCache.html
+++ b/api/org/apache/jmeter/extractor/json/jmespath/JMESPathCache.html
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
 <div class="subNav">
 <ul class="navList">
 <li>Prev&nbsp;Class</li>
-<li><a href="../../../../../../org/apache/jmeter/extractor/json/jmespath/JMESPathCacheLoader.html" title="class in org.apache.jmeter.extractor.json.jmespath"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/jmeter/extractor/json/jmespath/JMESPathExtractor.html" title="class in org.apache.jmeter.extractor.json.jmespath"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/jmeter/extractor/json/jmespath/JMESPathCache.html" target="_top">Frames</a></li>
@@ -223,7 +223,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <div class="subNav">
 <ul class="navList">
 <li>Prev&nbsp;Class</li>
-<li><a href="../../../../../../org/apache/jmeter/extractor/json/jmespath/JMESPathCacheLoader.html" title="class in org.apache.jmeter.extractor.json.jmespath"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/jmeter/extractor/json/jmespath/JMESPathExtractor.html" title="class in org.apache.jmeter.extractor.json.jmespath"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/jmeter/extractor/json/jmespath/JMESPathCache.html" target="_top">Frames</a></li>
diff --git a/api/org/apache/jmeter/extractor/json/jmespath/JMESPathExtractor.html b/api/org/apache/jmeter/extractor/json/jmespath/JMESPathExtractor.html
index eb50a79..2454ace 100644
--- a/api/org/apache/jmeter/extractor/json/jmespath/JMESPathExtractor.html
+++ b/api/org/apache/jmeter/extractor/json/jmespath/JMESPathExtractor.html
@@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/jmeter/extractor/json/jmespath/JMESPathCacheLoader.html" title="class in org.apache.jmeter.extractor.json.jmespath"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/jmeter/extractor/json/jmespath/JMESPathCache.html" title="class in org.apache.jmeter.extractor.json.jmespath"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
@@ -562,7 +562,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/jmeter/extractor/json/jmespath/JMESPathCacheLoader.html" title="class in org.apache.jmeter.extractor.json.jmespath"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/jmeter/extractor/json/jmespath/JMESPathCache.html" title="class in org.apache.jmeter.extractor.json.jmespath"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
diff --git a/api/org/apache/jmeter/extractor/json/jmespath/package-frame.html b/api/org/apache/jmeter/extractor/json/jmespath/package-frame.html
index 5b22e9c..fdae07a 100644
--- a/api/org/apache/jmeter/extractor/json/jmespath/package-frame.html
+++ b/api/org/apache/jmeter/extractor/json/jmespath/package-frame.html
@@ -14,7 +14,6 @@
 <h2 title="Classes">Classes</h2>
 <ul title="Classes">
 <li><a href="JMESPathCache.html" title="class in org.apache.jmeter.extractor.json.jmespath" target="classFrame">JMESPathCache</a></li>
-<li><a href="JMESPathCacheLoader.html" title="class in org.apache.jmeter.extractor.json.jmespath" target="classFrame">JMESPathCacheLoader</a></li>
 <li><a href="JMESPathExtractor.html" title="class in org.apache.jmeter.extractor.json.jmespath" target="classFrame">JMESPathExtractor</a></li>
 </ul>
 </div>
diff --git a/api/org/apache/jmeter/extractor/json/jmespath/package-summary.html b/api/org/apache/jmeter/extractor/json/jmespath/package-summary.html
index 5358a04..1d3eaf7 100644
--- a/api/org/apache/jmeter/extractor/json/jmespath/package-summary.html
+++ b/api/org/apache/jmeter/extractor/json/jmespath/package-summary.html
@@ -87,10 +87,6 @@
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="../../../../../../org/apache/jmeter/extractor/json/jmespath/JMESPathCacheLoader.html" title="class in org.apache.jmeter.extractor.json.jmespath">JMESPathCacheLoader</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/jmeter/extractor/json/jmespath/JMESPathExtractor.html" title="class in org.apache.jmeter.extractor.json.jmespath">JMESPathExtractor</a></td>
 <td class="colLast">
 <div class="block">JMESPATH based extractor</div>
diff --git a/api/org/apache/jmeter/extractor/json/jmespath/package-tree.html b/api/org/apache/jmeter/extractor/json/jmespath/package-tree.html
index a4d6dc1..8aec495 100644
--- a/api/org/apache/jmeter/extractor/json/jmespath/package-tree.html
+++ b/api/org/apache/jmeter/extractor/json/jmespath/package-tree.html
@@ -91,7 +91,6 @@
 </ul>
 </li>
 <li type="circle">org.apache.jmeter.extractor.json.jmespath.<a href="../../../../../../org/apache/jmeter/extractor/json/jmespath/JMESPathCache.html" title="class in org.apache.jmeter.extractor.json.jmespath"><span class="typeNameLink">JMESPathCache</span></a></li>
-<li type="circle">org.apache.jmeter.extractor.json.jmespath.<a href="../../../../../../org/apache/jmeter/extractor/json/jmespath/JMESPathCacheLoader.html" title="class in org.apache.jmeter.extractor.json.jmespath"><span class="typeNameLink">JMESPathCacheLoader</span></a> (implements com.github.benmanes.caffeine.cache.CacheLoader&lt;K,V&gt;)</li>
 </ul>
 </li>
 </ul>
diff --git a/api/org/apache/jmeter/gui/AbstractJMeterGuiComponent.html b/api/org/apache/jmeter/gui/AbstractJMeterGuiComponent.html
index 65189de..cca9ab2 100644
--- a/api/org/apache/jmeter/gui/AbstractJMeterGuiComponent.html
+++ b/api/org/apache/jmeter/gui/AbstractJMeterGuiComponent.html
@@ -251,10 +251,12 @@ implements <a href="../../../../org/apache/jmeter/gui/JMeterGUIComponent.html" t
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/gui/AbstractJMeterGuiComponent.html#AbstractJMeterGuiComponent--">AbstractJMeterGuiComponent</a></span>()</code>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/gui/AbstractJMeterGuiComponent.html#AbstractJMeterGuiComponent--">AbstractJMeterGuiComponent</a></span>()</code>
 <div class="block">When constructing a new component, this takes care of basic tasks like
  setting up the Name Panel and assigning the class's static label as the
  name to start.</div>
@@ -480,7 +482,7 @@ protected&nbsp;<a href="../../../../org/apache/jmeter/gui/NamePanel.html" title=
 <ul class="blockListLast">
 <li class="blockList">
 <h4>AbstractJMeterGuiComponent</h4>
-<pre>public&nbsp;AbstractJMeterGuiComponent()</pre>
+<pre>protected&nbsp;AbstractJMeterGuiComponent()</pre>
 <div class="block">When constructing a new component, this takes care of basic tasks like
  setting up the Name Panel and assigning the class's static label as the
  name to start.</div>
diff --git a/api/org/apache/jmeter/gui/ClearGui.html b/api/org/apache/jmeter/gui/ClearGui.html
index bdf72c2..b55f11e 100644
--- a/api/org/apache/jmeter/gui/ClearGui.html
+++ b/api/org/apache/jmeter/gui/ClearGui.html
@@ -105,7 +105,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../org/apache/jmeter/assertions/gui/AbstractAssertionGui.html" title="class in org.apache.jmeter.assertions.gui">AbstractAssertionGui</a>, <a href="../../../../org/apache/jmeter/config/gui/AbstractConfigGui.html" title="class in org.apache.jmeter.config.gui">AbstractConfigGui</a>, <a href="../../../../org/apache/jmeter/control/gui/AbstractControllerGui.html" title="class in org.apache.jmeter.control.gui">AbstractControllerGui</a>, <a href="../../../../org/apache/jme [...]
+<dd><a href="../../../../org/apache/jmeter/assertions/gui/AbstractAssertionGui.html" title="class in org.apache.jmeter.assertions.gui">AbstractAssertionGui</a>, <a href="../../../../org/apache/jmeter/config/gui/AbstractConfigGui.html" title="class in org.apache.jmeter.config.gui">AbstractConfigGui</a>, <a href="../../../../org/apache/jmeter/control/gui/AbstractControllerGui.html" title="class in org.apache.jmeter.control.gui">AbstractControllerGui</a>, <a href="../../../../org/apache/jme [...]
 </dl>
 <hr>
 <br>
diff --git a/api/org/apache/jmeter/gui/GUIFactory.html b/api/org/apache/jmeter/gui/GUIFactory.html
index c3f32c8..a6889d4 100644
--- a/api/org/apache/jmeter/gui/GUIFactory.html
+++ b/api/org/apache/jmeter/gui/GUIFactory.html
@@ -300,7 +300,9 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
                                <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;guiClass,
                                <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;testClass)
                         throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/InstantiationException.html?is-external=true" title="class or interface in java.lang">InstantiationException</a>,
-                               <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></pre>
+                               <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a>,
+                               <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/NoSuchMethodException.html?is-external=true" title="class or interface in java.lang">NoSuchMethodException</a>,
+                               <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/InvocationTargetException.html?is-external=true" title="class or interface in java.lang.reflect">InvocationTargetException</a></pre>
 <div class="block">Register a GUI class so that it can later be retrieved via
  <a href="../../../../org/apache/jmeter/gui/GUIFactory.html#getGUI-java.lang.Class-"><code>getGUI(Class)</code></a>. The key should match the fully-qualified class
  name for the class used as the parameter when retrieving the GUI.</div>
@@ -313,6 +315,8 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/InstantiationException.html?is-external=true" title="class or interface in java.lang">InstantiationException</a></code> - if an instance of the GUI class can not be instantiated</dd>
 <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></code> - if access rights do not permit an instance of the GUI class
              to be created</dd>
+<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/NoSuchMethodException.html?is-external=true" title="class or interface in java.lang">NoSuchMethodException</a></code> - when no constructor can be found on the given <code>guiClass</code></dd>
+<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/InvocationTargetException.html?is-external=true" title="class or interface in java.lang.reflect">InvocationTargetException</a></code> - when the called constructor throws an exception</dd>
 </dl>
 </li>
 </ul>
diff --git a/api/org/apache/jmeter/gui/GuiPackage.html b/api/org/apache/jmeter/gui/GuiPackage.html
index 5206784..8b64556 100644
--- a/api/org/apache/jmeter/gui/GuiPackage.html
+++ b/api/org/apache/jmeter/gui/GuiPackage.html
@@ -766,7 +766,7 @@ public&nbsp;void&nbsp;removeNode(<a href="../../../../org/apache/jmeter/testelem
 <pre>public&nbsp;void&nbsp;setDirty(boolean&nbsp;dirty)</pre>
 <div class="block">The dirty property is a flag that indicates whether there are parts of
  JMeter's test tree that the user has not saved since last modification.
- Various (@link Command actions) set this property when components are
+ Various <a href="../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action"><code>Command</code></a> actions set this property when components are
  modified/created/saved.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
diff --git a/api/org/apache/jmeter/gui/JMeterGUIComponent.html b/api/org/apache/jmeter/gui/JMeterGUIComponent.html
index 788167b..6b84314 100644
--- a/api/org/apache/jmeter/gui/JMeterGUIComponent.html
+++ b/api/org/apache/jmeter/gui/JMeterGUIComponent.html
@@ -105,7 +105,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../org/apache/jmeter/assertions/gui/AbstractAssertionGui.html" title="class in org.apache.jmeter.assertions.gui">AbstractAssertionGui</a>, <a href="../../../../org/apache/jmeter/config/gui/AbstractConfigGui.html" title="class in org.apache.jmeter.config.gui">AbstractConfigGui</a>, <a href="../../../../org/apache/jmeter/control/gui/AbstractControllerGui.html" title="class in org.apache.jmeter.control.gui">AbstractControllerGui</a>, <a href="../../../../org/apache/jme [...]
+<dd><a href="../../../../org/apache/jmeter/assertions/gui/AbstractAssertionGui.html" title="class in org.apache.jmeter.assertions.gui">AbstractAssertionGui</a>, <a href="../../../../org/apache/jmeter/config/gui/AbstractConfigGui.html" title="class in org.apache.jmeter.config.gui">AbstractConfigGui</a>, <a href="../../../../org/apache/jmeter/control/gui/AbstractControllerGui.html" title="class in org.apache.jmeter.control.gui">AbstractControllerGui</a>, <a href="../../../../org/apache/jme [...]
 </dl>
 <hr>
 <br>
diff --git a/api/org/apache/jmeter/gui/action/ActionRouter.html b/api/org/apache/jmeter/gui/action/ActionRouter.html
index d55248c..a11fb85 100644
--- a/api/org/apache/jmeter/gui/action/ActionRouter.html
+++ b/api/org/apache/jmeter/gui/action/ActionRouter.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":9,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":9,"i8":10,"i9":10,"i10":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -196,16 +196,6 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/event/Act
 </td>
 </tr>
 <tr id="i9" class="rowColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/gui/action/ActionRouter.html#postActionPerformed-java.lang.Class-java.awt.event.ActionEvent-">postActionPerformed</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action"> [...]
-                   <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/event/ActionEvent.html?is-external=true" title="class or interface in java.awt.event">ActionEvent</a>&nbsp;e)</code>&nbsp;</td>
-</tr>
-<tr id="i10" class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/gui/action/ActionRouter.html#preActionPerformed-java.lang.Class-java.awt.event.ActionEvent-">preActionPerformed</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Co [...]
-                  <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/event/ActionEvent.html?is-external=true" title="class or interface in java.awt.event">ActionEvent</a>&nbsp;e)</code>&nbsp;</td>
-</tr>
-<tr id="i11" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/gui/action/ActionRouter.html#removePostActionListener-java.lang.Class-java.awt.event.ActionListener-">removePostActionListener</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;action,
                         <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/event/ActionListener.html?is-external=true" title="class or interface in java.awt.event">ActionListener</a>&nbsp;listener)</code>
@@ -213,7 +203,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/event/Act
  command being executed after the command has executed.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/gui/action/ActionRouter.html#removePreActionListener-java.lang.Class-java.awt.event.ActionListener-">removePreActionListener</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;action,
                        <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/event/ActionListener.html?is-external=true" title="class or interface in java.awt.event">ActionListener</a>&nbsp;listener)</code>
@@ -404,36 +394,6 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/event/Act
 </dl>
 </li>
 </ul>
-<a name="preActionPerformed-java.lang.Class-java.awt.event.ActionEvent-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>preActionPerformed</h4>
-<pre>protected&nbsp;void&nbsp;preActionPerformed(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</a>&gt;&nbsp;action,
-                                  <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/event/ActionEvent.html?is-external=true" title="class or interface in java.awt.event">ActionEvent</a>&nbsp;e)</pre>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>action</code> - <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><code>Class</code></a></dd>
-<dd><code>e</code> - <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/event/ActionEvent.html?is-external=true" title="class or interface in java.awt.event"><code>ActionEvent</code></a></dd>
-</dl>
-</li>
-</ul>
-<a name="postActionPerformed-java.lang.Class-java.awt.event.ActionEvent-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>postActionPerformed</h4>
-<pre>protected&nbsp;void&nbsp;postActionPerformed(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</a>&gt;&nbsp;action,
-                                   <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/event/ActionEvent.html?is-external=true" title="class or interface in java.awt.event">ActionEvent</a>&nbsp;e)</pre>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>action</code> - <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><code>Class</code></a></dd>
-<dd><code>e</code> - <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/event/ActionEvent.html?is-external=true" title="class or interface in java.awt.event"><code>ActionEvent</code></a></dd>
-</dl>
-</li>
-</ul>
 <a name="populateCommandMap--">
 <!--   -->
 </a>
diff --git a/api/org/apache/jmeter/gui/action/LookAndFeelCommand.html b/api/org/apache/jmeter/gui/action/LookAndFeelCommand.html
index 99266d6..feffa4c 100644
--- a/api/org/apache/jmeter/gui/action/LookAndFeelCommand.html
+++ b/api/org/apache/jmeter/gui/action/LookAndFeelCommand.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":9,"i1":10,"i2":10,"i3":41,"i4":9,"i5":9,"i6":9};
+var methods = {"i0":9,"i1":10,"i2":10,"i3":41,"i4":9,"i5":9,"i6":9,"i7":9};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -209,6 +209,10 @@ extends <a href="../../../../../org/apache/jmeter/gui/action/AbstractAction.html
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/gui/action/LookAndFeelCommand.html#isDark--">isDark</a></span>()</code>&nbsp;</td>
 </tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/gui/action/LookAndFeelCommand.html#isDarklafTheme--">isDarklafTheme</a></span>()</code>&nbsp;</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.jmeter.gui.action.AbstractAction">
@@ -303,6 +307,15 @@ public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/
 </dl>
 </li>
 </ul>
+<a name="isDarklafTheme--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isDarklafTheme</h4>
+<pre>public static&nbsp;boolean&nbsp;isDarklafTheme()</pre>
+</li>
+</ul>
 <a name="isDark--">
 <!--   -->
 </a>
diff --git a/api/org/apache/jmeter/gui/package-tree.html b/api/org/apache/jmeter/gui/package-tree.html
index 6d5989d..afcbf6c 100644
--- a/api/org/apache/jmeter/gui/package-tree.html
+++ b/api/org/apache/jmeter/gui/package-tree.html
@@ -176,8 +176,8 @@
 </ul>
 <h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
 <ul>
-<li type="circle">org.apache.jmeter.gui.<a href="../../../../org/apache/jmeter/gui/GUIMenuSortOrder.html" title="annotation in org.apache.jmeter.gui"><span class="typeNameLink">GUIMenuSortOrder</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.jmeter.gui.<a href="../../../../org/apache/jmeter/gui/TestElementMetadata.html" title="annotation in org.apache.jmeter.gui"><span class="typeNameLink">TestElementMetadata</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.jmeter.gui.<a href="../../../../org/apache/jmeter/gui/GUIMenuSortOrder.html" title="annotation in org.apache.jmeter.gui"><span class="typeNameLink">GUIMenuSortOrder</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 </ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
diff --git a/api/org/apache/jmeter/gui/util/HeaderAsPropertyRenderer.html b/api/org/apache/jmeter/gui/util/HeaderAsPropertyRenderer.html
index 5b87711..f203588 100644
--- a/api/org/apache/jmeter/gui/util/HeaderAsPropertyRenderer.html
+++ b/api/org/apache/jmeter/gui/util/HeaderAsPropertyRenderer.html
@@ -261,7 +261,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/table/Def
 <tr class="rowColor">
 <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/gui/util/HeaderAsPropertyRenderer.html#HeaderAsPropertyRenderer-java.lang.Object:A:A-">HeaderAsPropertyRenderer</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[][]&nbsp;columnsMsgParameters)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<div class="block"><span class="deprecationComment">don't use <code>columnsMgsParameters</code> as they are
+<div class="block"><span class="deprecationComment">don't use <code>columnsMsgParameters</code> as they are
  not moved around when rows of the corresponding table object model
  are moved.</span></div>
 </div>
@@ -372,8 +372,9 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/table/Def
 <li class="blockList">
 <h4>HeaderAsPropertyRenderer</h4>
 <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;HeaderAsPropertyRenderer(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[][]&nbsp;columnsMsgParameters)</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">don't use <code>columnsMgsParameters</code> as they are
+public&nbsp;HeaderAsPropertyRenderer(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+                                            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[][]&nbsp;columnsMsgParameters)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">don't use <code>columnsMsgParameters</code> as they are
  not moved around when rows of the corresponding table object model
  are moved.</span></div>
 <dl>
diff --git a/api/org/apache/jmeter/gui/util/JMeterToolBar.html b/api/org/apache/jmeter/gui/util/JMeterToolBar.html
index 126fda9..28c34b6 100644
--- a/api/org/apache/jmeter/gui/util/JMeterToolBar.html
+++ b/api/org/apache/jmeter/gui/util/JMeterToolBar.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":9,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
+var methods = {"i0":10,"i1":9,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -276,34 +276,40 @@ implements <a href="../../../../../org/apache/jmeter/util/LocaleChangeListener.h
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/gui/util/JMeterToolBar.html#addImpl-java.awt.Component-java.lang.Object-int-">addImpl</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Component.html?is-external=true" title="class or interface in java.awt">Component</a>&nbsp;comp,
+       <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;constraints,
+       int&nbsp;index)</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/jmeter/gui/util/JMeterToolBar.html" title="class in org.apache.jmeter.gui.util">JMeterToolBar</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/gui/util/JMeterToolBar.html#createToolbar-boolean-">createToolbar</a></span>(boolean&nbsp;visible)</code>
 <div class="block">Create the default JMeter toolbar</div>
 </td>
 </tr>
-<tr id="i1" class="rowColor">
+<tr id="i2" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/gui/util/JMeterToolBar.html#initButtonsState--">initButtonsState</a></span>()</code>
 <div class="block">Init the state of buttons</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/gui/util/JMeterToolBar.html#localeChanged-org.apache.jmeter.util.LocaleChangeEvent-">localeChanged</a></span>(<a href="../../../../../org/apache/jmeter/util/LocaleChangeEvent.html" title="class in org.apache.jmeter.util">LocaleChangeEvent</a>&nbsp;event)</code></td>
 </tr>
-<tr id="i3" class="rowColor">
+<tr id="i4" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/gui/util/JMeterToolBar.html#setLocalTestStarted-boolean-">setLocalTestStarted</a></span>(boolean&nbsp;started)</code>
 <div class="block">Change state of buttons on local test</div>
 </td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/gui/util/JMeterToolBar.html#setRemoteTestStarted-boolean-">setRemoteTestStarted</a></span>(boolean&nbsp;started)</code>
 <div class="block">Change state of buttons on remote test</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/gui/util/JMeterToolBar.html#updateUndoRedoIcons-boolean-boolean-">updateUndoRedoIcons</a></span>(boolean&nbsp;canUndo,
                    boolean&nbsp;canRedo)</code>
@@ -316,7 +322,7 @@ implements <a href="../../../../../org/apache/jmeter/util/LocaleChangeListener.h
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;javax.swing.<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JToolBar.html?is-external=true" title="class or interface in javax.swing">JToolBar</a></h3>
-<code><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JToolBar.html?is-external=true#add-javax.swing.Action-" title="class or interface in javax.swing">add</a>, <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JToolBar.html?is-external=true#addImpl-java.awt.Component-java.lang.Object-int-" title="class or interface in javax.swing">addImpl</a>, <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JToolBar.html?is-external=true#addSeparator--" title=" [...]
+<code><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JToolBar.html?is-external=true#add-javax.swing.Action-" title="class or interface in javax.swing">add</a>, <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JToolBar.html?is-external=true#addSeparator--" title="class or interface in javax.swing">addSeparator</a>, <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JToolBar.html?is-external=true#addSeparator-java.awt.Dimension-" title="class or in [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.javax.swing.JComponent">
@@ -466,6 +472,21 @@ implements <a href="../../../../../org/apache/jmeter/util/LocaleChangeListener.h
 </dl>
 </li>
 </ul>
+<a name="addImpl-java.awt.Component-java.lang.Object-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addImpl</h4>
+<pre>protected&nbsp;void&nbsp;addImpl(<a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Component.html?is-external=true" title="class or interface in java.awt">Component</a>&nbsp;comp,
+                       <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;constraints,
+                       int&nbsp;index)</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JToolBar.html?is-external=true#addImpl-java.awt.Component-java.lang.Object-int-" title="class or interface in javax.swing">addImpl</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JToolBar.html?is-external=true" title="class or interface in javax.swing">JToolBar</a></code></dd>
+</dl>
+</li>
+</ul>
 <a name="localeChanged-org.apache.jmeter.util.LocaleChangeEvent-">
 <!--   -->
 </a>
diff --git a/api/org/apache/jmeter/gui/util/JSyntaxSearchToolBar.html b/api/org/apache/jmeter/gui/util/JSyntaxSearchToolBar.html
index 4846a93..6480296 100644
--- a/api/org/apache/jmeter/gui/util/JSyntaxSearchToolBar.html
+++ b/api/org/apache/jmeter/gui/util/JSyntaxSearchToolBar.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10};
+var methods = {"i0":10,"i1":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -187,11 +187,6 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/event/Act
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JToolBar.html?is-external=true" title="class or interface in javax.swing">JToolBar</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/gui/util/JSyntaxSearchToolBar.html#getToolBar--">getToolBar</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i2" class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/gui/util/JSyntaxSearchToolBar.html#toggleSearchField-javax.swing.JTextField-boolean-">toggleSearchField</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a>&nbsp;textToFindField,
-                 boolean&nbsp;matchFound)</code>&nbsp;</td>
-</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -277,7 +272,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/event/Act
 <a name="actionPerformed-java.awt.event.ActionEvent-">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
 <h4>actionPerformed</h4>
 <pre>public&nbsp;void&nbsp;actionPerformed(<a href="https://docs.oracle.com/javase/8/docs/api/java/awt/event/ActionEvent.html?is-external=true" title="class or interface in java.awt.event">ActionEvent</a>&nbsp;evt)</pre>
@@ -287,16 +282,6 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/event/Act
 </dl>
 </li>
 </ul>
-<a name="toggleSearchField-javax.swing.JTextField-boolean-">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>toggleSearchField</h4>
-<pre>protected&nbsp;void&nbsp;toggleSearchField(<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a>&nbsp;textToFindField,
-                                 boolean&nbsp;matchFound)</pre>
-</li>
-</ul>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/gui/util/JSyntaxTextArea.html b/api/org/apache/jmeter/gui/util/JSyntaxTextArea.html
index a4a900f..396c274 100644
--- a/api/org/apache/jmeter/gui/util/JSyntaxTextArea.html
+++ b/api/org/apache/jmeter/gui/util/JSyntaxTextArea.html
@@ -391,7 +391,7 @@ extends org.fife.ui.rsyntaxtextarea.RSyntaxTextArea</pre>
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.fife.ui.rtextarea.RTextArea</h3>
-<code>addLineHighlight, beginAtomicEdit, beginRecordingMacro, canRedo, canUndo, createPopupMenuItem, discardAllEdits, endAtomicEdit, endRecordingMacro, getAction, getCurrentMacro, getDefaultMarkAllHighlightColor, getIconGroup, getMarkAllHighlightColor, getMarkAllOnOccurrenceSearches, getPopupMenu, getSelectedOccurrenceText, getTextMode, getToolTipSupplier, handleReplaceSelection, isRecordingMacro, loadMacro, paste, playbackLastMacro, print, read, removeAllLineHighlights, removeLineHighli [...]
+<code>addLineHighlight, beginAtomicEdit, beginRecordingMacro, canRedo, canUndo, createPopupMenuItem, discardAllEdits, endAtomicEdit, endRecordingMacro, getAction, getCurrentMacro, getDefaultMarkAllHighlightColor, getDefaultModifier, getIconGroup, getMarkAllHighlightColor, getMarkAllOnOccurrenceSearches, getPopupMenu, getSelectedOccurrenceText, getTextMode, getToolTipSupplier, handleReplaceSelection, isRecordingMacro, loadMacro, paste, playbackLastMacro, print, read, removeAllLineHighligh [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.fife.ui.rtextarea.RTextAreaBase">
diff --git a/api/org/apache/jmeter/modifiers/CounterConfig.html b/api/org/apache/jmeter/modifiers/CounterConfig.html
index 877c7f0..de9af9c 100644
--- a/api/org/apache/jmeter/modifiers/CounterConfig.html
+++ b/api/org/apache/jmeter/modifiers/CounterConfig.html
@@ -178,7 +178,9 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>long</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/modifiers/CounterConfig.html#getEnd--">getEnd</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/modifiers/CounterConfig.html#getEnd--">getEnd</a></span>()</code>
+<div class="block">Returns counter upper limit (default <code>Long.MAX_VALUE</code>).</div>
+</td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
@@ -214,7 +216,9 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 </tr>
 <tr id="i9" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/modifiers/CounterConfig.html#isResetOnThreadGroupIteration--">isResetOnThreadGroupIteration</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/modifiers/CounterConfig.html#isResetOnThreadGroupIteration--">isResetOnThreadGroupIteration</a></span>()</code>
+<div class="block">Returns true if counter must be reset on Thread Group Iteration.</div>
+</td>
 </tr>
 <tr id="i10" class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -248,7 +252,9 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 </tr>
 <tr id="i17" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/modifiers/CounterConfig.html#setResetOnThreadGroupIteration-boolean-">setResetOnThreadGroupIteration</a></span>(boolean&nbsp;value)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/modifiers/CounterConfig.html#setResetOnThreadGroupIteration-boolean-">setResetOnThreadGroupIteration</a></span>(boolean&nbsp;value)</code>
+<div class="block">Configures if the counter must be reset on Thread Group Iteration.</div>
+</td>
 </tr>
 <tr id="i18" class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -407,6 +413,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <li class="blockList">
 <h4>setResetOnThreadGroupIteration</h4>
 <pre>public&nbsp;void&nbsp;setResetOnThreadGroupIteration(boolean&nbsp;value)</pre>
+<div class="block">Configures if the counter must be reset on Thread Group Iteration.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>value</code> - boolean indicating if counter must be reset on Thread Group Iteration</dd>
@@ -420,6 +427,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <li class="blockList">
 <h4>isResetOnThreadGroupIteration</h4>
 <pre>public&nbsp;boolean&nbsp;isResetOnThreadGroupIteration()</pre>
+<div class="block">Returns true if counter must be reset on Thread Group Iteration.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if counter must be reset on Thread Group Iteration</dd>
@@ -433,6 +441,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <li class="blockList">
 <h4>getEnd</h4>
 <pre>public&nbsp;long&nbsp;getEnd()</pre>
+<div class="block">Returns counter upper limit (default <code>Long.MAX_VALUE</code>).</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>counter upper limit (default Long.MAX_VALUE)</dd>
diff --git a/api/org/apache/jmeter/package-tree.html b/api/org/apache/jmeter/package-tree.html
index 74e0627..167eaa9 100644
--- a/api/org/apache/jmeter/package-tree.html
+++ b/api/org/apache/jmeter/package-tree.html
@@ -105,7 +105,9 @@
 <ul>
 <li type="circle">java.awt.<a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Window.html?is-external=true" title="class or interface in java.awt"><span class="typeNameLink">Window</span></a> (implements javax.accessibility.<a href="https://docs.oracle.com/javase/8/docs/api/javax/accessibility/Accessible.html?is-external=true" title="class or interface in javax.accessibility">Accessible</a>)
 <ul>
-<li type="circle">javax.swing.<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JWindow.html?is-external=true" title="class or interface in javax.swing"><span class="typeNameLink">JWindow</span></a> (implements javax.accessibility.<a href="https://docs.oracle.com/javase/8/docs/api/javax/accessibility/Accessible.html?is-external=true" title="class or interface in javax.accessibility">Accessible</a>, javax.swing.<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/Ro [...]
+<li type="circle">java.awt.<a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Dialog.html?is-external=true" title="class or interface in java.awt"><span class="typeNameLink">Dialog</span></a>
+<ul>
+<li type="circle">javax.swing.<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JDialog.html?is-external=true" title="class or interface in javax.swing"><span class="typeNameLink">JDialog</span></a> (implements javax.accessibility.<a href="https://docs.oracle.com/javase/8/docs/api/javax/accessibility/Accessible.html?is-external=true" title="class or interface in javax.accessibility">Accessible</a>, javax.swing.<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/Ro [...]
 <ul>
 <li type="circle">org.apache.jmeter.<a href="../../../org/apache/jmeter/SplashScreen.html" title="class in org.apache.jmeter"><span class="typeNameLink">SplashScreen</span></a></li>
 </ul>
@@ -116,6 +118,8 @@
 </li>
 </ul>
 </li>
+</ul>
+</li>
 <li type="circle">org.apache.jmeter.<a href="../../../org/apache/jmeter/JMeter.html" title="class in org.apache.jmeter"><span class="typeNameLink">JMeter</span></a> (implements org.apache.jmeter.plugin.<a href="../../../org/apache/jmeter/plugin/JMeterPlugin.html" title="interface in org.apache.jmeter.plugin">JMeterPlugin</a>)</li>
 <li type="circle">org.apache.jmeter.<a href="../../../org/apache/jmeter/NewDriver.html" title="class in org.apache.jmeter"><span class="typeNameLink">NewDriver</span></a></li>
 </ul>
diff --git a/api/org/apache/jmeter/protocol/bolt/config/BoltConnectionElement.html b/api/org/apache/jmeter/protocol/bolt/config/BoltConnectionElement.html
index 68b0386..22f3643 100644
--- a/api/org/apache/jmeter/protocol/bolt/config/BoltConnectionElement.html
+++ b/api/org/apache/jmeter/protocol/bolt/config/BoltConnectionElement.html
@@ -206,7 +206,7 @@ implements <a href="../../../../../../org/apache/jmeter/config/ConfigElement.htm
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/bolt/config/BoltConnectionElement.html#getBoltUri--">getBoltUri</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i3" class="rowColor">
-<td class="colFirst"><code>static org.neo4j.driver.v1.Driver</code></td>
+<td class="colFirst"><code>static org.neo4j.driver.Driver</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/bolt/config/BoltConnectionElement.html#getDriver--">getDriver</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i4" class="altColor">
@@ -562,7 +562,7 @@ implements <a href="../../../../../../org/apache/jmeter/config/ConfigElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getDriver</h4>
-<pre>public static&nbsp;org.neo4j.driver.v1.Driver&nbsp;getDriver()</pre>
+<pre>public static&nbsp;org.neo4j.driver.Driver&nbsp;getDriver()</pre>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html b/api/org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html
similarity index 64%
copy from api/org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html
copy to api/org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html
index b4a690a..e50c868 100644
--- a/api/org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html
+++ b/api/org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MultipartUrlConfig (Apache JMeter dist API)</title>
+<title>GraphQLRequestParams (Apache JMeter dist API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MultipartUrlConfig (Apache JMeter dist API)";
+            parent.document.title="GraphQLRequestParams (Apache JMeter dist API)";
         }
     }
     catch(err) {
@@ -50,11 +50,11 @@ var activeTableTab = "activeTableTab";
 <div class="subNav">
 <ul class="navList">
 <li>Prev&nbsp;Class</li>
-<li>Next&nbsp;Class</li>
+<li><a href="../../../../../../org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html" title="class in org.apache.jmeter.protocol.http.config"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html" target="_top">Frames</a></li>
-<li><a href="MultipartUrlConfig.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" target="_top">Frames</a></li>
+<li><a href="GraphQLRequestParams.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -93,14 +93,14 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.jmeter.protocol.http.config</div>
-<h2 title="Class MultipartUrlConfig" class="title">Class MultipartUrlConfig</h2>
+<h2 title="Class GraphQLRequestParams" class="title">Class GraphQLRequestParams</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
 <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.jmeter.protocol.http.config.MultipartUrlConfig</li>
+<li>org.apache.jmeter.protocol.http.config.GraphQLRequestParams</li>
 </ul>
 </li>
 </ul>
@@ -113,13 +113,13 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <span class="typeNameLabel">MultipartUrlConfig</span>
+<pre>public class <span class="typeNameLabel">GraphQLRequestParams</span>
 extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
 implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre>
-<div class="block">Configuration element which handles HTTP Parameters and files to be uploaded</div>
+<div class="block">Represents GraphQL request parameter input data for Query, Variables and Operation Name.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../../serialized-form.html#org.apache.jmeter.protocol.http.config.MultipartUrlConfig">Serialized Form</a></dd>
+<dd><a href="../../../../../../serialized-form.html#org.apache.jmeter.protocol.http.config.GraphQLRequestParams">Serialized Form</a></dd>
 </dl>
 </li>
 </ul>
@@ -139,14 +139,12 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html#MultipartUrlConfig--">MultipartUrlConfig</a></span>()</code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<div class="block"><span class="deprecationComment">only for use by unit tests</span></div>
-</div>
-</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html#GraphQLRequestParams--">GraphQLRequestParams</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html#MultipartUrlConfig-java.lang.String-">MultipartUrlConfig</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;boundary)</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html#GraphQLRequestParams-java.lang.String-java.lang.String-java.lang.String-">GraphQLRequestParams</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operationName,
+                    <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;query,
+                    <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variables)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -164,35 +162,28 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html#addArgument-java.lang.String-java.lang.String-">addArgument</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
-           <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>&nbsp;</td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html#getOperationName--">getOperationName</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html#addArgument-java.lang.String-java.lang.String-java.lang.String-">addArgument</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
-           <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value,
-           <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;metadata)</code>&nbsp;</td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html#getQuery--">getQuery</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config">Arguments</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html#getArguments--">getArguments</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html#getVariables--">getVariables</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i3" class="rowColor">
-<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html#getBoundary--">getBoundary</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html#setOperationName-java.lang.String-">setOperationName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operationName)</code>&nbsp;</td>
 </tr>
 <tr id="i4" class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/protocol/http/util/HTTPFileArgs.html" title="class in org.apache.jmeter.protocol.http.util">HTTPFileArgs</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html#getHTTPFileArgs--">getHTTPFileArgs</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html#setQuery-java.lang.String-">setQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;query)</code>&nbsp;</td>
 </tr>
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html#parseArguments-java.lang.String-">parseArguments</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;queryString)</code>
-<div class="block">This method allows a proxy server to send over the raw text from a
- browser's output stream to be parsed and stored correctly into the
- UrlConfig object.</div>
-</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html#setVariables-java.lang.String-">setVariables</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variables)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -216,24 +207,24 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="MultipartUrlConfig--">
+<a name="GraphQLRequestParams--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>MultipartUrlConfig</h4>
-<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;MultipartUrlConfig()</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">only for use by unit tests</span></div>
+<h4>GraphQLRequestParams</h4>
+<pre>public&nbsp;GraphQLRequestParams()</pre>
 </li>
 </ul>
-<a name="MultipartUrlConfig-java.lang.String-">
+<a name="GraphQLRequestParams-java.lang.String-java.lang.String-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>MultipartUrlConfig</h4>
-<pre>public&nbsp;MultipartUrlConfig(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;boundary)</pre>
+<h4>GraphQLRequestParams</h4>
+<pre>public&nbsp;GraphQLRequestParams(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operationName,
+                            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;query,
+                            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variables)</pre>
 </li>
 </ul>
 </li>
@@ -244,68 +235,58 @@ public&nbsp;MultipartUrlConfig()</pre>
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="getBoundary--">
+<a name="getOperationName--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>getBoundary</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getBoundary()</pre>
+<h4>getOperationName</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getOperationName()</pre>
 </li>
 </ul>
-<a name="getArguments--">
+<a name="setOperationName-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>getArguments</h4>
-<pre>public&nbsp;<a href="../../../../../../org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config">Arguments</a>&nbsp;getArguments()</pre>
+<h4>setOperationName</h4>
+<pre>public&nbsp;void&nbsp;setOperationName(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operationName)</pre>
 </li>
 </ul>
-<a name="addArgument-java.lang.String-java.lang.String-">
+<a name="getQuery--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>addArgument</h4>
-<pre>public&nbsp;void&nbsp;addArgument(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
-                        <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+<h4>getQuery</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getQuery()</pre>
 </li>
 </ul>
-<a name="addArgument-java.lang.String-java.lang.String-java.lang.String-">
+<a name="setQuery-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>addArgument</h4>
-<pre>public&nbsp;void&nbsp;addArgument(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
-                        <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value,
-                        <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;metadata)</pre>
+<h4>setQuery</h4>
+<pre>public&nbsp;void&nbsp;setQuery(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;query)</pre>
 </li>
 </ul>
-<a name="getHTTPFileArgs--">
+<a name="getVariables--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>getHTTPFileArgs</h4>
-<pre>public&nbsp;<a href="../../../../../../org/apache/jmeter/protocol/http/util/HTTPFileArgs.html" title="class in org.apache.jmeter.protocol.http.util">HTTPFileArgs</a>&nbsp;getHTTPFileArgs()</pre>
+<h4>getVariables</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getVariables()</pre>
 </li>
 </ul>
-<a name="parseArguments-java.lang.String-">
+<a name="setVariables-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>parseArguments</h4>
-<pre>public&nbsp;void&nbsp;parseArguments(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;queryString)</pre>
-<div class="block">This method allows a proxy server to send over the raw text from a
- browser's output stream to be parsed and stored correctly into the
- UrlConfig object.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>queryString</code> - text to parse</dd>
-</dl>
+<h4>setVariables</h4>
+<pre>public&nbsp;void&nbsp;setVariables(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variables)</pre>
 </li>
 </ul>
 </li>
@@ -337,11 +318,11 @@ public&nbsp;MultipartUrlConfig()</pre>
 <div class="subNav">
 <ul class="navList">
 <li>Prev&nbsp;Class</li>
-<li>Next&nbsp;Class</li>
+<li><a href="../../../../../../org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html" title="class in org.apache.jmeter.protocol.http.config"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html" target="_top">Frames</a></li>
-<li><a href="MultipartUrlConfig.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" target="_top">Frames</a></li>
+<li><a href="GraphQLRequestParams.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
diff --git a/api/org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html b/api/org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html
index b4a690a..ed34049 100644
--- a/api/org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html
+++ b/api/org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html
@@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
+<li><a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
@@ -336,7 +336,7 @@ public&nbsp;MultipartUrlConfig()</pre>
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
+<li><a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
diff --git a/api/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html b/api/org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html
similarity index 88%
copy from api/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html
copy to api/org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html
index d492462..81c7b3b 100644
--- a/api/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html
+++ b/api/org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UrlConfigGui (Apache JMeter dist API)</title>
+<title>GraphQLUrlConfigGui (Apache JMeter dist API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UrlConfigGui (Apache JMeter dist API)";
+            parent.document.title="GraphQLUrlConfigGui (Apache JMeter dist API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -49,12 +49,12 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li>Next&nbsp;Class</li>
+<li>Prev&nbsp;Class</li>
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../../index.html?org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" target="_top">Frames</a></li>
-<li><a href="UrlConfigGui.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../../index.html?org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" target="_top">Frames</a></li>
+<li><a href="GraphQLUrlConfigGui.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -75,13 +75,13 @@ var activeTableTab = "activeTableTab";
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li><a href="#nested.classes.inherited.from.class.javax.swing.JPanel">Nested</a>&nbsp;|&nbsp;</li>
-<li><a href="#fields.inherited.from.class.javax.swing.JComponent">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.detail">Method</a></li>
 </ul>
@@ -93,7 +93,7 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.jmeter.protocol.http.config.gui</div>
-<h2 title="Class UrlConfigGui" class="title">Class UrlConfigGui</h2>
+<h2 title="Class GraphQLUrlConfigGui" class="title">Class GraphQLUrlConfigGui</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
@@ -112,7 +112,12 @@ var activeTableTab = "activeTableTab";
 <li><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">javax.swing.JPanel</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.jmeter.protocol.http.config.gui.UrlConfigGui</li>
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">org.apache.jmeter.protocol.http.config.gui.UrlConfigGui</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.jmeter.protocol.http.config.gui.GraphQLUrlConfigGui</li>
+</ul>
+</li>
 </ul>
 </li>
 </ul>
@@ -133,19 +138,13 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <span class="typeNameLabel">UrlConfigGui</span>
-extends <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a>
-implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/ChangeListener.html?is-external=true" title="class or interface in javax.swing.event">ChangeListener</a></pre>
-<div class="block">Basic URL / HTTP Request configuration:
- <ul>
- <li>host and port</li>
- <li>connect and response timeouts</li>
- <li>path, method, encoding, parameters</li>
- <li>redirects and keepalive</li>
- </ul></div>
+<pre>public class <span class="typeNameLabel">GraphQLUrlConfigGui</span>
+extends <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a></pre>
+<div class="block">Extending <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>, GraphQL over HTTP Request configuration GUI, providing more convenient UI elements
+ for GraphQL query, variables and operationName.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../../../serialized-form.html#org.apache.jmeter.protocol.http.config.gui.UrlConfigGui">Serialized Form</a></dd>
+<dd><a href="../../../../../../../serialized-form.html#org.apache.jmeter.protocol.http.config.gui.GraphQLUrlConfigGui">Serialized Form</a></dd>
 </dl>
 </li>
 </ul>
@@ -195,6 +194,25 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 <!--   -->
 </a>
 <h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#OPERATION_NAME">OPERATION_NAME</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#QUERY">QUERY</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#VARIABLES">VARIABLES</a></span></code>&nbsp;</td>
+</tr>
+</table>
 <ul class="blockList">
 <li class="blockList"><a name="fields.inherited.from.class.javax.swing.JComponent">
 <!--   -->
@@ -230,25 +248,10 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#UrlConfigGui--">UrlConfigGui</a></span>()</code>
-<div class="block">Constructor which is setup to show HTTP implementation, raw body pane and
- sampler fields.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#UrlConfigGui-boolean-">UrlConfigGui</a></span>(boolean&nbsp;showSamplerFields)</code>
-<div class="block">Constructor which is setup to show HTTP implementation and raw body pane.</div>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#GraphQLUrlConfigGui--">GraphQLUrlConfigGui</a></span>()</code>
+<div class="block">Constructor which is setup to show the sampler fields for GraphQL over HTTP request.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#UrlConfigGui-boolean-boolean-">UrlConfigGui</a></span>(boolean&nbsp;showSamplerFields,
-            boolean&nbsp;showRawBodyPane)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#UrlConfigGui-boolean-boolean-boolean-">UrlConfigGui</a></span>(boolean&nbsp;showSamplerFields,
-            boolean&nbsp;showRawBodyPane,
-            boolean&nbsp;showFileUploadPane)</code>&nbsp;</td>
-</tr>
 </table>
 </li>
 </ul>
@@ -266,48 +269,43 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#clear--">clear</a></span>()</code>&nbsp;</td>
-</tr>
-<tr id="i1" class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#configure-org.apache.jmeter.testelement.TestElement-">configure</a></span>(<a href="../../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&nbsp;el)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#configure-org.apache.jmeter.testelement.TestElement-">configure</a></span>(<a href="../../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&nbsp;element)</code>
 <div class="block">Set the text, etc.</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
-<td class="colFirst"><code><a href="../../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#createTestElement--">createTestElement</a></span>()</code>&nbsp;</td>
-</tr>
-<tr id="i3" class="rowColor">
+<tr id="i1" class="rowColor">
 <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JTabbedPane.html?is-external=true" title="class or interface in javax.swing">JTabbedPane</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#getParameterPanel--">getParameterPanel</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#getParameterPanel--">getParameterPanel</a></span>()</code></td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i2" class="altColor">
 <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Component.html?is-external=true" title="class or interface in java.awt">Component</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#getPathPanel--">getPathPanel</a></span>()</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#getPathPanel--">getPathPanel</a></span>()</code>
 <div class="block">This method defines the Panel for:
   the HTTP path, Method and Content Encoding
   'Follow Redirects', 'Use KeepAlive', and 'Use multipart for HTTP POST' elements.</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
-<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#getWebServerPanel--">getWebServerPanel</a></span>()</code>
-<div class="block">Create a panel containing the webserver (domain+port) and scheme.</div>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>protected <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#getUrlConfigDefaults--">getUrlConfigDefaults</a></span>()</code>
+<div class="block">Return the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigDefaults</code></a> instance to be used when configuring the UI elements and default values.</div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i4" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#modifyTestElement-org.apache.jmeter.testelement.TestElement-">modifyTestElement</a></span>(<a href="../../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&nbsp;element)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html#modifyTestElement-org.apache.jmeter.testelement.TestElement-">modifyTestElement</a></span>(<a href="../../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&nbsp;element)</code>
 <div class="block">Save the GUI values in the sampler.</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#stateChanged-javax.swing.event.ChangeEvent-">stateChanged</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/ChangeEvent.html?is-external=true" title="class or interface in javax.swing.event">ChangeEvent</a>&nbsp;e)</code>&nbsp;</td>
-</tr>
 </table>
 <ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.jmeter.protocol.http.config.gui.UrlConfigGui">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.jmeter.protocol.http.config.gui.<a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a></h3>
+<code><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#clear--">clear</a>, <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#createHTTPArgumentsTestElement--">createHTTPArgumentsTestElement</a>, <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#createTestElement--">createTestElement</a>, <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlCon [...]
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.javax.swing.JPanel">
 <!--   -->
 </a>
@@ -350,67 +348,67 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<!-- ============ FIELD DETAIL =========== -->
 <ul class="blockList">
-<li class="blockList"><a name="constructor.detail">
+<li class="blockList"><a name="field.detail">
 <!--   -->
 </a>
-<h3>Constructor Detail</h3>
-<a name="UrlConfigGui--">
+<h3>Field Detail</h3>
+<a name="OPERATION_NAME">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>UrlConfigGui</h4>
-<pre>public&nbsp;UrlConfigGui()</pre>
-<div class="block">Constructor which is setup to show HTTP implementation, raw body pane and
- sampler fields.</div>
+<h4>OPERATION_NAME</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> OPERATION_NAME</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../../constant-values.html#org.apache.jmeter.protocol.http.config.gui.GraphQLUrlConfigGui.OPERATION_NAME">Constant Field Values</a></dd>
+</dl>
 </li>
 </ul>
-<a name="UrlConfigGui-boolean-">
+<a name="QUERY">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>UrlConfigGui</h4>
-<pre>public&nbsp;UrlConfigGui(boolean&nbsp;showSamplerFields)</pre>
-<div class="block">Constructor which is setup to show HTTP implementation and raw body pane.</div>
+<h4>QUERY</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> QUERY</pre>
 <dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>showSamplerFields</code> - flag whether sampler fields should be shown.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../../constant-values.html#org.apache.jmeter.protocol.http.config.gui.GraphQLUrlConfigGui.QUERY">Constant Field Values</a></dd>
 </dl>
 </li>
 </ul>
-<a name="UrlConfigGui-boolean-boolean-">
+<a name="VARIABLES">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
-<h4>UrlConfigGui</h4>
-<pre>public&nbsp;UrlConfigGui(boolean&nbsp;showSamplerFields,
-                    boolean&nbsp;showRawBodyPane)</pre>
+<h4>VARIABLES</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> VARIABLES</pre>
 <dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>showSamplerFields</code> - flag whether sampler fields should be shown</dd>
-<dd><code>showRawBodyPane</code> - flag whether the raw body pane should be shown</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../../constant-values.html#org.apache.jmeter.protocol.http.config.gui.GraphQLUrlConfigGui.VARIABLES">Constant Field Values</a></dd>
 </dl>
 </li>
 </ul>
-<a name="UrlConfigGui-boolean-boolean-boolean-">
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="GraphQLUrlConfigGui--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>UrlConfigGui</h4>
-<pre>public&nbsp;UrlConfigGui(boolean&nbsp;showSamplerFields,
-                    boolean&nbsp;showRawBodyPane,
-                    boolean&nbsp;showFileUploadPane)</pre>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>showSamplerFields</code> - flag whether sampler fields should be shown</dd>
-<dd><code>showRawBodyPane</code> - flag whether the raw body pane should be shown</dd>
-<dd><code>showFileUploadPane</code> - flag whether the file upload pane should be shown</dd>
-</dl>
+<h4>GraphQLUrlConfigGui</h4>
+<pre>public&nbsp;GraphQLUrlConfigGui()</pre>
+<div class="block">Constructor which is setup to show the sampler fields for GraphQL over HTTP request.</div>
 </li>
 </ul>
 </li>
@@ -421,22 +419,21 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="clear--">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>clear</h4>
-<pre>public&nbsp;void&nbsp;clear()</pre>
-</li>
-</ul>
-<a name="createTestElement--">
+<a name="configure-org.apache.jmeter.testelement.TestElement-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>createTestElement</h4>
-<pre>public&nbsp;<a href="../../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&nbsp;createTestElement()</pre>
+<h4>configure</h4>
+<pre>public&nbsp;void&nbsp;configure(<a href="../../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&nbsp;element)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#configure-org.apache.jmeter.testelement.TestElement-">UrlConfigGui</a></code></span></div>
+<div class="block">Set the text, etc. in the UI.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#configure-org.apache.jmeter.testelement.TestElement-">configure</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a></code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>element</code> - contains the data to be displayed</dd>
+</dl>
 </li>
 </ul>
 <a name="modifyTestElement-org.apache.jmeter.testelement.TestElement-">
@@ -446,38 +443,30 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 <li class="blockList">
 <h4>modifyTestElement</h4>
 <pre>public&nbsp;void&nbsp;modifyTestElement(<a href="../../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&nbsp;element)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#modifyTestElement-org.apache.jmeter.testelement.TestElement-">UrlConfigGui</a></code></span></div>
 <div class="block">Save the GUI values in the sampler.</div>
 <dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#modifyTestElement-org.apache.jmeter.testelement.TestElement-">modifyTestElement</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>element</code> - <a href="../../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement"><code>TestElement</code></a> to modify</dd>
 </dl>
 </li>
 </ul>
-<a name="configure-org.apache.jmeter.testelement.TestElement-">
+<a name="getUrlConfigDefaults--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>configure</h4>
-<pre>public&nbsp;void&nbsp;configure(<a href="../../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&nbsp;el)</pre>
-<div class="block">Set the text, etc. in the UI.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>el</code> - contains the data to be displayed</dd>
-</dl>
-</li>
-</ul>
-<a name="getWebServerPanel--">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getWebServerPanel</h4>
-<pre>protected final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a>&nbsp;getWebServerPanel()</pre>
-<div class="block">Create a panel containing the webserver (domain+port) and scheme.</div>
+<h4>getUrlConfigDefaults</h4>
+<pre>protected&nbsp;<a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a>&nbsp;getUrlConfigDefaults()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#getUrlConfigDefaults--">UrlConfigGui</a></code></span></div>
+<div class="block">Return the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigDefaults</code></a> instance to be used when configuring the UI elements and default values.</div>
 <dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#getUrlConfigDefaults--">getUrlConfigDefaults</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>the panel</dd>
+<dd>the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigDefaults</code></a> instance to be used when configuring the UI elements and default values</dd>
 </dl>
 </li>
 </ul>
@@ -490,8 +479,12 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 <pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Component.html?is-external=true" title="class or interface in java.awt">Component</a>&nbsp;getPathPanel()</pre>
 <div class="block">This method defines the Panel for:
   the HTTP path, Method and Content Encoding
-  'Follow Redirects', 'Use KeepAlive', and 'Use multipart for HTTP POST' elements.</div>
+  'Follow Redirects', 'Use KeepAlive', and 'Use multipart for HTTP POST' elements.
+ <P>
+ Overridden to add the extra GraphQL Request Information section including 'operationName' text field.</div>
 <dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#getPathPanel--">getPathPanel</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>JPanel The Panel for the path, 'Follow Redirects' and 'Use
          KeepAlive' elements.</dd>
@@ -501,22 +494,16 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 <a name="getParameterPanel--">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
 <h4>getParameterPanel</h4>
 <pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JTabbedPane.html?is-external=true" title="class or interface in javax.swing">JTabbedPane</a>&nbsp;getParameterPanel()</pre>
-</li>
-</ul>
-<a name="stateChanged-javax.swing.event.ChangeEvent-">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>stateChanged</h4>
-<pre>public&nbsp;void&nbsp;stateChanged(<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/ChangeEvent.html?is-external=true" title="class or interface in javax.swing.event">ChangeEvent</a>&nbsp;e)</pre>
+<div class="block">
+ <P>
+ Overridden to remove the existing tab for parameter arguments and GraphQL variables content pane.</div>
 <dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/ChangeListener.html?is-external=true#stateChanged-javax.swing.event.ChangeEvent-" title="class or interface in javax.swing.event">stateChanged</a></code>&nbsp;in interface&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/ChangeListener.html?is-external=true" title="class or interface in javax.swing.event">ChangeListener</a></code></dd>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#getParameterPanel--">getParameterPanel</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -548,12 +535,12 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li>Next&nbsp;Class</li>
+<li>Prev&nbsp;Class</li>
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../../index.html?org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" target="_top">Frames</a></li>
-<li><a href="UrlConfigGui.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../../index.html?org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" target="_top">Frames</a></li>
+<li><a href="GraphQLUrlConfigGui.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -574,13 +561,13 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li><a href="#nested.classes.inherited.from.class.javax.swing.JPanel">Nested</a>&nbsp;|&nbsp;</li>
-<li><a href="#fields.inherited.from.class.javax.swing.JComponent">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.detail">Method</a></li>
 </ul>
diff --git a/api/org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html b/api/org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html
index 7c08aaf..8bd8c0c 100644
--- a/api/org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html
+++ b/api/org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html
@@ -49,8 +49,8 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
-<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../../index.html?org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html" target="_top">Frames</a></li>
@@ -613,8 +613,8 @@ extends <a href="../../../../../../../org/apache/jmeter/config/gui/AbstractConfi
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
-<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../../index.html?org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html" target="_top">Frames</a></li>
diff --git a/api/org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html b/api/org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html
new file mode 100644
index 0000000..3b93fee
--- /dev/null
+++ b/api/org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html
@@ -0,0 +1,723 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>UrlConfigDefaults (Apache JMeter dist API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="UrlConfigDefaults (Apache JMeter dist API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../../help-doc.html">Help</a></li>
+</ul>
+<div class="aboutLanguage"><b>Apache JMeter</b></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../../index.html?org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" target="_top">Frames</a></li>
+<li><a href="UrlConfigDefaults.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.jmeter.protocol.http.config.gui</div>
+<h2 title="Class UrlConfigDefaults" class="title">Class UrlConfigDefaults</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.jmeter.protocol.http.config.gui.UrlConfigDefaults</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">UrlConfigDefaults</span>
+extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
+implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre>
+<div class="block">Default option value settings for <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../../serialized-form.html#org.apache.jmeter.protocol.http.config.gui.UrlConfigDefaults">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#UrlConfigDefaults--">UrlConfigDefaults</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#getDefaultMethod--">getDefaultMethod</a></span>()</code>
+<div class="block">Return the default HTTP method to be selected in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#getValidMethods--">getValidMethods</a></span>()</code>
+<div class="block">Return available HTTP methods to be shown in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>, returning <a href="../../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getValidMethodsAsArray--"><code>HTTPSamplerBase.getValidMethodsAsArray()</code></a>
+ by default if not reset.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isAutoRedirects--">isAutoRedirects</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isAutoRedirectsVisible--">isAutoRedirectsVisible</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isFollowRedirects--">isFollowRedirects</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isFollowRedirectsVisible--">isFollowRedirectsVisible</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isUseBrowserCompatibleMultipartMode--">isUseBrowserCompatibleMultipartMode</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isUseBrowserCompatibleMultipartModeVisible--">isUseBrowserCompatibleMultipartModeVisible</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isUseKeepAlive--">isUseKeepAlive</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isUseKeepAliveVisible--">isUseKeepAliveVisible</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isUseMultipart--">isUseMultipart</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#isUseMultipartVisible--">isUseMultipartVisible</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setAutoRedirects-boolean-">setAutoRedirects</a></span>(boolean&nbsp;autoRedirects)</code>
+<div class="block">Set the default value to be set for the autoRedirects checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setAutoRedirectsVisible-boolean-">setAutoRedirectsVisible</a></span>(boolean&nbsp;autoRedirectsVisible)</code>
+<div class="block">Set the visibility of the autoRedirectsVisible checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setDefaultMethod-java.lang.String-">setDefaultMethod</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultMethod)</code>
+<div class="block">Set the default HTTP method to be selected in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setFollowRedirects-boolean-">setFollowRedirects</a></span>(boolean&nbsp;followRedirects)</code>
+<div class="block">Set the default value to be set for the followRedirect checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setFollowRedirectsVisible-boolean-">setFollowRedirectsVisible</a></span>(boolean&nbsp;followRedirectsVisible)</code>
+<div class="block">Set the visibility of the followRedirect checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setUseBrowserCompatibleMultipartMode-boolean-">setUseBrowserCompatibleMultipartMode</a></span>(boolean&nbsp;useBrowserCompatibleMultipartMode)</code>
+<div class="block">Set the default value to be set for the useBrowserCompatibleMultipartMode checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setUseBrowserCompatibleMultipartModeVisible-boolean-">setUseBrowserCompatibleMultipartModeVisible</a></span>(boolean&nbsp;useBrowserCompatibleMultipartModeVisible)</code>
+<div class="block">Set the visibility of the useBrowserCompatibleMultipartModeVisible checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setUseKeepAlive-boolean-">setUseKeepAlive</a></span>(boolean&nbsp;useKeepAlive)</code>
+<div class="block">Set the default value to be set for the useKeepAlive checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setUseKeepAliveVisible-boolean-">setUseKeepAliveVisible</a></span>(boolean&nbsp;useKeepAliveVisible)</code>
+<div class="block">Set the visibility of the useKeepAliveVisible checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</td>
+</tr>
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setUseMultipart-boolean-">setUseMultipart</a></span>(boolean&nbsp;useMultipart)</code>
+<div class="block">Set the default value to be set for the useMultipart checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setUseMultipartVisible-boolean-">setUseMultipartVisible</a></span>(boolean&nbsp;useMultipartVisible)</code>
+<div class="block">Set the visibility of the useMultipartVisible checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html#setValidMethods-java.lang.String:A-">setValidMethods</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;validMethods)</code>
+<div class="block">Set available HTTP methods to be shown in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="htt [...]
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="UrlConfigDefaults--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>UrlConfigDefaults</h4>
+<pre>public&nbsp;UrlConfigDefaults()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getValidMethods--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValidMethods</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getValidMethods()</pre>
+<div class="block">Return available HTTP methods to be shown in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>, returning <a href="../../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getValidMethodsAsArray--"><code>HTTPSamplerBase.getValidMethodsAsArray()</code></a>
+ by default if not reset.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>available HTTP methods to be shown in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setValidMethods-java.lang.String:A-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setValidMethods</h4>
+<pre>public&nbsp;void&nbsp;setValidMethods(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;validMethods)</pre>
+<div class="block">Set available HTTP methods to be shown in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>validMethods</code> - available HTTP methods</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the input array is empty</dd>
+</dl>
+</li>
+</ul>
+<a name="getDefaultMethod--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDefaultMethod</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getDefaultMethod()</pre>
+<div class="block">Return the default HTTP method to be selected in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the default HTTP method to be selected in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setDefaultMethod-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDefaultMethod</h4>
+<pre>public&nbsp;void&nbsp;setDefaultMethod(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultMethod)</pre>
+<div class="block">Set the default HTTP method to be selected in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>defaultMethod</code> - the default HTTP method to be selected in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="isFollowRedirects--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isFollowRedirects</h4>
+<pre>public&nbsp;boolean&nbsp;isFollowRedirects()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the default value to be set for the followRedirect checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setFollowRedirects-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFollowRedirects</h4>
+<pre>public&nbsp;void&nbsp;setFollowRedirects(boolean&nbsp;followRedirects)</pre>
+<div class="block">Set the default value to be set for the followRedirect checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>followRedirects</code> - flag whether redirects should be followed</dd>
+</dl>
+</li>
+</ul>
+<a name="isAutoRedirects--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isAutoRedirects</h4>
+<pre>public&nbsp;boolean&nbsp;isAutoRedirects()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the default value to be set for the autoRedirects checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setAutoRedirects-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAutoRedirects</h4>
+<pre>public&nbsp;void&nbsp;setAutoRedirects(boolean&nbsp;autoRedirects)</pre>
+<div class="block">Set the default value to be set for the autoRedirects checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>autoRedirects</code> - flag whether redirects should be followed automatically</dd>
+</dl>
+</li>
+</ul>
+<a name="isUseKeepAlive--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isUseKeepAlive</h4>
+<pre>public&nbsp;boolean&nbsp;isUseKeepAlive()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the default value to be set for the useKeepAlive checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setUseKeepAlive-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setUseKeepAlive</h4>
+<pre>public&nbsp;void&nbsp;setUseKeepAlive(boolean&nbsp;useKeepAlive)</pre>
+<div class="block">Set the default value to be set for the useKeepAlive checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>useKeepAlive</code> - flag whether to use keep-alive on HTTP requests</dd>
+</dl>
+</li>
+</ul>
+<a name="isUseMultipart--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isUseMultipart</h4>
+<pre>public&nbsp;boolean&nbsp;isUseMultipart()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the default value to be set for the useMultipart checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setUseMultipart-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setUseMultipart</h4>
+<pre>public&nbsp;void&nbsp;setUseMultipart(boolean&nbsp;useMultipart)</pre>
+<div class="block">Set the default value to be set for the useMultipart checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>useMultipart</code> - flag whether request data should use multi-part feature</dd>
+</dl>
+</li>
+</ul>
+<a name="isUseBrowserCompatibleMultipartMode--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isUseBrowserCompatibleMultipartMode</h4>
+<pre>public&nbsp;boolean&nbsp;isUseBrowserCompatibleMultipartMode()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the default value to be set for the useBrowserCompatibleMultipartMode checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setUseBrowserCompatibleMultipartMode-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setUseBrowserCompatibleMultipartMode</h4>
+<pre>public&nbsp;void&nbsp;setUseBrowserCompatibleMultipartMode(boolean&nbsp;useBrowserCompatibleMultipartMode)</pre>
+<div class="block">Set the default value to be set for the useBrowserCompatibleMultipartMode checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>useBrowserCompatibleMultipartMode</code> - flag whether to use browser compatible multi-part mode</dd>
+</dl>
+</li>
+</ul>
+<a name="isFollowRedirectsVisible--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isFollowRedirectsVisible</h4>
+<pre>public&nbsp;boolean&nbsp;isFollowRedirectsVisible()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><code>true</code> if the followRedirect checkbox should be visible in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setFollowRedirectsVisible-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFollowRedirectsVisible</h4>
+<pre>public&nbsp;void&nbsp;setFollowRedirectsVisible(boolean&nbsp;followRedirectsVisible)</pre>
+<div class="block">Set the visibility of the followRedirect checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>followRedirectsVisible</code> - flag to toggle visibility in GUI</dd>
+</dl>
+</li>
+</ul>
+<a name="isAutoRedirectsVisible--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isAutoRedirectsVisible</h4>
+<pre>public&nbsp;boolean&nbsp;isAutoRedirectsVisible()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if the autoRedirectsVisible checkbox should be visible in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setAutoRedirectsVisible-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAutoRedirectsVisible</h4>
+<pre>public&nbsp;void&nbsp;setAutoRedirectsVisible(boolean&nbsp;autoRedirectsVisible)</pre>
+<div class="block">Set the visibility of the autoRedirectsVisible checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>autoRedirectsVisible</code> - flag to toggle visibility in GUI</dd>
+</dl>
+</li>
+</ul>
+<a name="isUseKeepAliveVisible--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isUseKeepAliveVisible</h4>
+<pre>public&nbsp;boolean&nbsp;isUseKeepAliveVisible()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><code>true</code> if the useKeepAliveVisible checkbox should be visible in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setUseKeepAliveVisible-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setUseKeepAliveVisible</h4>
+<pre>public&nbsp;void&nbsp;setUseKeepAliveVisible(boolean&nbsp;useKeepAliveVisible)</pre>
+<div class="block">Set the visibility of the useKeepAliveVisible checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>useKeepAliveVisible</code> - flag to toggle visibility in GUI</dd>
+</dl>
+</li>
+</ul>
+<a name="isUseMultipartVisible--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isUseMultipartVisible</h4>
+<pre>public&nbsp;boolean&nbsp;isUseMultipartVisible()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><code>true</code> if the useMultipartVisible checkbox should by default in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setUseMultipartVisible-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setUseMultipartVisible</h4>
+<pre>public&nbsp;void&nbsp;setUseMultipartVisible(boolean&nbsp;useMultipartVisible)</pre>
+<div class="block">Set the visibility of the useMultipartVisible checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>useMultipartVisible</code> - flag to toggle visibility in GUI</dd>
+</dl>
+</li>
+</ul>
+<a name="isUseBrowserCompatibleMultipartModeVisible--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isUseBrowserCompatibleMultipartModeVisible</h4>
+<pre>public&nbsp;boolean&nbsp;isUseBrowserCompatibleMultipartModeVisible()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><code>true</code> if the useBrowserCompatibleMultipartModeVisible checkbox should be visible in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setUseBrowserCompatibleMultipartModeVisible-boolean-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setUseBrowserCompatibleMultipartModeVisible</h4>
+<pre>public&nbsp;void&nbsp;setUseBrowserCompatibleMultipartModeVisible(boolean&nbsp;useBrowserCompatibleMultipartModeVisible)</pre>
+<div class="block">Set the visibility of the useBrowserCompatibleMultipartModeVisible checkbox in the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>useBrowserCompatibleMultipartModeVisible</code> - flag to toggle visibility in GUI</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../../help-doc.html">Help</a></li>
+</ul>
+<div class="aboutLanguage"><b>Apache JMeter</b></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../../index.html?org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" target="_top">Frames</a></li>
+<li><a href="UrlConfigDefaults.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 1998-2020 Apache Software Foundation. All Rights Reserved.</small></p>
+</body>
+</html>
diff --git a/api/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html b/api/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html
index d492462..5c8c9f6 100644
--- a/api/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html
+++ b/api/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
@@ -131,6 +131,10 @@ var activeTableTab = "activeTableTab";
 <dt>All Implemented Interfaces:</dt>
 <dd><a href="https://docs.oracle.com/javase/8/docs/api/java/awt/image/ImageObserver.html?is-external=true" title="class or interface in java.awt.image">ImageObserver</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/MenuContainer.html?is-external=true" title="class or interface in java.awt">MenuContainer</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="https: [...]
 </dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">GraphQLUrlConfigGui</a></dd>
+</dl>
 <hr>
 <br>
 <pre>public class <span class="typeNameLabel">UrlConfigGui</span>
@@ -275,14 +279,20 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 </td>
 </tr>
 <tr id="i2" class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../../../../org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config">Arguments</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#createHTTPArgumentsTestElement--">createHTTPArgumentsTestElement</a></span>()</code>
+<div class="block">Create a new <a href="../../../../../../../org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config"><code>Arguments</code></a> instance associated with the specific GUI used in this component.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#createTestElement--">createTestElement</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i3" class="rowColor">
+<tr id="i4" class="altColor">
 <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JTabbedPane.html?is-external=true" title="class or interface in javax.swing">JTabbedPane</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#getParameterPanel--">getParameterPanel</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Component.html?is-external=true" title="class or interface in java.awt">Component</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#getPathPanel--">getPathPanel</a></span>()</code>
 <div class="block">This method defines the Panel for:
@@ -290,19 +300,25 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
   'Follow Redirects', 'Use KeepAlive', and 'Use multipart for HTTP POST' elements.</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#getUrlConfigDefaults--">getUrlConfigDefaults</a></span>()</code>
+<div class="block">Return the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigDefaults</code></a> instance to be used when configuring the UI elements and default values.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#getWebServerPanel--">getWebServerPanel</a></span>()</code>
 <div class="block">Create a panel containing the webserver (domain+port) and scheme.</div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#modifyTestElement-org.apache.jmeter.testelement.TestElement-">modifyTestElement</a></span>(<a href="../../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&nbsp;element)</code>
 <div class="block">Save the GUI values in the sampler.</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html#stateChanged-javax.swing.event.ChangeEvent-">stateChanged</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/ChangeEvent.html?is-external=true" title="class or interface in javax.swing.event">ChangeEvent</a>&nbsp;e)</code>&nbsp;</td>
 </tr>
@@ -481,6 +497,20 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 </dl>
 </li>
 </ul>
+<a name="getUrlConfigDefaults--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getUrlConfigDefaults</h4>
+<pre>protected&nbsp;<a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a>&nbsp;getUrlConfigDefaults()</pre>
+<div class="block">Return the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigDefaults</code></a> instance to be used when configuring the UI elements and default values.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigDefaults</code></a> instance to be used when configuring the UI elements and default values</dd>
+</dl>
+</li>
+</ul>
 <a name="getPathPanel--">
 <!--   -->
 </a>
@@ -507,6 +537,20 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 <pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JTabbedPane.html?is-external=true" title="class or interface in javax.swing">JTabbedPane</a>&nbsp;getParameterPanel()</pre>
 </li>
 </ul>
+<a name="createHTTPArgumentsTestElement--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createHTTPArgumentsTestElement</h4>
+<pre>protected&nbsp;<a href="../../../../../../../org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config">Arguments</a>&nbsp;createHTTPArgumentsTestElement()</pre>
+<div class="block">Create a new <a href="../../../../../../../org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config"><code>Arguments</code></a> instance associated with the specific GUI used in this component.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a new <a href="../../../../../../../org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config"><code>Arguments</code></a> instance associated with the specific GUI used in this component</dd>
+</dl>
+</li>
+</ul>
 <a name="stateChanged-javax.swing.event.ChangeEvent-">
 <!--   -->
 </a>
@@ -548,7 +592,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
diff --git a/api/org/apache/jmeter/protocol/http/config/gui/package-frame.html b/api/org/apache/jmeter/protocol/http/config/gui/package-frame.html
index c456d09..e315ab9 100644
--- a/api/org/apache/jmeter/protocol/http/config/gui/package-frame.html
+++ b/api/org/apache/jmeter/protocol/http/config/gui/package-frame.html
@@ -13,7 +13,9 @@
 <div class="indexContainer">
 <h2 title="Classes">Classes</h2>
 <ul title="Classes">
+<li><a href="GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui" target="classFrame">GraphQLUrlConfigGui</a></li>
 <li><a href="HttpDefaultsGui.html" title="class in org.apache.jmeter.protocol.http.config.gui" target="classFrame">HttpDefaultsGui</a></li>
+<li><a href="UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui" target="classFrame">UrlConfigDefaults</a></li>
 <li><a href="UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui" target="classFrame">UrlConfigGui</a></li>
 </ul>
 </div>
diff --git a/api/org/apache/jmeter/protocol/http/config/gui/package-summary.html b/api/org/apache/jmeter/protocol/http/config/gui/package-summary.html
index cd226ec..d30cdd5 100644
--- a/api/org/apache/jmeter/protocol/http/config/gui/package-summary.html
+++ b/api/org/apache/jmeter/protocol/http/config/gui/package-summary.html
@@ -83,11 +83,24 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">GraphQLUrlConfigGui</a></td>
+<td class="colLast">
+<div class="block">Extending <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>, GraphQL over HTTP Request configuration GUI, providing more convenient UI elements
+ for GraphQL query, variables and operationName.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">HttpDefaultsGui</a></td>
 <td class="colLast">
 <div class="block">GUI for Http Request defaults</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigDefaults</a></td>
+<td class="colLast">
+<div class="block">Default option value settings for <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>.</div>
+</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a></td>
 <td class="colLast">
diff --git a/api/org/apache/jmeter/protocol/http/config/gui/package-tree.html b/api/org/apache/jmeter/protocol/http/config/gui/package-tree.html
index 1218ca1..1d09900 100644
--- a/api/org/apache/jmeter/protocol/http/config/gui/package-tree.html
+++ b/api/org/apache/jmeter/protocol/http/config/gui/package-tree.html
@@ -98,7 +98,11 @@
 </li>
 </ul>
 </li>
-<li type="circle">org.apache.jmeter.protocol.http.config.gui.<a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">UrlConfigGui</span></a> (implements javax.swing.event.<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/ChangeListener.html?is-external=true" title="class or interface in javax.swing.event">ChangeListener</a>)</li>
+<li type="circle">org.apache.jmeter.protocol.http.config.gui.<a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">UrlConfigGui</span></a> (implements javax.swing.event.<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/event/ChangeListener.html?is-external=true" title="class or interface in javax.swing.event">ChangeListener</a>)
+<ul>
+<li type="circle">org.apache.jmeter.protocol.http.config.gui.<a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">GraphQLUrlConfigGui</span></a></li>
+</ul>
+</li>
 </ul>
 </li>
 </ul>
@@ -107,6 +111,7 @@
 </li>
 </ul>
 </li>
+<li type="circle">org.apache.jmeter.protocol.http.config.gui.<a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigDefaults.html" title="class in org.apache.jmeter.protocol.http.config.gui"><span class="typeNameLink">UrlConfigDefaults</span></a> (implements java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li>
 </ul>
 </li>
 </ul>
diff --git a/api/org/apache/jmeter/protocol/http/config/package-frame.html b/api/org/apache/jmeter/protocol/http/config/package-frame.html
index 370119a..32b3472 100644
--- a/api/org/apache/jmeter/protocol/http/config/package-frame.html
+++ b/api/org/apache/jmeter/protocol/http/config/package-frame.html
@@ -13,6 +13,7 @@
 <div class="indexContainer">
 <h2 title="Classes">Classes</h2>
 <ul title="Classes">
+<li><a href="GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config" target="classFrame">GraphQLRequestParams</a></li>
 <li><a href="MultipartUrlConfig.html" title="class in org.apache.jmeter.protocol.http.config" target="classFrame">MultipartUrlConfig</a></li>
 </ul>
 </div>
diff --git a/api/org/apache/jmeter/protocol/http/config/package-summary.html b/api/org/apache/jmeter/protocol/http/config/package-summary.html
index 8b5c3f1..ebd5d49 100644
--- a/api/org/apache/jmeter/protocol/http/config/package-summary.html
+++ b/api/org/apache/jmeter/protocol/http/config/package-summary.html
@@ -83,6 +83,12 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config">GraphQLRequestParams</a></td>
+<td class="colLast">
+<div class="block">Represents GraphQL request parameter input data for Query, Variables and Operation Name.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html" title="class in org.apache.jmeter.protocol.http.config">MultipartUrlConfig</a></td>
 <td class="colLast">
 <div class="block">Configuration element which handles HTTP Parameters and files to be uploaded</div>
diff --git a/api/org/apache/jmeter/protocol/http/config/package-tree.html b/api/org/apache/jmeter/protocol/http/config/package-tree.html
index 076686e..95540af 100644
--- a/api/org/apache/jmeter/protocol/http/config/package-tree.html
+++ b/api/org/apache/jmeter/protocol/http/config/package-tree.html
@@ -81,6 +81,7 @@
 <ul>
 <li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
 <ul>
+<li type="circle">org.apache.jmeter.protocol.http.config.<a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config"><span class="typeNameLink">GraphQLRequestParams</span></a> (implements java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li>
 <li type="circle">org.apache.jmeter.protocol.http.config.<a href="../../../../../../org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html" title="class in org.apache.jmeter.protocol.http.config"><span class="typeNameLink">MultipartUrlConfig</span></a> (implements java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/protocol/http/control/HeaderManager.html b/api/org/apache/jmeter/protocol/http/control/HeaderManager.html
index d53eae7..991ae0f 100644
--- a/api/org/apache/jmeter/protocol/http/control/HeaderManager.html
+++ b/api/org/apache/jmeter/protocol/http/control/HeaderManager.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":42,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":42,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -244,21 +244,27 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 </tr>
 <tr id="i8" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/protocol/http/control/Header.html" title="class in org.apache.jmeter.protocol.http.control">Header</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/control/HeaderManager.html#getHeader-int-">getHeader</a></span>(int&nbsp;row)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/control/HeaderManager.html#getFirstHeaderNamed-java.lang.String-">getFirstHeaderNamed</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Get the first header from Headers by the header name, or <code>null</code> if not found.</div>
+</td>
 </tr>
 <tr id="i9" class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/protocol/http/control/Header.html" title="class in org.apache.jmeter.protocol.http.control">Header</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/control/HeaderManager.html#getHeader-int-">getHeader</a></span>(int&nbsp;row)</code>&nbsp;</td>
+</tr>
+<tr id="i10" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/testelement/property/CollectionProperty.html" title="class in org.apache.jmeter.testelement.property">CollectionProperty</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/control/HeaderManager.html#getHeaders--">getHeaders</a></span>()</code>
 <div class="block">Get the collection of JMeterProperty entries representing the headers.</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/protocol/http/control/HeaderManager.html" title="class in org.apache.jmeter.protocol.http.control">HeaderManager</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/control/HeaderManager.html#merge-org.apache.jmeter.testelement.TestElement-">merge</a></span>(<a href="../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&nbsp;element)</code>
 <div class="block">Merge the attributes with a another HeaderManager's attributes.</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/protocol/http/control/HeaderManager.html" title="class in org.apache.jmeter.protocol.http.control">HeaderManager</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/control/HeaderManager.html#merge-org.apache.jmeter.testelement.TestElement-boolean-">merge</a></span>(<a href="../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&nbsp;element,
      boolean&nbsp;preferLocalValues)</code>
@@ -267,19 +273,19 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 </div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/control/HeaderManager.html#remove-int-">remove</a></span>(int&nbsp;index)</code>
 <div class="block">Remove a header.</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/control/HeaderManager.html#removeHeaderNamed-java.lang.String-">removeHeaderNamed</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Remove from Headers the header named name</div>
 </td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/control/HeaderManager.html#replace-java.lang.String-java.lang.String-boolean-">replace</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;regex,
        <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;replaceBy,
@@ -287,13 +293,13 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <div class="block">Replace in object  by replaceBy</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/control/HeaderManager.html#save-java.lang.String-">save</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;headFile)</code>
 <div class="block">Save the header data to a file.</div>
 </td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/control/HeaderManager.html#size--">size</a></span>()</code>
 <div class="block">Return the number of headers.</div>
@@ -557,6 +563,22 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 </dl>
 </li>
 </ul>
+<a name="getFirstHeaderNamed-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFirstHeaderNamed</h4>
+<pre>public&nbsp;<a href="../../../../../../org/apache/jmeter/protocol/http/control/Header.html" title="class in org.apache.jmeter.protocol.http.control">Header</a>&nbsp;getFirstHeaderNamed(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<div class="block">Get the first header from Headers by the header name, or <code>null</code> if not found.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - header name</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the first header from Headers by the header name, or <code>null</code> if not found</dd>
+</dl>
+</li>
+</ul>
 <a name="removeHeaderNamed-java.lang.String-">
 <!--   -->
 </a>
diff --git a/api/org/apache/jmeter/protocol/http/control/StaticHost.html b/api/org/apache/jmeter/protocol/http/control/StaticHost.html
index dff5e38..63c2d64 100644
--- a/api/org/apache/jmeter/protocol/http/control/StaticHost.html
+++ b/api/org/apache/jmeter/protocol/http/control/StaticHost.html
@@ -198,7 +198,9 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 </tr>
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/control/StaticHost.html#setName-java.lang.String-">setName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/control/StaticHost.html#setName-java.lang.String-">setName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Returns name of this element.</div>
+</td>
 </tr>
 <tr id="i4" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
@@ -274,6 +276,8 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <li class="blockList">
 <h4>setName</h4>
 <pre>public&nbsp;void&nbsp;setName(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/jmeter/testelement/TestElement.html#setName-java.lang.String-">TestElement</a></code></span></div>
+<div class="block">Returns name of this element.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../../../org/apache/jmeter/testelement/TestElement.html#setName-java.lang.String-">setName</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a></code></dd>
diff --git a/api/org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html b/api/org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html
index 57bc806..c23e757 100644
--- a/api/org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html
+++ b/api/org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
 <div class="subNav">
 <ul class="navList">
 <li>Prev&nbsp;Class</li>
-<li><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpMirrorControlGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../../index.html?org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html" target="_top">Frames</a></li>
@@ -286,7 +286,7 @@ extends <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gu
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.jmeter.protocol.http.control.gui.<a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">HttpTestSampleGui</a></h3>
-<code><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#clearGui--">clearGui</a>, <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#configure-org.apache.jmeter.testelement.TestElement-">configure</a>, <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#createEmbeddedRsrcPanel--">createEmbeddedRsrcPanel</a>, <a href="../../../../../../../org/apache/jme [...]
+<code><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#clearGui--">clearGui</a>, <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#configure-org.apache.jmeter.testelement.TestElement-">configure</a>, <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#createEmbeddedRsrcPanel--">createEmbeddedRsrcPanel</a>, <a href="../../../../../../../org/apache/jme [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.jmeter.samplers.gui.AbstractSamplerGui">
@@ -487,7 +487,7 @@ extends <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gu
 <div class="subNav">
 <ul class="navList">
 <li>Prev&nbsp;Class</li>
-<li><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpMirrorControlGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../../index.html?org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html" target="_top">Frames</a></li>
diff --git a/api/org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html b/api/org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html
similarity index 93%
copy from api/org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html
copy to api/org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html
index 57bc806..5906eba 100644
--- a/api/org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html
+++ b/api/org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AjpSamplerGui (Apache JMeter dist API)</title>
+<title>GraphQLHTTPSamplerGui (Apache JMeter dist API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AjpSamplerGui (Apache JMeter dist API)";
+            parent.document.title="GraphQLHTTPSamplerGui (Apache JMeter dist API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -49,12 +49,12 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpMirrorControlGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../../index.html?org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html" target="_top">Frames</a></li>
-<li><a href="AjpSamplerGui.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../../index.html?org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html" target="_top">Frames</a></li>
+<li><a href="GraphQLHTTPSamplerGui.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -93,7 +93,7 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.jmeter.protocol.http.control.gui</div>
-<h2 title="Class AjpSamplerGui" class="title">Class AjpSamplerGui</h2>
+<h2 title="Class GraphQLHTTPSamplerGui" class="title">Class GraphQLHTTPSamplerGui</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
@@ -121,7 +121,7 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.jmeter.protocol.http.control.gui.AjpSamplerGui</li>
+<li>org.apache.jmeter.protocol.http.control.gui.GraphQLHTTPSamplerGui</li>
 </ul>
 </li>
 </ul>
@@ -148,11 +148,13 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <span class="typeNameLabel">AjpSamplerGui</span>
+<pre>public class <span class="typeNameLabel">GraphQLHTTPSamplerGui</span>
 extends <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">HttpTestSampleGui</a></pre>
+<div class="block">GraphQL HTTP Sampler GUI which extends <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><code>HttpTestSampleGui</code></a> in order to provide more convenient UI elements for
+ GraphQL query, variables and operationName.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../../../serialized-form.html#org.apache.jmeter.protocol.http.control.gui.AjpSamplerGui">Serialized Form</a></dd>
+<dd><a href="../../../../../../../serialized-form.html#org.apache.jmeter.protocol.http.control.gui.GraphQLHTTPSamplerGui">Serialized Form</a></dd>
 </dl>
 </li>
 </ul>
@@ -244,7 +246,7 @@ extends <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gu
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html#AjpSamplerGui--">AjpSamplerGui</a></span>()</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html#GraphQLHTTPSamplerGui--">GraphQLHTTPSamplerGui</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -262,21 +264,24 @@ extends <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gu
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code><a href="../../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html#createTestElement--">createTestElement</a></span>()</code>
-<div class="block">JMeter test components are separated into a model and a GUI
- representation.</div>
-</td>
+<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html#createEmbeddedRsrcPanel--">createEmbeddedRsrcPanel</a></span>()</code></td>
 </tr>
 <tr id="i1" class="rowColor">
+<td class="colFirst"><code>protected <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html#createUrlConfigGui--">createUrlConfigGui</a></span>()</code>
+<div class="block">Create a <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a> which is used as the Basic tab in the parameters configuration tabstrip.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html#getDocAnchor--">getDocAnchor</a></span>()</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html#getDocAnchor--">getDocAnchor</a></span>()</code>
 <div class="block">Compute Anchor value to find reference in documentation for a particular component</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html#getStaticLabel--">getStaticLabel</a></span>()</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html#getStaticLabel--">getStaticLabel</a></span>()</code>
 <div class="block">Get the component's label.</div>
 </td>
 </tr>
@@ -286,7 +291,7 @@ extends <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gu
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.jmeter.protocol.http.control.gui.<a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">HttpTestSampleGui</a></h3>
-<code><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#clearGui--">clearGui</a>, <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#configure-org.apache.jmeter.testelement.TestElement-">configure</a>, <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#createEmbeddedRsrcPanel--">createEmbeddedRsrcPanel</a>, <a href="../../../../../../../org/apache/jme [...]
+<code><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#clearGui--">clearGui</a>, <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#configure-org.apache.jmeter.testelement.TestElement-">configure</a>, <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#createOptionalTasksPanel--">createOptionalTasksPanel</a>, <a href="../../../../../../../org/apache/j [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.jmeter.samplers.gui.AbstractSamplerGui">
@@ -358,13 +363,13 @@ extends <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gu
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="AjpSamplerGui--">
+<a name="GraphQLHTTPSamplerGui--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>AjpSamplerGui</h4>
-<pre>public&nbsp;AjpSamplerGui()</pre>
+<h4>GraphQLHTTPSamplerGui</h4>
+<pre>public&nbsp;GraphQLHTTPSamplerGui()</pre>
 </li>
 </ul>
 </li>
@@ -375,39 +380,6 @@ extends <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gu
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="createTestElement--">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>createTestElement</h4>
-<pre>public&nbsp;<a href="../../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&nbsp;createTestElement()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#createTestElement--">HttpTestSampleGui</a></code></span></div>
-<div class="block">JMeter test components are separated into a model and a GUI
- representation. The model holds the data and the GUI displays it. The GUI
- class is responsible for knowing how to create and initialize with data
- the model class that it knows how to display, and this method is called
- when new test elements are created.
-
- <p>
- The canonical implementation looks like this:
- <pre>
- public TestElement createTestElement() {
-     TestElementXYZ el = new TestElementXYZ();
-     modifyTestElement(el);
-     return el;
- }
- </pre></div>
-<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a href="../../../../../../../org/apache/jmeter/gui/JMeterGUIComponent.html#createTestElement--">createTestElement</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/jmeter/gui/JMeterGUIComponent.html" title="interface in org.apache.jmeter.gui">JMeterGUIComponent</a></code></dd>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#createTestElement--">createTestElement</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">HttpTestSampleGui</a></code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the Test Element object that the GUI component represents.</dd>
-</dl>
-</li>
-</ul>
 <a name="getStaticLabel--">
 <!--   -->
 </a>
@@ -442,7 +414,7 @@ extends <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gu
 <a name="getDocAnchor--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getDocAnchor</h4>
 <pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getDocAnchor()</pre>
@@ -458,6 +430,40 @@ extends <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gu
 </dl>
 </li>
 </ul>
+<a name="createEmbeddedRsrcPanel--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createEmbeddedRsrcPanel</h4>
+<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a>&nbsp;createEmbeddedRsrcPanel()</pre>
+<div class="block">
+ <P>
+ Overridden to hide the HTML embedded resource handling section as GraphQL responses are always in JSON.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#createEmbeddedRsrcPanel--">createEmbeddedRsrcPanel</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">HttpTestSampleGui</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="createUrlConfigGui--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>createUrlConfigGui</h4>
+<pre>protected&nbsp;<a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a>&nbsp;createUrlConfigGui()</pre>
+<div class="block">Create a <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a> which is used as the Basic tab in the parameters configuration tabstrip.
+ <P>
+ Overridden to create a <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/GraphQLUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>GraphQLUrlConfigGui</code></a> which extends <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a> for GraphQL specific UI elements.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#createUrlConfigGui--">createUrlConfigGui</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">HttpTestSampleGui</a></code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a> which is used as the Basic tab</dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -486,12 +492,12 @@ extends <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gu
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpMirrorControlGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../../index.html?org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html" target="_top">Frames</a></li>
-<li><a href="AjpSamplerGui.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../../index.html?org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html" target="_top">Frames</a></li>
+<li><a href="GraphQLHTTPSamplerGui.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
diff --git a/api/org/apache/jmeter/protocol/http/control/gui/HttpMirrorControlGui.html b/api/org/apache/jmeter/protocol/http/control/gui/HttpMirrorControlGui.html
index 1968256..f5c0058 100644
--- a/api/org/apache/jmeter/protocol/http/control/gui/HttpMirrorControlGui.html
+++ b/api/org/apache/jmeter/protocol/http/control/gui/HttpMirrorControlGui.html
@@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -606,7 +606,7 @@ implements <a href="../../../../../../../org/apache/jmeter/gui/JMeterGUIComponen
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
diff --git a/api/org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html b/api/org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html
index cbc71b8..0e5ba4c 100644
--- a/api/org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html
+++ b/api/org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -143,7 +143,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <dl>
 <dt>Direct Known Subclasses:</dt>
-<dd><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">AjpSamplerGui</a></dd>
+<dd><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">AjpSamplerGui</a>, <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">GraphQLHTTPSamplerGui</a></dd>
 </dl>
 <hr>
 <br>
@@ -294,36 +294,49 @@ extends <a href="../../../../../../../org/apache/jmeter/samplers/gui/AbstractSam
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#createSourceAddrPanel--">createSourceAddrPanel</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i5" class="rowColor">
+<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JTabbedPane.html?is-external=true" title="class or interface in javax.swing">JTabbedPane</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#createTabbedConfigPane--">createTabbedConfigPane</a></span>()</code>
+<div class="block">Create the parameters configuration tabstrip which includes the Basic tab (<a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>)
+ and the Advanced tab by default.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#createTestElement--">createTestElement</a></span>()</code>
 <div class="block">JMeter test components are separated into a model and a GUI
  representation.</div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>protected <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#createUrlConfigGui--">createUrlConfigGui</a></span>()</code>
+<div class="block">Create a <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a> which is used as the Basic tab in the parameters configuration tabstrip.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
 <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#getImplementationPanel--">getImplementationPanel</a></span>()</code>
 <div class="block">Create a panel containing the implementation details</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#getLabelResource--">getLabelResource</a></span>()</code>
 <div class="block">Get the component's resource name, which getStaticLabel uses to derive
  the component's label in the local language.</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/awt/Dimension.html?is-external=true" title="class or interface in java.awt">Dimension</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#getPreferredSize--">getPreferredSize</a></span>()</code></td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#getProxyServerPanel--">getProxyServerPanel</a></span>()</code>
 <div class="block">Create a panel containing the proxy server details</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html#modifyTestElement-org.apache.jmeter.testelement.TestElement-">modifyTestElement</a></span>(<a href="../../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&nbsp;sampler)</code>
 <div class="block">Modifies a given TestElement to mirror the data in the gui components.</div>
@@ -538,6 +551,36 @@ extends <a href="../../../../../../../org/apache/jmeter/samplers/gui/AbstractSam
 </dl>
 </li>
 </ul>
+<a name="createTabbedConfigPane--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createTabbedConfigPane</h4>
+<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JTabbedPane.html?is-external=true" title="class or interface in javax.swing">JTabbedPane</a>&nbsp;createTabbedConfigPane()</pre>
+<div class="block">Create the parameters configuration tabstrip which includes the Basic tab (<a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>)
+ and the Advanced tab by default.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the parameters configuration tabstrip which includes the Basic tab (<a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a>)
+         and the Advanced tab by default</dd>
+</dl>
+</li>
+</ul>
+<a name="createUrlConfigGui--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createUrlConfigGui</h4>
+<pre>protected&nbsp;<a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</a>&nbsp;createUrlConfigGui()</pre>
+<div class="block">Create a <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a> which is used as the Basic tab in the parameters configuration tabstrip.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a <a href="../../../../../../../org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><code>UrlConfigGui</code></a> which is used as the Basic tab</dd>
+</dl>
+</li>
+</ul>
 <a name="createEmbeddedRsrcPanel--">
 <!--   -->
 </a>
diff --git a/api/org/apache/jmeter/protocol/http/control/gui/package-frame.html b/api/org/apache/jmeter/protocol/http/control/gui/package-frame.html
index e672a44..b50fa69 100644
--- a/api/org/apache/jmeter/protocol/http/control/gui/package-frame.html
+++ b/api/org/apache/jmeter/protocol/http/control/gui/package-frame.html
@@ -14,6 +14,7 @@
 <h2 title="Classes">Classes</h2>
 <ul title="Classes">
 <li><a href="AjpSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui" target="classFrame">AjpSamplerGui</a></li>
+<li><a href="GraphQLHTTPSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui" target="classFrame">GraphQLHTTPSamplerGui</a></li>
 <li><a href="HttpMirrorControlGui.html" title="class in org.apache.jmeter.protocol.http.control.gui" target="classFrame">HttpMirrorControlGui</a></li>
 <li><a href="HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui" target="classFrame">HttpTestSampleGui</a></li>
 <li><a href="RecordController.html" title="class in org.apache.jmeter.protocol.http.control.gui" target="classFrame">RecordController</a></li>
diff --git a/api/org/apache/jmeter/protocol/http/control/gui/package-summary.html b/api/org/apache/jmeter/protocol/http/control/gui/package-summary.html
index c646f8d..1b7d40a 100644
--- a/api/org/apache/jmeter/protocol/http/control/gui/package-summary.html
+++ b/api/org/apache/jmeter/protocol/http/control/gui/package-summary.html
@@ -87,18 +87,25 @@
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">GraphQLHTTPSamplerGui</a></td>
+<td class="colLast">
+<div class="block">GraphQL HTTP Sampler GUI which extends <a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><code>HttpTestSampleGui</code></a> in order to provide more convenient UI elements for
+ GraphQL query, variables and operationName.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpMirrorControlGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">HttpMirrorControlGui</a></td>
 <td class="colLast">
 <div class="block">GUI of Mirror Server Test element</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui">HttpTestSampleGui</a></td>
 <td class="colLast">
 <div class="block">HTTP Sampler GUI</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/RecordController.html" title="class in org.apache.jmeter.protocol.http.control.gui">RecordController</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
diff --git a/api/org/apache/jmeter/protocol/http/control/gui/package-tree.html b/api/org/apache/jmeter/protocol/http/control/gui/package-tree.html
index 176c9d3..965ea4d 100644
--- a/api/org/apache/jmeter/protocol/http/control/gui/package-tree.html
+++ b/api/org/apache/jmeter/protocol/http/control/gui/package-tree.html
@@ -106,6 +106,7 @@
 <li type="circle">org.apache.jmeter.protocol.http.control.gui.<a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">HttpTestSampleGui</span></a>
 <ul>
 <li type="circle">org.apache.jmeter.protocol.http.control.gui.<a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/AjpSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">AjpSamplerGui</span></a></li>
+<li type="circle">org.apache.jmeter.protocol.http.control.gui.<a href="../../../../../../../org/apache/jmeter/protocol/http/control/gui/GraphQLHTTPSamplerGui.html" title="class in org.apache.jmeter.protocol.http.control.gui"><span class="typeNameLink">GraphQLHTTPSamplerGui</span></a></li>
 </ul>
 </li>
 </ul>
diff --git a/api/org/apache/jmeter/protocol/http/parser/BaseParser.html b/api/org/apache/jmeter/protocol/http/parser/BaseParser.html
index 8ba07ef..7f8e919 100644
--- a/api/org/apache/jmeter/protocol/http/parser/BaseParser.html
+++ b/api/org/apache/jmeter/protocol/http/parser/BaseParser.html
@@ -141,10 +141,12 @@ implements <a href="../../../../../../org/apache/jmeter/protocol/http/parser/Lin
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/parser/BaseParser.html#BaseParser--">BaseParser</a></span>()</code>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/parser/BaseParser.html#BaseParser--">BaseParser</a></span>()</code>
 <div class="block">Constructor for BaseParser</div>
 </td>
 </tr>
@@ -211,7 +213,7 @@ implements <a href="../../../../../../org/apache/jmeter/protocol/http/parser/Lin
 <ul class="blockListLast">
 <li class="blockList">
 <h4>BaseParser</h4>
-<pre>public&nbsp;BaseParser()</pre>
+<pre>protected&nbsp;BaseParser()</pre>
 <div class="block">Constructor for BaseParser</div>
 </li>
 </ul>
diff --git a/api/org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.html b/api/org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.html
index 60c4a0b..3ec6c7f 100644
--- a/api/org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.html
+++ b/api/org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":9,"i5":9,"i6":9,"i7":10,"i8":9,"i9":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":9,"i5":9,"i6":9,"i7":10,"i8":9,"i9":10,"i10":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -163,10 +163,12 @@ implements <a href="../../../../../../org/apache/jmeter/protocol/http/proxy/Samp
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.html#AbstractSamplerCreator--">AbstractSamplerCreator</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.html#AbstractSamplerCreator--">AbstractSamplerCreator</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -242,6 +244,12 @@ implements <a href="../../../../../../org/apache/jmeter/protocol/http/proxy/Samp
  Called after sampling</div>
 </td>
 </tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.html#setCounter-int-">setCounter</a></span>(int&nbsp;value)</code>
+<div class="block">Set the counter for this implementation.</div>
+</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -324,7 +332,7 @@ implements <a href="../../../../../../org/apache/jmeter/protocol/http/proxy/Samp
 <ul class="blockListLast">
 <li class="blockList">
 <h4>AbstractSamplerCreator</h4>
-<pre>public&nbsp;AbstractSamplerCreator()</pre>
+<pre>protected&nbsp;AbstractSamplerCreator()</pre>
 </li>
 </ul>
 </li>
@@ -358,6 +366,24 @@ implements <a href="../../../../../../org/apache/jmeter/protocol/http/proxy/Samp
 <div class="block">Increment request number</div>
 </li>
 </ul>
+<a name="setCounter-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCounter</h4>
+<pre>public&nbsp;void&nbsp;setCounter(int&nbsp;value)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/SamplerCreator.html#setCounter-int-">SamplerCreator</a></code></span></div>
+<div class="block">Set the counter for this implementation. The counter should be incremented
+ before creating a new sampler by the implementation.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/SamplerCreator.html#setCounter-int-">setCounter</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/SamplerCreator.html" title="interface in org.apache.jmeter.protocol.http.proxy">SamplerCreator</a></code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>value</code> - to be used</dd>
+</dl>
+</li>
+</ul>
 <a name="incrementRequestNumberAndGet--">
 <!--   -->
 </a>
diff --git a/api/org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.html b/api/org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.html
index 61f3ea2..a44559e 100644
--- a/api/org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.html
+++ b/api/org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.html
@@ -275,7 +275,7 @@ extends <a href="../../../../../../org/apache/jmeter/protocol/http/proxy/Abstrac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.jmeter.protocol.http.proxy.<a href="../../../../../../org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.html" title="class in org.apache.jmeter.protocol.http.proxy">AbstractSamplerCreator</a></h3>
-<code><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.html#createAndPopulateSampler-org.apache.jmeter.protocol.http.proxy.HttpRequestHdr-java.util.Map-java.util.Map-">createAndPopulateSampler</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.html#createChildren-org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase-org.apache.jmeter.samplers.SampleResult-">createChildren</a>, <a href="../../../../../../or [...]
+<code><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.html#createAndPopulateSampler-org.apache.jmeter.protocol.http.proxy.HttpRequestHdr-java.util.Map-java.util.Map-">createAndPopulateSampler</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.html#createChildren-org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase-org.apache.jmeter.samplers.SampleResult-">createChildren</a>, <a href="../../../../../../or [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
diff --git a/api/org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html b/api/org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html
index 10ec4ea..e8ec929 100644
--- a/api/org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html
+++ b/api/org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -163,9 +163,10 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
               <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;httpSamplerName)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#HttpRequestHdr-java.lang.String-java.lang.String-int-">HttpRequestHdr</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefix,
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#HttpRequestHdr-java.lang.String-java.lang.String-int-java.lang.String-">HttpRequestHdr</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefix,
               <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;httpSamplerName,
-              int&nbsp;httpSampleNameMode)</code>&nbsp;</td>
+              int&nbsp;httpSampleNameMode,
+              <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -195,69 +196,85 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#getHeaderManager--">getHeaderManager</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#getHttpSampleNameFormat--">getHttpSampleNameFormat</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i4" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#getHttpSampleNameMode--">getHttpSampleNameMode</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#getHttpSamplerName--">getHttpSamplerName</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#getMethod--">getMethod</a></span>()</code>
 <div class="block">Returns the method string extracted from the first line of the client request.</div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html" title="class in org.apache.jmeter.protocol.http.config">MultipartUrlConfig</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#getMultipartConfig-java.lang.String-">getMultipartConfig</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentType)</code>&nbsp;</td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#getPath--">getPath</a></span>()</code>
 <div class="block">Find the /some/file.xxxx from http://server.ect:PORT/some/file.xxx</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#getPrefix--">getPrefix</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#getProtocol-org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase-">getProtocol</a></span>(<a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a>&nbsp;sampler)</code>&nbsp;</td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code>byte[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#getRawPostData--">getRawPostData</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#getUrl--">getUrl</a></span>()</code>
 <div class="block">Returns the url string extracted from the first line of the client request.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#getUrlWithoutQuery-java.net.URL-">getUrlWithoutQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;url)</code>&nbsp;</td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#isDetectGraphQLRequest--">isDetectGraphQLRequest</a></span>()</code>
+<div class="block">Return true if automatic GraphQL Request detection is enabled.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code>byte[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#parse-java.io.InputStream-">parse</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;in)</code>
 <div class="block">Parses a http header from a stream.</div>
 </td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#serverName--">serverName</a></span>()</code>
 <div class="block">Find the //server.name from an url.</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#serverPort--">serverPort</a></span>()</code>
 <div class="block">Find the :PORT from http://server.ect:PORT/some/file.xxx</div>
 </td>
 </tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#setDetectGraphQLRequest-boolean-">setDetectGraphQLRequest</a></span>(boolean&nbsp;detectGraphQLRequest)</code>
+<div class="block">Sets whether automatic GraphQL Request detection is enabled.</div>
+</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -351,7 +368,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </dl>
 </li>
 </ul>
-<a name="HttpRequestHdr-java.lang.String-java.lang.String-int-">
+<a name="HttpRequestHdr-java.lang.String-java.lang.String-int-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockListLast">
@@ -359,12 +376,14 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <h4>HttpRequestHdr</h4>
 <pre>public&nbsp;HttpRequestHdr(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefix,
                       <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;httpSamplerName,
-                      int&nbsp;httpSampleNameMode)</pre>
+                      int&nbsp;httpSampleNameMode,
+                      <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>prefix</code> - Sampler prefix</dd>
 <dd><code>httpSamplerName</code> - the http sampler name</dd>
 <dd><code>httpSampleNameMode</code> - the naming mode of sampler name</dd>
+<dd><code>format</code> - format to use when mode is 3</dd>
 </dl>
 </li>
 </ul>
@@ -376,6 +395,34 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <!--   -->
 </a>
 <h3>Method Detail</h3>
+<a name="isDetectGraphQLRequest--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isDetectGraphQLRequest</h4>
+<pre>public&nbsp;boolean&nbsp;isDetectGraphQLRequest()</pre>
+<div class="block">Return true if automatic GraphQL Request detection is enabled.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if automatic GraphQL Request detection is enabled</dd>
+</dl>
+</li>
+</ul>
+<a name="setDetectGraphQLRequest-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDetectGraphQLRequest</h4>
+<pre>public&nbsp;void&nbsp;setDetectGraphQLRequest(boolean&nbsp;detectGraphQLRequest)</pre>
+<div class="block">Sets whether automatic GraphQL Request detection is enabled.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>detectGraphQLRequest</code> - whether automatic GraphQL Request detection is enabled</dd>
+</dl>
+</li>
+</ul>
 <a name="parse-java.io.InputStream-">
 <!--   -->
 </a>
@@ -567,7 +614,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <a name="getHttpSampleNameMode--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getHttpSampleNameMode</h4>
 <pre>public&nbsp;int&nbsp;getHttpSampleNameMode()</pre>
@@ -577,6 +624,15 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </dl>
 </li>
 </ul>
+<a name="getHttpSampleNameFormat--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getHttpSampleNameFormat</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getHttpSampleNameFormat()</pre>
+</li>
+</ul>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/protocol/http/proxy/Proxy.html b/api/org/apache/jmeter/protocol/http/proxy/Proxy.html
index af53646..71e0eec 100644
--- a/api/org/apache/jmeter/protocol/http/proxy/Proxy.html
+++ b/api/org/apache/jmeter/protocol/http/proxy/Proxy.html
@@ -18,8 +18,8 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var methods = {"i0":10,"i1":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -186,7 +186,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html
 </a>
 <h3>Method Summary</h3>
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd [...]
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
@@ -197,6 +197,12 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html
 <div class="block">Main processing method for the Proxy object</div>
 </td>
 </tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/Proxy.html#setCounter-int-">setCounter</a></span>(int&nbsp;value)</code>
+<div class="block">Set the counter for all registered <a href="../../../../../../org/apache/jmeter/protocol/http/proxy/SamplerCreatorFactory.html" title="class in org.apache.jmeter.protocol.http.proxy"><code>SamplerCreatorFactory</code></a>s</div>
+</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Thread">
@@ -247,7 +253,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html
 <a name="run--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>run</h4>
 <pre>public&nbsp;void&nbsp;run()</pre>
@@ -260,6 +266,20 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html
 </dl>
 </li>
 </ul>
+<a name="setCounter-int-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setCounter</h4>
+<pre>public static&nbsp;void&nbsp;setCounter(int&nbsp;value)</pre>
+<div class="block">Set the counter for all registered <a href="../../../../../../org/apache/jmeter/protocol/http/proxy/SamplerCreatorFactory.html" title="class in org.apache.jmeter.protocol.http.proxy"><code>SamplerCreatorFactory</code></a>s</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>value</code> - to be initialized</dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/protocol/http/proxy/ProxyControl.html b/api/org/apache/jmeter/protocol/http/proxy/ProxyControl.html
index 29c7499..7a12256 100644
--- a/api/org/apache/jmeter/protocol/http/proxy/ProxyControl.html
+++ b/api/org/apache/jmeter/protocol/http/proxy/ProxyControl.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":9,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i [...]
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":9,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i [...]
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -298,118 +298,134 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/NonTestEleme
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getDefaultPort--">getDefaultPort</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i15" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getDetectGraphQLRequest--">getDetectGraphQLRequest</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i16" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/testelement/property/CollectionProperty.html" title="class in org.apache.jmeter.testelement.property">CollectionProperty</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getExcludePatterns--">getExcludePatterns</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getGroupingMode--">getGroupingMode</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i18" class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getHttpSampleNameFormat--">getHttpSampleNameFormat</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getHTTPSampleNamingMode--">getHTTPSampleNamingMode</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i18" class="altColor">
+<tr id="i20" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/testelement/property/CollectionProperty.html" title="class in org.apache.jmeter.testelement.property">CollectionProperty</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getIncludePatterns--">getIncludePatterns</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i21" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/gui/tree/JMeterTreeModel.html" title="class in org.apache.jmeter.gui.tree">JMeterTreeModel</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getNonGuiTreeModel--">getNonGuiTreeModel</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i22" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getNotifyChildSamplerListenerOfFilteredSamplers--">getNotifyChildSamplerListenerOfFilteredSamplers</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr id="i23" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getPort--">getPort</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i22" class="altColor">
+<tr id="i24" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getPortString--">getPortString</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getPrefixHTTPSampleName--">getPrefixHTTPSampleName</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i24" class="altColor">
+<tr id="i26" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getProxyPauseHTTPSample--">getProxyPauseHTTPSample</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i25" class="rowColor">
+<tr id="i27" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getRegexMatch--">getRegexMatch</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i26" class="altColor">
+<tr id="i28" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getSamplerDownloadImages--">getSamplerDownloadImages</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i27" class="rowColor">
+<tr id="i29" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getSamplerFollowRedirects--">getSamplerFollowRedirects</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i28" class="altColor">
+<tr id="i30" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getSamplerRedirectAutomatically--">getSamplerRedirectAutomatically</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i29" class="rowColor">
+<tr id="i31" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getSamplerTypeName--">getSamplerTypeName</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i30" class="altColor">
+<tr id="i32" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getSslDomains--">getSslDomains</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i31" class="rowColor">
+<tr id="i33" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/gui/tree/JMeterTreeNode.html" title="class in org.apache.jmeter.gui.tree">JMeterTreeNode</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getTarget--">getTarget</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i32" class="altColor">
+<tr id="i34" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#getUseKeepalive--">getUseKeepalive</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i33" class="rowColor">
+<tr id="i35" class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#isDynamicMode--">isDynamicMode</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i34" class="altColor">
+<tr id="i36" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setAssertions-boolean-">setAssertions</a></span>(boolean&nbsp;b)</code>&nbsp;</td>
 </tr>
-<tr id="i35" class="rowColor">
+<tr id="i37" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setCaptureHttpHeaders-boolean-">setCaptureHttpHeaders</a></span>(boolean&nbsp;capture)</code>&nbsp;</td>
 </tr>
-<tr id="i36" class="altColor">
+<tr id="i38" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setContentTypeExclude-java.lang.String-">setContentTypeExclude</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentTypeExclude)</code>&nbsp;</td>
 </tr>
-<tr id="i37" class="rowColor">
+<tr id="i39" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setContentTypeInclude-java.lang.String-">setContentTypeInclude</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentTypeInclude)</code>&nbsp;</td>
 </tr>
-<tr id="i38" class="altColor">
+<tr id="i40" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setDefaultEncoding-java.lang.String-">setDefaultEncoding</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultEncoding)</code>&nbsp;</td>
 </tr>
-<tr id="i39" class="rowColor">
+<tr id="i41" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setDetectGraphQLRequest-boolean-">setDetectGraphQLRequest</a></span>(boolean&nbsp;b)</code>&nbsp;</td>
+</tr>
+<tr id="i42" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setExcludeList-java.util.Collection-">setExcludeList</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String [...]
 </tr>
-<tr id="i40" class="altColor">
+<tr id="i43" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setGroupingMode-int-">setGroupingMode</a></span>(int&nbsp;grouping)</code>&nbsp;</td>
 </tr>
-<tr id="i41" class="rowColor">
+<tr id="i44" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setHttpSampleNameFormat-java.lang.String-">setHttpSampleNameFormat</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</code>&nbsp;</td>
+</tr>
+<tr id="i45" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setHTTPSampleNamingMode-int-">setHTTPSampleNamingMode</a></span>(int&nbsp;httpNamingMode)</code>&nbsp;</td>
 </tr>
-<tr id="i42" class="altColor">
+<tr id="i46" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setIncludeList-java.util.Collection-">setIncludeList</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String [...]
 </tr>
-<tr id="i43" class="rowColor">
+<tr id="i47" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setNonGuiTreeModel-org.apache.jmeter.gui.tree.JMeterTreeModel-">setNonGuiTreeModel</a></span>(<a href="../../../../../../org/apache/jmeter/gui/tree/JMeterTreeModel.html" title="class in org.apache.jmeter.gui.tree">JMeterTreeModel</a>&nbsp;treeModel)</code>
 <div class="block">Set a <a href="../../../../../../org/apache/jmeter/gui/tree/JMeterTreeModel.html" title="class in org.apache.jmeter.gui.tree"><code>JMeterTreeModel</code></a> to be used by the ProxyControl, when used
@@ -417,65 +433,65 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/NonTestEleme
  acquired through <a href="../../../../../../org/apache/jmeter/gui/GuiPackage.html#getTreeModel--"><code>GuiPackage.getTreeModel()</code></a></div>
 </td>
 </tr>
-<tr id="i44" class="altColor">
+<tr id="i48" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setNotifyChildSamplerListenerOfFilteredSamplers-boolean-">setNotifyChildSamplerListenerOfFilteredSamplers</a></span>(boolean&nbsp;b)</code>&nbsp;</td>
 </tr>
-<tr id="i45" class="rowColor">
+<tr id="i49" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setPort-int-">setPort</a></span>(int&nbsp;port)</code>&nbsp;</td>
 </tr>
-<tr id="i46" class="altColor">
+<tr id="i50" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setPort-java.lang.String-">setPort</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;port)</code>&nbsp;</td>
 </tr>
-<tr id="i47" class="rowColor">
+<tr id="i51" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setPrefixHTTPSampleName-java.lang.String-">setPrefixHTTPSampleName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefixHTTPSampleName)</code>&nbsp;</td>
 </tr>
-<tr id="i48" class="altColor">
+<tr id="i52" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setProxyPauseHTTPSample-java.lang.String-">setProxyPauseHTTPSample</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;proxyPauseHTTPSample)</code>&nbsp;</td>
 </tr>
-<tr id="i49" class="rowColor">
+<tr id="i53" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setRegexMatch-boolean-">setRegexMatch</a></span>(boolean&nbsp;b)</code>&nbsp;</td>
 </tr>
-<tr id="i50" class="altColor">
+<tr id="i54" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setSamplerDownloadImages-boolean-">setSamplerDownloadImages</a></span>(boolean&nbsp;b)</code>&nbsp;</td>
 </tr>
-<tr id="i51" class="rowColor">
+<tr id="i55" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setSamplerFollowRedirects-boolean-">setSamplerFollowRedirects</a></span>(boolean&nbsp;b)</code>&nbsp;</td>
 </tr>
-<tr id="i52" class="altColor">
+<tr id="i56" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setSamplerRedirectAutomatically-boolean-">setSamplerRedirectAutomatically</a></span>(boolean&nbsp;b)</code>&nbsp;</td>
 </tr>
-<tr id="i53" class="rowColor">
+<tr id="i57" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setSamplerTypeName-java.lang.String-">setSamplerTypeName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;samplerTypeName)</code>&nbsp;</td>
 </tr>
-<tr id="i54" class="altColor">
+<tr id="i58" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setSslDomains-java.lang.String-">setSslDomains</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;domains)</code>&nbsp;</td>
 </tr>
-<tr id="i55" class="rowColor">
+<tr id="i59" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setTarget-org.apache.jmeter.gui.tree.JMeterTreeNode-">setTarget</a></span>(<a href="../../../../../../org/apache/jmeter/gui/tree/JMeterTreeNode.html" title="class in org.apache.jmeter.gui.tree">JMeterTreeNode</a>&nbsp;target)</code>
 <div class="block">Sets the target node where samples generated by the proxy are to be stored.</div>
 </td>
 </tr>
-<tr id="i56" class="altColor">
+<tr id="i60" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#setUseKeepAlive-boolean-">setUseKeepAlive</a></span>(boolean&nbsp;b)</code>&nbsp;</td>
 </tr>
-<tr id="i57" class="rowColor">
+<tr id="i61" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#startProxy--">startProxy</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i58" class="altColor">
+<tr id="i62" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html#stopProxy--">stopProxy</a></span>()</code>&nbsp;</td>
 </tr>
@@ -694,6 +710,15 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/NonTestEleme
 <pre>public&nbsp;void&nbsp;setUseKeepAlive(boolean&nbsp;b)</pre>
 </li>
 </ul>
+<a name="setDetectGraphQLRequest-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDetectGraphQLRequest</h4>
+<pre>public&nbsp;void&nbsp;setDetectGraphQLRequest(boolean&nbsp;b)</pre>
+</li>
+</ul>
 <a name="setSamplerDownloadImages-boolean-">
 <!--   -->
 </a>
@@ -892,6 +917,15 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/NonTestEleme
 <pre>public&nbsp;boolean&nbsp;getUseKeepalive()</pre>
 </li>
 </ul>
+<a name="getDetectGraphQLRequest--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDetectGraphQLRequest</h4>
+<pre>public&nbsp;boolean&nbsp;getDetectGraphQLRequest()</pre>
+</li>
+</ul>
 <a name="getSamplerDownloadImages--">
 <!--   -->
 </a>
@@ -964,6 +998,24 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/NonTestEleme
 <pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getContentTypeInclude()</pre>
 </li>
 </ul>
+<a name="setHttpSampleNameFormat-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setHttpSampleNameFormat</h4>
+<pre>public&nbsp;void&nbsp;setHttpSampleNameFormat(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
+</li>
+</ul>
+<a name="getHttpSampleNameFormat--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHttpSampleNameFormat</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getHttpSampleNameFormat()</pre>
+</li>
+</ul>
 <a name="getNonGuiTreeModel--">
 <!--   -->
 </a>
diff --git a/api/org/apache/jmeter/protocol/http/proxy/SamplerCreator.html b/api/org/apache/jmeter/protocol/http/proxy/SamplerCreator.html
index d841b5e..579913a 100644
--- a/api/org/apache/jmeter/protocol/http/proxy/SamplerCreator.html
+++ b/api/org/apache/jmeter/protocol/http/proxy/SamplerCreator.html
@@ -18,8 +18,8 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":18};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -120,7 +120,7 @@ var activeTableTab = "activeTableTab";
 </a>
 <h3>Method Summary</h3>
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabE [...]
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
@@ -173,6 +173,12 @@ var activeTableTab = "activeTableTab";
  Called after sampling</div>
 </td>
 </tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>default void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/SamplerCreator.html#setCounter-int-">setCounter</a></span>(int&nbsp;value)</code>
+<div class="block">Set the counter for this implementation.</div>
+</td>
+</tr>
 </table>
 </li>
 </ul>
@@ -295,7 +301,7 @@ var activeTableTab = "activeTableTab";
 <a name="createChildren-org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase-org.apache.jmeter.samplers.SampleResult-">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>createChildren</h4>
 <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a>&gt;&nbsp;createChildren(<a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a>&nbsp;sampler,
@@ -313,6 +319,21 @@ var activeTableTab = "activeTableTab";
 </dl>
 </li>
 </ul>
+<a name="setCounter-int-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setCounter</h4>
+<pre>default&nbsp;void&nbsp;setCounter(int&nbsp;value)</pre>
+<div class="block">Set the counter for this implementation. The counter should be incremented
+ before creating a new sampler by the implementation.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>value</code> - to be used</dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/protocol/http/proxy/SamplerCreatorFactory.html b/api/org/apache/jmeter/protocol/http/proxy/SamplerCreatorFactory.html
index 34ece2a..f0b4c07 100644
--- a/api/org/apache/jmeter/protocol/http/proxy/SamplerCreatorFactory.html
+++ b/api/org/apache/jmeter/protocol/http/proxy/SamplerCreatorFactory.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10};
+var methods = {"i0":10,"i1":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -155,6 +155,12 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <div class="block">Gets <a href="../../../../../../org/apache/jmeter/protocol/http/proxy/SamplerCreator.html" title="interface in org.apache.jmeter.protocol.http.proxy"><code>SamplerCreator</code></a> for content type, if none is found returns <a href="../../../../../../org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.html" title="class in org.apache.jmeter.protocol.http.proxy"><code>DefaultSamplerCreator</code></a></div>
 </td>
 </tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/SamplerCreatorFactory.html#setCounter-int-">setCounter</a></span>(int&nbsp;value)</code>
+<div class="block">Set the counter for all available <a href="../../../../../../org/apache/jmeter/protocol/http/proxy/SamplerCreator.html" title="interface in org.apache.jmeter.protocol.http.proxy"><code>SamplerCreator</code></a>s.</div>
+</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -194,6 +200,22 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <!--   -->
 </a>
 <h3>Method Detail</h3>
+<a name="setCounter-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCounter</h4>
+<pre>public&nbsp;void&nbsp;setCounter(int&nbsp;value)</pre>
+<div class="block">Set the counter for all available <a href="../../../../../../org/apache/jmeter/protocol/http/proxy/SamplerCreator.html" title="interface in org.apache.jmeter.protocol.http.proxy"><code>SamplerCreator</code></a>s.
+ <p>
+ <em>The only implementation that is currently available, increments the counter before it is used!</em></div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>value</code> - to initialize the creators</dd>
+</dl>
+</li>
+</ul>
 <a name="getSamplerCreator-org.apache.jmeter.protocol.http.proxy.HttpRequestHdr-java.util.Map-java.util.Map-">
 <!--   -->
 </a>
diff --git a/api/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.html b/api/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.html
index a82b5f4..25366b5 100644
--- a/api/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.html
+++ b/api/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.html
@@ -211,7 +211,7 @@ implements <a href="../../../../../../org/apache/jmeter/testbeans/TestBean.html"
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.jmeter.protocol.http.sampler.<a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></h3>
-<code><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#ARGUMENTS">ARGUMENTS</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#AUTH_MANAGER">AUTH_MANAGER</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#AUTO_REDIRECTS">AUTO_REDIRECTS</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#BROWSER_COMPATIBLE_MULTIPART">BROWSER_CO [...]
+<code><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#ARGUMENTS">ARGUMENTS</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#AUTH_MANAGER">AUTH_MANAGER</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#AUTO_REDIRECTS">AUTO_REDIRECTS</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#BROWSER_COMPATIBLE_MULTIPART">BROWSER_CO [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="fields.inherited.from.class.org.apache.jmeter.protocol.http.util.HTTPConstantsInterface">
@@ -387,7 +387,7 @@ implements <a href="../../../../../../org/apache/jmeter/testbeans/TestBean.html"
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.jmeter.protocol.http.sampler.<a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></h3>
-<code><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addArgument-java.lang.String-java.lang.String-">addArgument</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addArgument-java.lang.String-java.lang.String-java.lang.String-">addArgument</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addEncodedArgument-java.lang.String-java.lang.String-">addEncodedArgument</ [...]
+<code><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addArgument-java.lang.String-java.lang.String-">addArgument</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addArgument-java.lang.String-java.lang.String-java.lang.String-">addArgument</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addEncodedArgument-java.lang.String-java.lang.String-">addEncodedArgument</ [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.jmeter.testelement.AbstractTestElement">
diff --git a/api/org/apache/jmeter/protocol/http/sampler/AjpSampler.html b/api/org/apache/jmeter/protocol/http/sampler/AjpSampler.html
index f34d42d..3fb839a 100644
--- a/api/org/apache/jmeter/protocol/http/sampler/AjpSampler.html
+++ b/api/org/apache/jmeter/protocol/http/sampler/AjpSampler.html
@@ -171,7 +171,7 @@ implements <a href="../../../../../../org/apache/jmeter/samplers/Interruptible.h
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.jmeter.protocol.http.sampler.<a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></h3>
-<code><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#ARGUMENTS">ARGUMENTS</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#AUTH_MANAGER">AUTH_MANAGER</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#AUTO_REDIRECTS">AUTO_REDIRECTS</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#BROWSER_COMPATIBLE_MULTIPART">BROWSER_CO [...]
+<code><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#ARGUMENTS">ARGUMENTS</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#AUTH_MANAGER">AUTH_MANAGER</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#AUTO_REDIRECTS">AUTO_REDIRECTS</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#BROWSER_COMPATIBLE_MULTIPART">BROWSER_CO [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="fields.inherited.from.class.org.apache.jmeter.protocol.http.util.HTTPConstantsInterface">
@@ -247,7 +247,7 @@ implements <a href="../../../../../../org/apache/jmeter/samplers/Interruptible.h
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.jmeter.protocol.http.sampler.<a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></h3>
-<code><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addArgument-java.lang.String-java.lang.String-">addArgument</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addArgument-java.lang.String-java.lang.String-java.lang.String-">addArgument</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addEncodedArgument-java.lang.String-java.lang.String-">addEncodedArgument</ [...]
+<code><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addArgument-java.lang.String-java.lang.String-">addArgument</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addArgument-java.lang.String-java.lang.String-java.lang.String-">addArgument</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addEncodedArgument-java.lang.String-java.lang.String-">addEncodedArgument</ [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.jmeter.testelement.AbstractTestElement">
diff --git a/api/org/apache/jmeter/protocol/http/sampler/HTTPSampler.html b/api/org/apache/jmeter/protocol/http/sampler/HTTPSampler.html
index afd7cc4..3ab1ba4 100644
--- a/api/org/apache/jmeter/protocol/http/sampler/HTTPSampler.html
+++ b/api/org/apache/jmeter/protocol/http/sampler/HTTPSampler.html
@@ -174,7 +174,7 @@ implements <a href="../../../../../../org/apache/jmeter/samplers/Interruptible.h
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.jmeter.protocol.http.sampler.<a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></h3>
-<code><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#ARGUMENTS">ARGUMENTS</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#AUTH_MANAGER">AUTH_MANAGER</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#AUTO_REDIRECTS">AUTO_REDIRECTS</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#BROWSER_COMPATIBLE_MULTIPART">BROWSER_CO [...]
+<code><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#ARGUMENTS">ARGUMENTS</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#AUTH_MANAGER">AUTH_MANAGER</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#AUTO_REDIRECTS">AUTO_REDIRECTS</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#BROWSER_COMPATIBLE_MULTIPART">BROWSER_CO [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="fields.inherited.from.class.org.apache.jmeter.protocol.http.util.HTTPConstantsInterface">
@@ -244,7 +244,7 @@ implements <a href="../../../../../../org/apache/jmeter/samplers/Interruptible.h
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.jmeter.protocol.http.sampler.<a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></h3>
-<code><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addArgument-java.lang.String-java.lang.String-">addArgument</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addArgument-java.lang.String-java.lang.String-java.lang.String-">addArgument</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addEncodedArgument-java.lang.String-java.lang.String-">addEncodedArgument</ [...]
+<code><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addArgument-java.lang.String-java.lang.String-">addArgument</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addArgument-java.lang.String-java.lang.String-java.lang.String-">addArgument</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addEncodedArgument-java.lang.String-java.lang.String-">addEncodedArgument</ [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.jmeter.testelement.AbstractTestElement">
diff --git a/api/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html b/api/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html
index bbc18a2..1aa765d 100644
--- a/api/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html
+++ b/api/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":9,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":9,"i24":10,"i25":10,"i26":10,"i27":10,"i28":42,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":42,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i5 [...]
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":9,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":9,"i24":10,"i25":10,"i26":10,"i27":10,"i28":42,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":42,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i5 [...]
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -244,143 +244,147 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/TestStateLis
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#EMBEDDED_URL_RE">EMBEDDED_URL_RE</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#EMBEDDED_URL_EXCLUDE_RE">EMBEDDED_URL_EXCLUDE_RE</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#FOLLOW_REDIRECTS">FOLLOW_REDIRECTS</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#EMBEDDED_URL_RE">EMBEDDED_URL_RE</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#HEADER_MANAGER">HEADER_MANAGER</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#FOLLOW_REDIRECTS">FOLLOW_REDIRECTS</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#IMAGE_PARSER">IMAGE_PARSER</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#HEADER_MANAGER">HEADER_MANAGER</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#IMPLEMENTATION">IMPLEMENTATION</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#IMAGE_PARSER">IMAGE_PARSER</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#IMPLEMENTATION">IMPLEMENTATION</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#IP_SOURCE">IP_SOURCE</a></span></code>
 <div class="block">IP source to use - does not apply to Java HTTP implementation currently</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#IP_SOURCE_TYPE">IP_SOURCE_TYPE</a></span></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#KEYSTORE_CONFIG">KEYSTORE_CONFIG</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected static int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#MAX_FRAME_DEPTH">MAX_FRAME_DEPTH</a></span></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected static int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#MAX_REDIRECTS">MAX_REDIRECTS</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#MD5">MD5</a></span></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#METHOD">METHOD</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#MONITOR">MONITOR</a></span></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#NON_HTTP_RESPONSE_CODE">NON_HTTP_RESPONSE_CODE</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#NON_HTTP_RESPONSE_MESSAGE">NON_HTTP_RESPONSE_MESSAGE</a></span></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#PATH">PATH</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#PORT">PORT</a></span></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#POST_BODY_RAW">POST_BODY_RAW</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#POST_BODY_RAW_DEFAULT">POST_BODY_RAW_DEFAULT</a></span></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#PROTOCOL">PROTOCOL</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#PROXYHOST">PROXYHOST</a></span></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#PROXYPASS">PROXYPASS</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#PROXYPORT">PROXYPORT</a></span></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#PROXYSCHEME">PROXYSCHEME</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#PROXYUSER">PROXYUSER</a></span></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#RESPONSE_TIMEOUT">RESPONSE_TIMEOUT</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#SAMPLE_TIMEOUT">SAMPLE_TIMEOUT</a></span></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#SOURCE_TYPE_DEFAULT">SOURCE_TYPE_DEFAULT</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#UNSPECIFIED_PORT">UNSPECIFIED_PORT</a></span></code>
 <div class="block">A number to indicate that the port has not been set.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#UNSPECIFIED_PORT_AS_STRING">UNSPECIFIED_PORT_AS_STRING</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#URL">URL</a></span></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#URL_UNSPECIFIED_PORT">URL_UNSPECIFIED_PORT</a></span></code>
 <div class="block">If the port is not present in a URL, getPort() returns -1</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#URL_UNSPECIFIED_PORT_AS_STRING">URL_UNSPECIFIED_PORT_AS_STRING</a></span></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#USE_KEEPALIVE">USE_KEEPALIVE</a></span></code>&nbsp;</td>
 </tr>
@@ -410,10 +414,12 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/TestStateLis
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#HTTPSamplerBase--">HTTPSamplerBase</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#HTTPSamplerBase--">HTTPSamplerBase</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -584,7 +590,7 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/TestStateLis
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getDoMultipartPost--">getDoMultipartPost</a></span>()</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<div class="block"><span class="deprecationComment">use <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getDoMultipartPost--"><code>getDoMultipartPost()</code></a></span></div>
+<div class="block"><span class="deprecationComment">use <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getDoMultipart--"><code>getDoMultipart()</code></a></span></div>
 </div>
 </td>
 </tr>
@@ -595,48 +601,52 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/TestStateLis
 </td>
 </tr>
 <tr id="i30" class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getEmbededUrlExcludeRE--">getEmbededUrlExcludeRE</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i31" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getFollowRedirects--">getFollowRedirects</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i31" class="rowColor">
+<tr id="i32" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/protocol/http/control/HeaderManager.html" title="class in org.apache.jmeter.protocol.http.control">HeaderManager</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getHeaderManager--">getHeaderManager</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i32" class="altColor">
+<tr id="i33" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getHTTPFileCount--">getHTTPFileCount</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i33" class="rowColor">
+<tr id="i34" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/protocol/http/util/HTTPFileArg.html" title="class in org.apache.jmeter.protocol.http.util">HTTPFileArg</a>[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getHTTPFiles--">getHTTPFiles</a></span>()</code>
 <div class="block">Get the collection of files as a list.</div>
 </td>
 </tr>
-<tr id="i34" class="altColor">
+<tr id="i35" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getImplementation--">getImplementation</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i35" class="rowColor">
+<tr id="i36" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getIpSource--">getIpSource</a></span>()</code>
 <div class="block">get IP source to use - does not apply to Java HTTP implementation currently</div>
 </td>
 </tr>
-<tr id="i36" class="altColor">
+<tr id="i37" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getIpSourceType--">getIpSourceType</a></span>()</code>
 <div class="block">get IP/address source type to use</div>
 </td>
 </tr>
-<tr id="i37" class="rowColor">
+<tr id="i38" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/config/KeystoreConfig.html" title="class in org.apache.jmeter.config">KeystoreConfig</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getKeystoreConfig--">getKeystoreConfig</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i38" class="altColor">
+<tr id="i39" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getMethod--">getMethod</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i39" class="rowColor">
+<tr id="i40" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getMonitor--">getMonitor</a></span>()</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
@@ -644,131 +654,131 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/TestStateLis
 </div>
 </td>
 </tr>
-<tr id="i40" class="altColor">
+<tr id="i41" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getPath--">getPath</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i41" class="rowColor">
+<tr id="i42" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getPort--">getPort</a></span>()</code>
 <div class="block">Get the port; apply the default for the protocol if necessary.</div>
 </td>
 </tr>
-<tr id="i42" class="altColor">
+<tr id="i43" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getPortIfSpecified--">getPortIfSpecified</a></span>()</code>
 <div class="block">Get the port number from the port string, allowing for trailing blanks.</div>
 </td>
 </tr>
-<tr id="i43" class="rowColor">
+<tr id="i44" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getPostBodyRaw--">getPostBodyRaw</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i44" class="altColor">
+<tr id="i45" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getProtocol--">getProtocol</a></span>()</code>
 <div class="block">Gets the protocol, with default.</div>
 </td>
 </tr>
-<tr id="i45" class="rowColor">
+<tr id="i46" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getProxyHost--">getProxyHost</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i46" class="altColor">
+<tr id="i47" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getProxyPass--">getProxyPass</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i47" class="rowColor">
+<tr id="i48" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getProxyPortInt--">getProxyPortInt</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i48" class="altColor">
+<tr id="i49" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getProxyScheme--">getProxyScheme</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i49" class="rowColor">
+<tr id="i50" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getProxyUser--">getProxyUser</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i50" class="altColor">
+<tr id="i51" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getQueryString--">getQueryString</a></span>()</code>
 <div class="block">Gets the QueryString attribute of the UrlConfig object, using
  UTF-8 to encode the URL</div>
 </td>
 </tr>
-<tr id="i51" class="rowColor">
+<tr id="i52" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getQueryString-java.lang.String-">getQueryString</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentEncoding)</code>
 <div class="block">Gets the QueryString attribute of the UrlConfig object, using the
  specified encoding to encode the parameter values put into the URL</div>
 </td>
 </tr>
-<tr id="i52" class="altColor">
+<tr id="i53" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getResponseTimeout--">getResponseTimeout</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i53" class="rowColor">
+<tr id="i54" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getSendFileAsPostBody--">getSendFileAsPostBody</a></span>()</code>
 <div class="block">Determine if the file should be sent as the entire Content body,
  i.e.</div>
 </td>
 </tr>
-<tr id="i54" class="altColor">
+<tr id="i55" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getSendParameterValuesAsPostBody--">getSendParameterValuesAsPostBody</a></span>()</code>
 <div class="block">Determine if none of the parameters have a name, and if that is the case,
  it means that the parameter values should be sent as the entity body</div>
 </td>
 </tr>
-<tr id="i55" class="rowColor">
+<tr id="i56" class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getSourceTypeList--">getSourceTypeList</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i56" class="altColor">
+<tr id="i57" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getUrl--">getUrl</a></span>()</code>
 <div class="block">Get the URL, built from its component parts.</div>
 </td>
 </tr>
-<tr id="i57" class="rowColor">
+<tr id="i58" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getUseKeepAlive--">getUseKeepAlive</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i58" class="altColor">
+<tr id="i59" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getUseMultipart--">getUseMultipart</a></span>()</code>
 <div class="block">Determine if we should use multipart/form-data or
  application/x-www-form-urlencoded for the post</div>
 </td>
 </tr>
-<tr id="i59" class="rowColor">
+<tr id="i60" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getUseMultipartForPost--">getUseMultipartForPost</a></span>()</code>
 <div class="block">Determine if we should use multipart/form-data or
  application/x-www-form-urlencoded for the post</div>
 </td>
 </tr>
-<tr id="i60" class="altColor">
+<tr id="i61" class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getValidMethodsAsArray--">getValidMethodsAsArray</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i61" class="rowColor">
+<tr id="i62" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#hasArguments--">hasArguments</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i62" class="altColor">
+<tr id="i63" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#isConcurrentDwn--">isConcurrentDwn</a></span>()</code>
 <div class="block">Return if used a concurrent thread pool to get embedded resources.</div>
 </td>
 </tr>
-<tr id="i63" class="rowColor">
+<tr id="i64" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#isImageParser--">isImageParser</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i64" class="altColor">
+<tr id="i65" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#isMonitor--">isMonitor</a></span>()</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
@@ -776,32 +786,32 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/TestStateLis
 </div>
 </td>
 </tr>
-<tr id="i65" class="rowColor">
+<tr id="i66" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#isProtocolDefaultPort--">isProtocolDefaultPort</a></span>()</code>
 <div class="block">Tell whether the default port for the specified protocol is used</div>
 </td>
 </tr>
-<tr id="i66" class="altColor">
+<tr id="i67" class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#isSecure-java.lang.String-">isSecure</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;protocol)</code>&nbsp;</td>
 </tr>
-<tr id="i67" class="rowColor">
+<tr id="i68" class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#isSecure-java.net.URL-">isSecure</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;url)</code>&nbsp;</td>
 </tr>
-<tr id="i68" class="altColor">
+<tr id="i69" class="rowColor">
 <td class="colFirst"><code>protected boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#isSuccessCode-int-">isSuccessCode</a></span>(int&nbsp;code)</code>
 <div class="block">Determine if the HTTP status code is successful or not
  i.e.</div>
 </td>
 </tr>
-<tr id="i69" class="rowColor">
+<tr id="i70" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#parseArguments-java.lang.String-">parseArguments</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;queryString)</code>&nbsp;</td>
 </tr>
-<tr id="i70" class="altColor">
+<tr id="i71" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#parseArguments-java.lang.String-java.lang.String-">parseArguments</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;queryString,
               <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentEncoding)</code>
@@ -810,7 +820,7 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/TestStateLis
  UrlConfig object.</div>
 </td>
 </tr>
-<tr id="i71" class="rowColor">
+<tr id="i72" class="altColor">
 <td class="colFirst"><code>byte[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#readResponse-org.apache.jmeter.samplers.SampleResult-java.io.InputStream-long-">readResponse</a></span>(<a href="../../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a>&nbsp;sampleResult,
             <a href="https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;in,
@@ -818,7 +828,7 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/TestStateLis
 <div class="block">Read response from the input stream, converting to MD5 digest if the useMD5 property is set.</div>
 </td>
 </tr>
-<tr id="i72" class="altColor">
+<tr id="i73" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#replace-java.lang.String-java.lang.String-boolean-">replace</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;regex,
        <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;replaceBy,
@@ -826,7 +836,7 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/TestStateLis
 <div class="block">Replace by replaceBy in path and body (arguments) properties</div>
 </td>
 </tr>
-<tr id="i73" class="rowColor">
+<tr id="i74" class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSampleResult</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#resultProcessing-boolean-int-org.apache.jmeter.protocol.http.sampler.HTTPSampleResult-">resultProcessing</a></span>(boolean&nbsp;pAreFollowingRedirect,
                 int&nbsp;frameDepth,
@@ -834,19 +844,19 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/TestStateLis
 <div class="block">Follow redirects and download page resources if appropriate.</div>
 </td>
 </tr>
-<tr id="i74" class="altColor">
+<tr id="i75" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#sample--">sample</a></span>()</code>
 <div class="block">Perform a sample, and return the results</div>
 </td>
 </tr>
-<tr id="i75" class="rowColor">
+<tr id="i76" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#sample-org.apache.jmeter.samplers.Entry-">sample</a></span>(<a href="../../../../../../org/apache/jmeter/samplers/Entry.html" title="class in org.apache.jmeter.samplers">Entry</a>&nbsp;e)</code>
 <div class="block">Do a sampling and return its results.</div>
 </td>
 </tr>
-<tr id="i76" class="altColor">
+<tr id="i77" class="rowColor">
 <td class="colFirst"><code>protected abstract <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSampleResult</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#sample-java.net.URL-java.lang.String-boolean-int-">sample</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;u,
       <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method,
@@ -857,61 +867,61 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/TestStateLis
  page resources as appropriate.</div>
 </td>
 </tr>
-<tr id="i77" class="rowColor">
+<tr id="i78" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setArguments-org.apache.jmeter.config.Arguments-">setArguments</a></span>(<a href="../../../../../../org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config">Arguments</a>&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i78" class="altColor">
+<tr id="i79" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setAuthManager-org.apache.jmeter.protocol.http.control.AuthManager-">setAuthManager</a></span>(<a href="../../../../../../org/apache/jmeter/protocol/http/control/AuthManager.html" title="class in org.apache.jmeter.protocol.http.control">AuthManager</a>&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i79" class="rowColor">
+<tr id="i80" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setAutoRedirects-boolean-">setAutoRedirects</a></span>(boolean&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i80" class="altColor">
+<tr id="i81" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setCacheManager-org.apache.jmeter.protocol.http.control.CacheManager-">setCacheManager</a></span>(<a href="../../../../../../org/apache/jmeter/protocol/http/control/CacheManager.html" title="class in org.apache.jmeter.protocol.http.control">CacheManager</a>&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i81" class="rowColor">
+<tr id="i82" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setConcurrentDwn-boolean-">setConcurrentDwn</a></span>(boolean&nbsp;concurrentDwn)</code>&nbsp;</td>
 </tr>
-<tr id="i82" class="altColor">
+<tr id="i83" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setConcurrentPool-java.lang.String-">setConcurrentPool</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;poolSize)</code>&nbsp;</td>
 </tr>
-<tr id="i83" class="rowColor">
+<tr id="i84" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setConnectTimeout-java.lang.String-">setConnectTimeout</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i84" class="altColor">
+<tr id="i85" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setContentEncoding-java.lang.String-">setContentEncoding</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;charsetName)</code>
 <div class="block">Sets the value of the encoding to be used for the content.</div>
 </td>
 </tr>
-<tr id="i85" class="rowColor">
+<tr id="i86" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setCookieManager-org.apache.jmeter.protocol.http.control.CookieManager-">setCookieManager</a></span>(<a href="../../../../../../org/apache/jmeter/protocol/http/control/CookieManager.html" title="class in org.apache.jmeter.protocol.http.control">CookieManager</a>&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i86" class="altColor">
+<tr id="i87" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setDNSResolver-org.apache.jmeter.protocol.http.control.DNSCacheManager-">setDNSResolver</a></span>(<a href="../../../../../../org/apache/jmeter/protocol/http/control/DNSCacheManager.html" title="class in org.apache.jmeter.protocol.http.control">DNSCacheManager</a>&nbsp;cacheManager)</code>&nbsp;</td>
 </tr>
-<tr id="i87" class="rowColor">
+<tr id="i88" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setDoBrowserCompatibleMultipart-boolean-">setDoBrowserCompatibleMultipart</a></span>(boolean&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i88" class="altColor">
+<tr id="i89" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setDomain-java.lang.String-">setDomain</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i89" class="rowColor">
+<tr id="i90" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setDoMultipart-boolean-">setDoMultipart</a></span>(boolean&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i90" class="altColor">
+<tr id="i91" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setDoMultipartPost-boolean-">setDoMultipartPost</a></span>(boolean&nbsp;value)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
@@ -919,72 +929,76 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/TestStateLis
 </div>
 </td>
 </tr>
-<tr id="i91" class="rowColor">
+<tr id="i92" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setEmbeddedUrlExcludeRE-java.lang.String-">setEmbeddedUrlExcludeRE</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;regex)</code>&nbsp;</td>
+</tr>
+<tr id="i93" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setEmbeddedUrlRE-java.lang.String-">setEmbeddedUrlRE</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;regex)</code>&nbsp;</td>
 </tr>
-<tr id="i92" class="altColor">
+<tr id="i94" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setFollowRedirects-boolean-">setFollowRedirects</a></span>(boolean&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i93" class="rowColor">
+<tr id="i95" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setHeaderManager-org.apache.jmeter.protocol.http.control.HeaderManager-">setHeaderManager</a></span>(<a href="../../../../../../org/apache/jmeter/protocol/http/control/HeaderManager.html" title="class in org.apache.jmeter.protocol.http.control">HeaderManager</a>&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i94" class="altColor">
+<tr id="i96" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setHTTPFiles-org.apache.jmeter.protocol.http.util.HTTPFileArg:A-">setHTTPFiles</a></span>(<a href="../../../../../../org/apache/jmeter/protocol/http/util/HTTPFileArg.html" title="class in org.apache.jmeter.protocol.http.util">HTTPFileArg</a>[]&nbsp;files)</code>
 <div class="block">Saves the list of files.</div>
 </td>
 </tr>
-<tr id="i95" class="rowColor">
+<tr id="i97" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setImageParser-boolean-">setImageParser</a></span>(boolean&nbsp;parseImages)</code>&nbsp;</td>
 </tr>
-<tr id="i96" class="altColor">
+<tr id="i98" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setImplementation-java.lang.String-">setImplementation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i97" class="rowColor">
+<tr id="i99" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setIpSource-java.lang.String-">setIpSource</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
 <div class="block">set IP source to use - does not apply to Java HTTP implementation currently</div>
 </td>
 </tr>
-<tr id="i98" class="altColor">
+<tr id="i100" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setIpSourceType-int-">setIpSourceType</a></span>(int&nbsp;value)</code>
 <div class="block">set IP/address source type to use</div>
 </td>
 </tr>
-<tr id="i99" class="rowColor">
+<tr id="i101" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setKeystoreConfig-org.apache.jmeter.config.KeystoreConfig-">setKeystoreConfig</a></span>(<a href="../../../../../../org/apache/jmeter/config/KeystoreConfig.html" title="class in org.apache.jmeter.config">KeystoreConfig</a>&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i100" class="altColor">
+<tr id="i102" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setMD5-boolean-">setMD5</a></span>(boolean&nbsp;truth)</code>&nbsp;</td>
 </tr>
-<tr id="i101" class="rowColor">
+<tr id="i103" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setMethod-java.lang.String-">setMethod</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i102" class="altColor">
+<tr id="i104" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setMonitor-boolean-">setMonitor</a></span>(boolean&nbsp;truth)</code>&nbsp;</td>
 </tr>
-<tr id="i103" class="rowColor">
+<tr id="i105" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setMonitor-java.lang.String-">setMonitor</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i104" class="altColor">
+<tr id="i106" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setPath-java.lang.String-">setPath</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</code>
 <div class="block">Sets the Path attribute of the UrlConfig object Also calls parseArguments
  to extract and store any query arguments</div>
 </td>
 </tr>
-<tr id="i105" class="rowColor">
+<tr id="i107" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setPath-java.lang.String-java.lang.String-">setPath</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
        <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentEncoding)</code>
@@ -993,98 +1007,98 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/TestStateLis
  to extract and store any query arguments.</div>
 </td>
 </tr>
-<tr id="i106" class="altColor">
+<tr id="i108" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setPort-int-">setPort</a></span>(int&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i107" class="rowColor">
+<tr id="i109" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setPostBodyRaw-boolean-">setPostBodyRaw</a></span>(boolean&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i108" class="altColor">
+<tr id="i110" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setProtocol-java.lang.String-">setProtocol</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i109" class="rowColor">
+<tr id="i111" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setProxyHost-java.lang.String-">setProxyHost</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;host)</code>&nbsp;</td>
 </tr>
-<tr id="i110" class="altColor">
+<tr id="i112" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setProxyPass-java.lang.String-">setProxyPass</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pass)</code>&nbsp;</td>
 </tr>
-<tr id="i111" class="rowColor">
+<tr id="i113" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setProxyPortInt-java.lang.String-">setProxyPortInt</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;port)</code>&nbsp;</td>
 </tr>
-<tr id="i112" class="altColor">
+<tr id="i114" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setProxyScheme-java.lang.String-">setProxyScheme</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;schema)</code>&nbsp;</td>
 </tr>
-<tr id="i113" class="rowColor">
+<tr id="i115" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setProxyUser-java.lang.String-">setProxyUser</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user)</code>&nbsp;</td>
 </tr>
-<tr id="i114" class="altColor">
+<tr id="i116" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setResponseTimeout-java.lang.String-">setResponseTimeout</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i115" class="rowColor">
+<tr id="i117" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setUseKeepAlive-boolean-">setUseKeepAlive</a></span>(boolean&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i116" class="altColor">
+<tr id="i118" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#testEnded--">testEnded</a></span>()</code>
 <div class="block">
  Called once for all threads after the end of a test.</div>
 </td>
 </tr>
-<tr id="i117" class="rowColor">
+<tr id="i119" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#testEnded-java.lang.String-">testEnded</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;host)</code>
 <div class="block">
  Called once for all threads after the end of a test.</div>
 </td>
 </tr>
-<tr id="i118" class="altColor">
+<tr id="i120" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#testIterationStart-org.apache.jmeter.engine.event.LoopIterationEvent-">testIterationStart</a></span>(<a href="../../../../../../org/apache/jmeter/engine/event/LoopIterationEvent.html" title="class in org.apache.jmeter.engine.event">LoopIterationEvent</a>&nbsp;event)</code>
 <div class="block">Each time through a Thread Group's test script, an iteration event is
  fired for each thread.</div>
 </td>
 </tr>
-<tr id="i119" class="rowColor">
+<tr id="i121" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#testStarted--">testStarted</a></span>()</code>
 <div class="block">
  Called just before the start of the test from the main engine thread.</div>
 </td>
 </tr>
-<tr id="i120" class="altColor">
+<tr id="i122" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#testStarted-java.lang.String-">testStarted</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;host)</code>
 <div class="block">
  Called just before the start of the test from the main engine thread.</div>
 </td>
 </tr>
-<tr id="i121" class="rowColor">
+<tr id="i123" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#threadFinished--">threadFinished</a></span>()</code>
 <div class="block">Called for each thread after all samples have been processed.</div>
 </td>
 </tr>
-<tr id="i122" class="altColor">
+<tr id="i124" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#threadStarted--">threadStarted</a></span>()</code>
 <div class="block">Called for each thread before starting sampling.</div>
 </td>
 </tr>
-<tr id="i123" class="rowColor">
+<tr id="i125" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#toString--">toString</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i124" class="altColor">
+<tr id="i126" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#useMD5--">useMD5</a></span>()</code>&nbsp;</td>
 </tr>
@@ -1629,6 +1643,19 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/TestStateLis
 </dl>
 </li>
 </ul>
+<a name="EMBEDDED_URL_EXCLUDE_RE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>EMBEDDED_URL_EXCLUDE_RE</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> EMBEDDED_URL_EXCLUDE_RE</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../constant-values.html#org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.EMBEDDED_URL_EXCLUDE_RE">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
 <a name="MONITOR">
 <!--   -->
 </a>
@@ -1793,7 +1820,7 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/TestStateLis
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HTTPSamplerBase</h4>
-<pre>public&nbsp;HTTPSamplerBase()</pre>
+<pre>protected&nbsp;HTTPSamplerBase()</pre>
 </li>
 </ul>
 </li>
@@ -2064,7 +2091,7 @@ public&nbsp;void&nbsp;setDoMultipartPost(boolean&nbsp;value)</pre>
 <h4>getDoMultipartPost</h4>
 <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
 public&nbsp;boolean&nbsp;getDoMultipartPost()</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">use <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getDoMultipartPost--"><code>getDoMultipartPost()</code></a></span></div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">use <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#getDoMultipart--"><code>getDoMultipart()</code></a></span></div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>flag whether multiparts should be used</dd>
@@ -2735,6 +2762,28 @@ public&nbsp;boolean&nbsp;isMonitor()</pre>
 <pre>public&nbsp;void&nbsp;setEmbeddedUrlRE(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;regex)</pre>
 </li>
 </ul>
+<a name="getEmbededUrlExcludeRE--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEmbededUrlExcludeRE</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getEmbededUrlExcludeRE()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the regular (as String) expression that embedded URLs must not match</dd>
+</dl>
+</li>
+</ul>
+<a name="setEmbeddedUrlExcludeRE-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setEmbeddedUrlExcludeRE</h4>
+<pre>public&nbsp;void&nbsp;setEmbeddedUrlExcludeRE(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;regex)</pre>
+</li>
+</ul>
 <a name="errorResult-java.lang.Throwable-org.apache.jmeter.protocol.http.sampler.HTTPSampleResult-">
 <!--   -->
 </a>
diff --git a/api/org/apache/jmeter/protocol/http/sampler/HTTPSamplerProxy.html b/api/org/apache/jmeter/protocol/http/sampler/HTTPSamplerProxy.html
index a773ee7..a538027 100644
--- a/api/org/apache/jmeter/protocol/http/sampler/HTTPSamplerProxy.html
+++ b/api/org/apache/jmeter/protocol/http/sampler/HTTPSamplerProxy.html
@@ -172,7 +172,7 @@ implements <a href="../../../../../../org/apache/jmeter/samplers/Interruptible.h
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.jmeter.protocol.http.sampler.<a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></h3>
-<code><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#ARGUMENTS">ARGUMENTS</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#AUTH_MANAGER">AUTH_MANAGER</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#AUTO_REDIRECTS">AUTO_REDIRECTS</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#BROWSER_COMPATIBLE_MULTIPART">BROWSER_CO [...]
+<code><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#ARGUMENTS">ARGUMENTS</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#AUTH_MANAGER">AUTH_MANAGER</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#AUTO_REDIRECTS">AUTO_REDIRECTS</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#BROWSER_COMPATIBLE_MULTIPART">BROWSER_CO [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="fields.inherited.from.class.org.apache.jmeter.protocol.http.util.HTTPConstantsInterface">
@@ -260,7 +260,7 @@ implements <a href="../../../../../../org/apache/jmeter/samplers/Interruptible.h
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.jmeter.protocol.http.sampler.<a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</a></h3>
-<code><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addArgument-java.lang.String-java.lang.String-">addArgument</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addArgument-java.lang.String-java.lang.String-java.lang.String-">addArgument</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addEncodedArgument-java.lang.String-java.lang.String-">addEncodedArgument</ [...]
+<code><a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addArgument-java.lang.String-java.lang.String-">addArgument</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addArgument-java.lang.String-java.lang.String-java.lang.String-">addArgument</a>, <a href="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#addEncodedArgument-java.lang.String-java.lang.String-">addEncodedArgument</ [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.jmeter.testelement.AbstractTestElement">
diff --git a/api/org/apache/jmeter/protocol/http/util/EncoderCache.html b/api/org/apache/jmeter/protocol/http/util/EncoderCache.html
index 48300bb..160b4cf 100644
--- a/api/org/apache/jmeter/protocol/http/util/EncoderCache.html
+++ b/api/org/apache/jmeter/protocol/http/util/EncoderCache.html
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../../org/apache/jmeter/protocol/http/util/DirectAccessByteArrayOutputStream.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../../org/apache/jmeter/protocol/http/util/HTTPArgument.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/jmeter/protocol/http/util/EncoderCache.html" target="_top">Frames</a></li>
@@ -303,7 +303,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../../org/apache/jmeter/protocol/http/util/DirectAccessByteArrayOutputStream.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../../org/apache/jmeter/protocol/http/util/HTTPArgument.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/jmeter/protocol/http/util/EncoderCache.html" target="_top">Frames</a></li>
diff --git a/api/org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html b/api/org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html
new file mode 100644
index 0000000..5a508b3
--- /dev/null
+++ b/api/org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html
@@ -0,0 +1,376 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>GraphQLRequestParamUtils (Apache JMeter dist API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="GraphQLRequestParamUtils (Apache JMeter dist API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+<div class="aboutLanguage"><b>Apache JMeter</b></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../../org/apache/jmeter/protocol/http/util/EncoderCache.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/jmeter/protocol/http/util/HTTPArgument.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html" target="_top">Frames</a></li>
+<li><a href="GraphQLRequestParamUtils.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.jmeter.protocol.http.util</div>
+<h2 title="Class GraphQLRequestParamUtils" class="title">Class GraphQLRequestParamUtils</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.jmeter.protocol.http.util.GraphQLRequestParamUtils</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public final class <span class="typeNameLabel">GraphQLRequestParamUtils</span>
+extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+<div class="block">Utilities to (de)serialize GraphQL request parameters.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html#isGraphQLContentType-java.lang.String-">isGraphQLContentType</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentType)</code>
+<div class="block">Return true if the content type is GraphQL content type (i.e.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html#queryToGetParamValue-java.lang.String-">queryToGetParamValue</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;query)</code>
+<div class="block">Convert the GraphQL Query input string into an HTTP GET request parameter value.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config">GraphQLRequestParams</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html#toGraphQLRequestParams-org.apache.jmeter.config.Arguments-java.lang.String-">toGraphQLRequestParams</a></span>(<a href="../../../../../../org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config">Arguments</a>&nbsp;arguments,
+                      <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentEncoding)</code>
+<div class="block">Parse <code>arguments</code> and convert it to a <a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config"><code>GraphQLRequestParams</code></a> object if it has valid GraphQL HTTP arguments.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config">GraphQLRequestParams</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html#toGraphQLRequestParams-byte:A-java.lang.String-">toGraphQLRequestParams</a></span>(byte[]&nbsp;postData,
+                      <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentEncoding)</code>
+<div class="block">Parse <code>postData</code> and convert it to a <a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config"><code>GraphQLRequestParams</code></a> object if it is a valid GraphQL post data.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html#toPostBodyString-org.apache.jmeter.protocol.http.config.GraphQLRequestParams-">toPostBodyString</a></span>(<a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config">GraphQLRequestParams</a>&nbsp;params)</code>
+<div class="block">Convert the GraphQL request parameters input data to an HTTP POST body string.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html#variablesToGetParamValue-java.lang.String-">variablesToGetParamValue</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variables)</code>
+<div class="block">Convert the GraphQL Variables JSON input string into an HTTP GET request parameter value.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="htt [...]
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="isGraphQLContentType-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isGraphQLContentType</h4>
+<pre>public static&nbsp;boolean&nbsp;isGraphQLContentType(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentType)</pre>
+<div class="block">Return true if the content type is GraphQL content type (i.e. 'application/json').</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>contentType</code> - Content-Type value</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if the content type is GraphQL content type</dd>
+</dl>
+</li>
+</ul>
+<a name="toPostBodyString-org.apache.jmeter.protocol.http.config.GraphQLRequestParams-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toPostBodyString</h4>
+<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toPostBodyString(<a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config">GraphQLRequestParams</a>&nbsp;params)</pre>
+<div class="block">Convert the GraphQL request parameters input data to an HTTP POST body string.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>params</code> - GraphQL request parameter input data</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>an HTTP POST body string converted from the GraphQL request parameters input data</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</a></code> - if JSON serialization fails for some reason due to any runtime environment issues</dd>
+</dl>
+</li>
+</ul>
+<a name="queryToGetParamValue-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>queryToGetParamValue</h4>
+<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;queryToGetParamValue(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;query)</pre>
+<div class="block">Convert the GraphQL Query input string into an HTTP GET request parameter value.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>query</code> - the GraphQL Query input string</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>an HTTP GET request parameter value converted from the GraphQL Query input string</dd>
+</dl>
+</li>
+</ul>
+<a name="variablesToGetParamValue-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>variablesToGetParamValue</h4>
+<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variablesToGetParamValue(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variables)</pre>
+<div class="block">Convert the GraphQL Variables JSON input string into an HTTP GET request parameter value.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>variables</code> - the GraphQL Variables JSON input string</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>an HTTP GET request parameter value converted from the GraphQL Variables JSON input string</dd>
+</dl>
+</li>
+</ul>
+<a name="toGraphQLRequestParams-byte:A-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toGraphQLRequestParams</h4>
+<pre>public static&nbsp;<a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config">GraphQLRequestParams</a>&nbsp;toGraphQLRequestParams(byte[]&nbsp;postData,
+                                                          <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentEncoding)
+                                                   throws com.fasterxml.jackson.core.JsonProcessingException,
+                                                          <a href="https://docs.oracle.com/javase/8/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></pre>
+<div class="block">Parse <code>postData</code> and convert it to a <a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config"><code>GraphQLRequestParams</code></a> object if it is a valid GraphQL post data.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>postData</code> - post data</dd>
+<dd><code>contentEncoding</code> - content encoding</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a converted <a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config"><code>GraphQLRequestParams</code></a> object form the <code>postData</code></dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if <code>postData</code> is not a GraphQL post JSON data or not a valid JSON</dd>
+<dd><code>com.fasterxml.jackson.core.JsonProcessingException</code> - if it fails to serialize a parsed JSON object to string</dd>
+<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></code> - if it fails to decode parameter value</dd>
+</dl>
+</li>
+</ul>
+<a name="toGraphQLRequestParams-org.apache.jmeter.config.Arguments-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>toGraphQLRequestParams</h4>
+<pre>public static&nbsp;<a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config">GraphQLRequestParams</a>&nbsp;toGraphQLRequestParams(<a href="../../../../../../org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config">Arguments</a>&nbsp;arguments,
+                                                          <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentEncoding)
+                                                   throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></pre>
+<div class="block">Parse <code>arguments</code> and convert it to a <a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config"><code>GraphQLRequestParams</code></a> object if it has valid GraphQL HTTP arguments.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>arguments</code> - arguments</dd>
+<dd><code>contentEncoding</code> - content encoding</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a converted <a href="../../../../../../org/apache/jmeter/protocol/http/config/GraphQLRequestParams.html" title="class in org.apache.jmeter.protocol.http.config"><code>GraphQLRequestParams</code></a> object form the <code>arguments</code></dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if <code>arguments</code> does not contain valid GraphQL request arguments</dd>
+<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></code> - if it fails to decode parameter value</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+<div class="aboutLanguage"><b>Apache JMeter</b></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../../org/apache/jmeter/protocol/http/util/EncoderCache.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/jmeter/protocol/http/util/HTTPArgument.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html" target="_top">Frames</a></li>
+<li><a href="GraphQLRequestParamUtils.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 1998-2020 Apache Software Foundation. All Rights Reserved.</small></p>
+</body>
+</html>
diff --git a/api/org/apache/jmeter/protocol/http/util/HTTPArgument.html b/api/org/apache/jmeter/protocol/http/util/HTTPArgument.html
index 4941566..4763851 100644
--- a/api/org/apache/jmeter/protocol/http/util/HTTPArgument.html
+++ b/api/org/apache/jmeter/protocol/http/util/HTTPArgument.html
@@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/jmeter/protocol/http/util/EncoderCache.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../../../org/apache/jmeter/protocol/http/util/HTTPConstants.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -631,7 +631,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/jmeter/protocol/http/util/EncoderCache.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../../../org/apache/jmeter/protocol/http/util/HTTPConstants.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
diff --git a/api/org/apache/jmeter/protocol/http/util/package-frame.html b/api/org/apache/jmeter/protocol/http/util/package-frame.html
index 45ccdbd..0c7ede9 100644
--- a/api/org/apache/jmeter/protocol/http/util/package-frame.html
+++ b/api/org/apache/jmeter/protocol/http/util/package-frame.html
@@ -21,6 +21,7 @@
 <li><a href="ConversionUtils.html" title="class in org.apache.jmeter.protocol.http.util" target="classFrame">ConversionUtils</a></li>
 <li><a href="DirectAccessByteArrayOutputStream.html" title="class in org.apache.jmeter.protocol.http.util" target="classFrame">DirectAccessByteArrayOutputStream</a></li>
 <li><a href="EncoderCache.html" title="class in org.apache.jmeter.protocol.http.util" target="classFrame">EncoderCache</a></li>
+<li><a href="GraphQLRequestParamUtils.html" title="class in org.apache.jmeter.protocol.http.util" target="classFrame">GraphQLRequestParamUtils</a></li>
 <li><a href="HTTPArgument.html" title="class in org.apache.jmeter.protocol.http.util" target="classFrame">HTTPArgument</a></li>
 <li><a href="HTTPConstants.html" title="class in org.apache.jmeter.protocol.http.util" target="classFrame">HTTPConstants</a></li>
 <li><a href="HTTPFileArg.html" title="class in org.apache.jmeter.protocol.http.util" target="classFrame">HTTPFileArg</a></li>
diff --git a/api/org/apache/jmeter/protocol/http/util/package-summary.html b/api/org/apache/jmeter/protocol/http/util/package-summary.html
index 11e074f..db6d201 100644
--- a/api/org/apache/jmeter/protocol/http/util/package-summary.html
+++ b/api/org/apache/jmeter/protocol/http/util/package-summary.html
@@ -123,38 +123,44 @@
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html" title="class in org.apache.jmeter.protocol.http.util">GraphQLRequestParamUtils</a></td>
+<td class="colLast">
+<div class="block">Utilities to (de)serialize GraphQL request parameters.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/util/HTTPArgument.html" title="class in org.apache.jmeter.protocol.http.util">HTTPArgument</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/util/HTTPConstants.html" title="class in org.apache.jmeter.protocol.http.util">HTTPConstants</a></td>
 <td class="colLast">
 <div class="block">Constants used in HTTP, mainly header names.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/util/HTTPFileArg.html" title="class in org.apache.jmeter.protocol.http.util">HTTPFileArg</a></td>
 <td class="colLast">
 <div class="block">Class representing a file parameter for http upload.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/util/HTTPFileArgs.html" title="class in org.apache.jmeter.protocol.http.util">HTTPFileArgs</a></td>
 <td class="colLast">
 <div class="block">A set of HTTPFileArg objects.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/util/HTTPResultConverter.html" title="class in org.apache.jmeter.protocol.http.util">HTTPResultConverter</a></td>
 <td class="colLast">
 <div class="block">Class for XStream conversion of HTTPResult</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/util/LoopbackHTTPSocket.html" title="class in org.apache.jmeter.protocol.http.util">LoopbackHTTPSocket</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/util/SlowHCPlainConnectionSocketFactory.html" title="class in org.apache.jmeter.protocol.http.util">SlowHCPlainConnectionSocketFactory</a></td>
 <td class="colLast">
 <div class="block">Apache HttpClient protocol factory to generate "slow" sockets for emulating dial-up modems</div>
diff --git a/api/org/apache/jmeter/protocol/http/util/package-tree.html b/api/org/apache/jmeter/protocol/http/util/package-tree.html
index 4bae171..f035ac1 100644
--- a/api/org/apache/jmeter/protocol/http/util/package-tree.html
+++ b/api/org/apache/jmeter/protocol/http/util/package-tree.html
@@ -108,6 +108,7 @@
 <li type="circle">org.apache.jmeter.protocol.http.util.<a href="../../../../../../org/apache/jmeter/protocol/http/util/Base64Encoder.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">Base64Encoder</span></a></li>
 <li type="circle">org.apache.jmeter.protocol.http.util.<a href="../../../../../../org/apache/jmeter/protocol/http/util/ConversionUtils.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">ConversionUtils</span></a></li>
 <li type="circle">org.apache.jmeter.protocol.http.util.<a href="../../../../../../org/apache/jmeter/protocol/http/util/EncoderCache.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">EncoderCache</span></a></li>
+<li type="circle">org.apache.jmeter.protocol.http.util.<a href="../../../../../../org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">GraphQLRequestParamUtils</span></a></li>
 <li type="circle">org.apache.jmeter.protocol.http.util.<a href="../../../../../../org/apache/jmeter/protocol/http/util/HTTPConstants.html" title="class in org.apache.jmeter.protocol.http.util"><span class="typeNameLink">HTTPConstants</span></a> (implements org.apache.jmeter.protocol.http.util.<a href="../../../../../../org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.html" title="interface in org.apache.jmeter.protocol.http.util">HTTPConstantsInterface</a>)</li>
 <li type="circle">java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><span class="typeNameLink">OutputStream</span></a> (implements java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>, java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Flushable.html?is-external=true" title="class or i [...]
 <ul>
diff --git a/api/org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html b/api/org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html
index 91611aa..73859b3 100644
--- a/api/org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html
+++ b/api/org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html
@@ -18,8 +18,8 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":42,"i2":10,"i3":10,"i4":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -176,7 +176,7 @@ implements <a href="../../../../../../org/apache/jmeter/protocol/java/sampler/Ja
 </a>
 <h3>Method Summary</h3>
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="t [...]
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
@@ -188,26 +188,18 @@ implements <a href="../../../../../../org/apache/jmeter/protocol/java/sampler/Ja
 </td>
 </tr>
 <tr id="i1" class="rowColor">
-<td class="colFirst"><code>protected <a href="../../../../../../org/apache/log/Logger.html" title="class in org.apache.log">Logger</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#getLogger--">getLogger</a></span>()</code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<div class="block"><span class="deprecationComment">Will be removed in 3.3, use <a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#getNewLogger--"><code>getNewLogger()</code></a></span></div>
-</div>
-</td>
-</tr>
-<tr id="i2" class="altColor">
 <td class="colFirst"><code>protected org.slf4j.Logger</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#getNewLogger--">getNewLogger</a></span>()</code>
 <div class="block">Get a Logger instance which can be used by subclasses to log information.</div>
 </td>
 </tr>
-<tr id="i3" class="rowColor">
+<tr id="i2" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#setupTest-org.apache.jmeter.protocol.java.sampler.JavaSamplerContext-">setupTest</a></span>(<a href="../../../../../../org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html" title="class in org.apache.jmeter.protocol.java.sampler">JavaSamplerContext</a>&nbsp;context)</code>
 <div class="block">Do any initialization required by this client.</div>
 </td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#teardownTest-org.apache.jmeter.protocol.java.sampler.JavaSamplerContext-">teardownTest</a></span>(<a href="../../../../../../org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html" title="class in org.apache.jmeter.protocol.java.sampler">JavaSamplerContext</a>&nbsp;context)</code>
 <div class="block">Do any clean-up required by this test at the end of a test run.</div>
@@ -322,24 +314,6 @@ implements <a href="../../../../../../org/apache/jmeter/protocol/java/sampler/Ja
 </dl>
 </li>
 </ul>
-<a name="getLogger--">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getLogger</h4>
-<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-protected&nbsp;<a href="../../../../../../org/apache/log/Logger.html" title="class in org.apache.log">Logger</a>&nbsp;getLogger()</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Will be removed in 3.3, use <a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#getNewLogger--"><code>getNewLogger()</code></a></span></div>
-<div class="block">Get a Logger instance which can be used by subclasses to log information.
- This is the same Logger which is used by the base JavaSampler classes
- (jmeter.protocol.java).</div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>a Logger instance which can be used for logging</dd>
-</dl>
-</li>
-</ul>
 <a name="getNewLogger--">
 <!--   -->
 </a>
diff --git a/api/org/apache/jmeter/protocol/java/sampler/JUnitSampler.html b/api/org/apache/jmeter/protocol/java/sampler/JUnitSampler.html
index 604a7d3..136d986 100644
--- a/api/org/apache/jmeter/protocol/java/sampler/JUnitSampler.html
+++ b/api/org/apache/jmeter/protocol/java/sampler/JUnitSampler.html
@@ -279,7 +279,7 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/ThreadListen
 </tr>
 <tr id="i18" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/java/sampler/JUnitSampler.html#setClassname-java.lang.String-">setClassname</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;classname)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/java/sampler/JUnitSampler.html#setClassname-java.lang.String-">setClassname</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;className)</code>
 <div class="block">Sets the Classname attribute of the JavaConfig object</div>
 </td>
 </tr>
@@ -434,11 +434,11 @@ implements <a href="../../../../../../org/apache/jmeter/testelement/ThreadListen
 <ul class="blockList">
 <li class="blockList">
 <h4>setClassname</h4>
-<pre>public&nbsp;void&nbsp;setClassname(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;classname)</pre>
+<pre>public&nbsp;void&nbsp;setClassname(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;className)</pre>
 <div class="block">Sets the Classname attribute of the JavaConfig object</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>classname</code> - the new Classname value</dd>
+<dd><code>className</code> - the new Classname value</dd>
 </dl>
 </li>
 </ul>
diff --git a/api/org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html b/api/org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html
index 7b63591..042cc6f 100644
--- a/api/org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html
+++ b/api/org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html
@@ -176,15 +176,21 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </tr>
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/threads/JMeterContext.html" title="class in org.apache.jmeter.threads">JMeterContext</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html#getJMeterContext--">getJMeterContext</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html#getJMeterContext--">getJMeterContext</a></span>()</code>
+<div class="block">Returns <a href="../../../../../../org/apache/jmeter/threads/JMeterContext.html" title="class in org.apache.jmeter.threads"><code>JMeterContext</code></a> for the current thread.</div>
+</td>
 </tr>
 <tr id="i4" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html#getJMeterProperties--">getJMeterProperties</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html#getJMeterProperties--">getJMeterProperties</a></span>()</code>
+<div class="block">Returns JMeter properties.</div>
+</td>
 </tr>
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jmeter/threads/JMeterVariables.html" title="class in org.apache.jmeter.threads">JMeterVariables</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html#getJMeterVariables--">getJMeterVariables</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html#getJMeterVariables--">getJMeterVariables</a></span>()</code>
+<div class="block">Returns <a href="../../../../../../org/apache/jmeter/threads/JMeterVariables.html" title="class in org.apache.jmeter.threads"><code>JMeterVariables</code></a> for the current thread.</div>
+</td>
 </tr>
 <tr id="i6" class="altColor">
 <td class="colFirst"><code>long</code></td>
@@ -443,9 +449,10 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <li class="blockList">
 <h4>getJMeterContext</h4>
 <pre>public&nbsp;<a href="../../../../../../org/apache/jmeter/threads/JMeterContext.html" title="class in org.apache.jmeter.threads">JMeterContext</a>&nbsp;getJMeterContext()</pre>
+<div class="block">Returns <a href="../../../../../../org/apache/jmeter/threads/JMeterContext.html" title="class in org.apache.jmeter.threads"><code>JMeterContext</code></a> for the current thread.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd><a href="../../../../../../org/apache/jmeter/threads/JMeterContext.html" title="class in org.apache.jmeter.threads"><code>JMeterContext</code></a></dd>
+<dd><a href="../../../../../../org/apache/jmeter/threads/JMeterContext.html" title="class in org.apache.jmeter.threads"><code>JMeterContext</code></a> for the current thread</dd>
 </dl>
 </li>
 </ul>
@@ -456,9 +463,10 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <li class="blockList">
 <h4>getJMeterVariables</h4>
 <pre>public final&nbsp;<a href="../../../../../../org/apache/jmeter/threads/JMeterVariables.html" title="class in org.apache.jmeter.threads">JMeterVariables</a>&nbsp;getJMeterVariables()</pre>
+<div class="block">Returns <a href="../../../../../../org/apache/jmeter/threads/JMeterVariables.html" title="class in org.apache.jmeter.threads"><code>JMeterVariables</code></a> for the current thread.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd><a href="../../../../../../org/apache/jmeter/threads/JMeterVariables.html" title="class in org.apache.jmeter.threads"><code>JMeterVariables</code></a></dd>
+<dd><a href="../../../../../../org/apache/jmeter/threads/JMeterVariables.html" title="class in org.apache.jmeter.threads"><code>JMeterVariables</code></a> for the current thread.</dd>
 </dl>
 </li>
 </ul>
@@ -469,6 +477,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <li class="blockList">
 <h4>getJMeterProperties</h4>
 <pre>public final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;getJMeterProperties()</pre>
+<div class="block">Returns JMeter properties.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util"><code>Properties</code></a> JMeter properties</dd>
diff --git a/api/org/apache/jmeter/protocol/java/test/JavaTest.html b/api/org/apache/jmeter/protocol/java/test/JavaTest.html
index 2a6a6fa..5b32b99 100644
--- a/api/org/apache/jmeter/protocol/java/test/JavaTest.html
+++ b/api/org/apache/jmeter/protocol/java/test/JavaTest.html
@@ -253,7 +253,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.jmeter.protocol.java.sampler.<a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html" title="class in org.apache.jmeter.protocol.java.sampler">AbstractJavaSamplerClient</a></h3>
-<code><a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#getLogger--">getLogger</a>, <a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#getNewLogger--">getNewLogger</a>, <a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#teardownTest-org.apache.jmeter.protocol.java.sampler.JavaSamplerContext-">teardownTest</a></code></li>
+<code><a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#getNewLogger--">getNewLogger</a>, <a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#teardownTest-org.apache.jmeter.protocol.java.sampler.JavaSamplerContext-">teardownTest</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
diff --git a/api/org/apache/jmeter/protocol/java/test/SleepTest.html b/api/org/apache/jmeter/protocol/java/test/SleepTest.html
index a9f218b..db3ea66 100644
--- a/api/org/apache/jmeter/protocol/java/test/SleepTest.html
+++ b/api/org/apache/jmeter/protocol/java/test/SleepTest.html
@@ -206,7 +206,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.jmeter.protocol.java.sampler.<a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html" title="class in org.apache.jmeter.protocol.java.sampler">AbstractJavaSamplerClient</a></h3>
-<code><a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#getLogger--">getLogger</a>, <a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#getNewLogger--">getNewLogger</a>, <a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#teardownTest-org.apache.jmeter.protocol.java.sampler.JavaSamplerContext-">teardownTest</a></code></li>
+<code><a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#getNewLogger--">getNewLogger</a>, <a href="../../../../../../org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html#teardownTest-org.apache.jmeter.protocol.java.sampler.JavaSamplerContext-">teardownTest</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
diff --git a/api/org/apache/jmeter/protocol/jdbc/JDBCTestElementBeanInfoSupport.html b/api/org/apache/jmeter/protocol/jdbc/JDBCTestElementBeanInfoSupport.html
index 9b11cd4..a01135f 100644
--- a/api/org/apache/jmeter/protocol/jdbc/JDBCTestElementBeanInfoSupport.html
+++ b/api/org/apache/jmeter/protocol/jdbc/JDBCTestElementBeanInfoSupport.html
@@ -160,10 +160,12 @@ extends <a href="../../../../../org/apache/jmeter/testbeans/BeanInfoSupport.html
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/protocol/jdbc/JDBCTestElementBeanInfoSupport.html#JDBCTestElementBeanInfoSupport-java.lang.Class-">JDBCTestElementBeanInfoSupport</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../org/apache/jmeter/testbeans/TestBean.html" title="interface in org.apache.jmet [...]
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/protocol/jdbc/JDBCTestElementBeanInfoSupport.html#JDBCTestElementBeanInfoSupport-java.lang.Class-">JDBCTestElementBeanInfoSupport</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../org/apache/jmeter/testbeans/TestBean.html" title="interface in org.apache.jme [...]
 </tr>
 </table>
 </li>
@@ -215,7 +217,7 @@ extends <a href="../../../../../org/apache/jmeter/testbeans/BeanInfoSupport.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>JDBCTestElementBeanInfoSupport</h4>
-<pre>public&nbsp;JDBCTestElementBeanInfoSupport(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../org/apache/jmeter/testbeans/TestBean.html" title="interface in org.apache.jmeter.testbeans">TestBean</a>&gt;&nbsp;beanClass)</pre>
+<pre>protected&nbsp;JDBCTestElementBeanInfoSupport(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../org/apache/jmeter/testbeans/TestBean.html" title="interface in org.apache.jmeter.testbeans">TestBean</a>&gt;&nbsp;beanClass)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>beanClass</code> - class to create bean info for</dd>
diff --git a/api/org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html b/api/org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html
index 7aada21..7c47a14 100644
--- a/api/org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html
+++ b/api/org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html
@@ -165,10 +165,12 @@ extends <a href="../../../../../../org/apache/jmeter/samplers/AbstractSampler.ht
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#BaseJMSSampler--">BaseJMSSampler</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#BaseJMSSampler--">BaseJMSSampler</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -420,7 +422,7 @@ extends <a href="../../../../../../org/apache/jmeter/samplers/AbstractSampler.ht
 <ul class="blockListLast">
 <li class="blockList">
 <h4>BaseJMSSampler</h4>
-<pre>public&nbsp;BaseJMSSampler()</pre>
+<pre>protected&nbsp;BaseJMSSampler()</pre>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/protocol/smtp/sampler/protocol/SynchronousTransportListener.html b/api/org/apache/jmeter/protocol/smtp/sampler/protocol/SynchronousTransportListener.html
index 7ab25b0..3ec7b94 100644
--- a/api/org/apache/jmeter/protocol/smtp/sampler/protocol/SynchronousTransportListener.html
+++ b/api/org/apache/jmeter/protocol/smtp/sampler/protocol/SynchronousTransportListener.html
@@ -281,7 +281,7 @@ extends javax.mail.event.TransportAdapter</pre>
 <div class="block">Synchronized-method
  <p>
  Waits until <a href="../../../../../../../org/apache/jmeter/protocol/smtp/sampler/protocol/SynchronousTransportListener.html#finish--"><code>finish()</code></a> was called and thus the end of the mail
- sending was signalled.</div>
+ sending was signaled.</div>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang">InterruptedException</a></code> - when interrupted while waiting with the lock</dd>
diff --git a/api/org/apache/jmeter/protocol/tcp/sampler/TCPClientDecorator.html b/api/org/apache/jmeter/protocol/tcp/sampler/TCPClientDecorator.html
index 5ff99bc..180b589 100644
--- a/api/org/apache/jmeter/protocol/tcp/sampler/TCPClientDecorator.html
+++ b/api/org/apache/jmeter/protocol/tcp/sampler/TCPClientDecorator.html
@@ -167,10 +167,12 @@ extends <a href="../../../../../../org/apache/jmeter/protocol/tcp/sampler/Abstra
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/tcp/sampler/TCPClientDecorator.html#TCPClientDecorator-org.apache.jmeter.protocol.tcp.sampler.TCPClient-">TCPClientDecorator</a></span>(<a href="../../../../../../org/apache/jmeter/protocol/tcp/sampler/TCPClient.html" title="interface in org.apache.jmeter.protocol.tcp.sampler">TCPClient</a>&nbsp;tcpClient)</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/protocol/tcp/sampler/TCPClientDecorator.html#TCPClientDecorator-org.apache.jmeter.protocol.tcp.sampler.TCPClient-">TCPClientDecorator</a></span>(<a href="../../../../../../org/apache/jmeter/protocol/tcp/sampler/TCPClient.html" title="interface in org.apache.jmeter.protocol.tcp.sampler">TCPClient</a>&nbsp;tcpClient)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -259,7 +261,7 @@ extends <a href="../../../../../../org/apache/jmeter/protocol/tcp/sampler/Abstra
 <ul class="blockListLast">
 <li class="blockList">
 <h4>TCPClientDecorator</h4>
-<pre>public&nbsp;TCPClientDecorator(<a href="../../../../../../org/apache/jmeter/protocol/tcp/sampler/TCPClient.html" title="interface in org.apache.jmeter.protocol.tcp.sampler">TCPClient</a>&nbsp;tcpClient)</pre>
+<pre>protected&nbsp;TCPClientDecorator(<a href="../../../../../../org/apache/jmeter/protocol/tcp/sampler/TCPClient.html" title="interface in org.apache.jmeter.protocol.tcp.sampler">TCPClient</a>&nbsp;tcpClient)</pre>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html b/api/org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html
index 6d4376c..627b2dd 100644
--- a/api/org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html
+++ b/api/org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10};
+var methods = {"i0":10,"i1":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -178,6 +178,11 @@ implements <a href="../../../../../../org/apache/jmeter/report/processor/graph/G
  which allows on graphs to only show transaction controllers</div>
 </td>
 </tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html#withDefaultIfEmpty-java.lang.String-java.lang.String-">withDefaultIfEmpty</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value,
+                  <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>&nbsp;</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -243,7 +248,7 @@ implements <a href="../../../../../../org/apache/jmeter/report/processor/graph/G
 <a name="allowsControllersDiscrimination--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>allowsControllersDiscrimination</h4>
 <pre>public final&nbsp;boolean&nbsp;allowsControllersDiscrimination()</pre>
@@ -258,6 +263,23 @@ implements <a href="../../../../../../org/apache/jmeter/report/processor/graph/G
 </dl>
 </li>
 </ul>
+<a name="withDefaultIfEmpty-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>withDefaultIfEmpty</h4>
+<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;withDefaultIfEmpty(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value,
+                                              <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</pre>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>value</code> - String value</dd>
+<dd><code>defaultValue</code> - Default value to use if value is empty or null</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>input or default value wrapped in a list</dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/report/processor/graph/CodeSeriesSelector.html b/api/org/apache/jmeter/report/processor/graph/CodeSeriesSelector.html
index f2a27b8..a6bd8d5 100644
--- a/api/org/apache/jmeter/report/processor/graph/CodeSeriesSelector.html
+++ b/api/org/apache/jmeter/report/processor/graph/CodeSeriesSelector.html
@@ -173,7 +173,7 @@ extends <a href="../../../../../../org/apache/jmeter/report/processor/graph/Abst
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.jmeter.report.processor.graph.<a href="../../../../../../org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html" title="class in org.apache.jmeter.report.processor.graph">AbstractSeriesSelector</a></h3>
-<code><a href="../../../../../../org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html#allowsControllersDiscrimination--">allowsControllersDiscrimination</a></code></li>
+<code><a href="../../../../../../org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html#allowsControllersDiscrimination--">allowsControllersDiscrimination</a>, <a href="../../../../../../org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html#withDefaultIfEmpty-java.lang.String-java.lang.String-">withDefaultIfEmpty</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
diff --git a/api/org/apache/jmeter/report/processor/graph/NameSeriesSelector.html b/api/org/apache/jmeter/report/processor/graph/NameSeriesSelector.html
index 8299222..5618264 100644
--- a/api/org/apache/jmeter/report/processor/graph/NameSeriesSelector.html
+++ b/api/org/apache/jmeter/report/processor/graph/NameSeriesSelector.html
@@ -174,7 +174,7 @@ extends <a href="../../../../../../org/apache/jmeter/report/processor/graph/Abst
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.jmeter.report.processor.graph.<a href="../../../../../../org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html" title="class in org.apache.jmeter.report.processor.graph">AbstractSeriesSelector</a></h3>
-<code><a href="../../../../../../org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html#allowsControllersDiscrimination--">allowsControllersDiscrimination</a></code></li>
+<code><a href="../../../../../../org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html#allowsControllersDiscrimination--">allowsControllersDiscrimination</a>, <a href="../../../../../../org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html#withDefaultIfEmpty-java.lang.String-java.lang.String-">withDefaultIfEmpty</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
diff --git a/api/org/apache/jmeter/report/processor/graph/StaticSeriesSelector.html b/api/org/apache/jmeter/report/processor/graph/StaticSeriesSelector.html
index cb4e2aa..516ec8c 100644
--- a/api/org/apache/jmeter/report/processor/graph/StaticSeriesSelector.html
+++ b/api/org/apache/jmeter/report/processor/graph/StaticSeriesSelector.html
@@ -184,7 +184,7 @@ extends <a href="../../../../../../org/apache/jmeter/report/processor/graph/Abst
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.jmeter.report.processor.graph.<a href="../../../../../../org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html" title="class in org.apache.jmeter.report.processor.graph">AbstractSeriesSelector</a></h3>
-<code><a href="../../../../../../org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html#allowsControllersDiscrimination--">allowsControllersDiscrimination</a></code></li>
+<code><a href="../../../../../../org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html#allowsControllersDiscrimination--">allowsControllersDiscrimination</a>, <a href="../../../../../../org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html#withDefaultIfEmpty-java.lang.String-java.lang.String-">withDefaultIfEmpty</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
diff --git a/api/org/apache/jmeter/report/processor/graph/StatusSeriesSelector.html b/api/org/apache/jmeter/report/processor/graph/StatusSeriesSelector.html
index 0332988..ff1fed3 100644
--- a/api/org/apache/jmeter/report/processor/graph/StatusSeriesSelector.html
+++ b/api/org/apache/jmeter/report/processor/graph/StatusSeriesSelector.html
@@ -197,7 +197,7 @@ extends <a href="../../../../../../org/apache/jmeter/report/processor/graph/Abst
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.jmeter.report.processor.graph.<a href="../../../../../../org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html" title="class in org.apache.jmeter.report.processor.graph">AbstractSeriesSelector</a></h3>
-<code><a href="../../../../../../org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html#allowsControllersDiscrimination--">allowsControllersDiscrimination</a></code></li>
+<code><a href="../../../../../../org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html#allowsControllersDiscrimination--">allowsControllersDiscrimination</a>, <a href="../../../../../../org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.html#withDefaultIfEmpty-java.lang.String-java.lang.String-">withDefaultIfEmpty</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
diff --git a/api/org/apache/jmeter/reporters/AbstractListenerElement.html b/api/org/apache/jmeter/reporters/AbstractListenerElement.html
index 370dfc2..3b89ad0 100644
--- a/api/org/apache/jmeter/reporters/AbstractListenerElement.html
+++ b/api/org/apache/jmeter/reporters/AbstractListenerElement.html
@@ -159,10 +159,12 @@ extends <a href="../../../../org/apache/jmeter/testelement/AbstractTestElement.h
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/reporters/AbstractListenerElement.html#AbstractListenerElement--">AbstractListenerElement</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/reporters/AbstractListenerElement.html#AbstractListenerElement--">AbstractListenerElement</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -233,7 +235,7 @@ extends <a href="../../../../org/apache/jmeter/testelement/AbstractTestElement.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>AbstractListenerElement</h4>
-<pre>public&nbsp;AbstractListenerElement()</pre>
+<pre>protected&nbsp;AbstractListenerElement()</pre>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/samplers/AbstractSampleSender.html b/api/org/apache/jmeter/samplers/AbstractSampleSender.html
index 310037a..25e9dc4 100644
--- a/api/org/apache/jmeter/samplers/AbstractSampleSender.html
+++ b/api/org/apache/jmeter/samplers/AbstractSampleSender.html
@@ -136,10 +136,12 @@ implements <a href="../../../../org/apache/jmeter/samplers/SampleSender.html" ti
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/samplers/AbstractSampleSender.html#AbstractSampleSender--">AbstractSampleSender</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/samplers/AbstractSampleSender.html#AbstractSampleSender--">AbstractSampleSender</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -201,7 +203,7 @@ implements <a href="../../../../org/apache/jmeter/samplers/SampleSender.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>AbstractSampleSender</h4>
-<pre>public&nbsp;AbstractSampleSender()</pre>
+<pre>protected&nbsp;AbstractSampleSender()</pre>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/testelement/AbstractTestElement.html b/api/org/apache/jmeter/testelement/AbstractTestElement.html
index d7e61c9..0311d29 100644
--- a/api/org/apache/jmeter/testelement/AbstractTestElement.html
+++ b/api/org/apache/jmeter/testelement/AbstractTestElement.html
@@ -154,10 +154,12 @@ implements <a href="../../../../org/apache/jmeter/testelement/TestElement.html"
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/AbstractTestElement.html#AbstractTestElement--">AbstractTestElement</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/AbstractTestElement.html#AbstractTestElement--">AbstractTestElement</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -239,7 +241,9 @@ implements <a href="../../../../org/apache/jmeter/testelement/TestElement.html"
 </tr>
 <tr id="i11" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/AbstractTestElement.html#getComment--">getComment</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/AbstractTestElement.html#getComment--">getComment</a></span>()</code>
+<div class="block">Returns comment associated with this element.</div>
+</td>
 </tr>
 <tr id="i12" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
@@ -333,7 +337,9 @@ implements <a href="../../../../org/apache/jmeter/testelement/TestElement.html"
 </tr>
 <tr id="i26" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/AbstractTestElement.html#getThreadName--">getThreadName</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/AbstractTestElement.html#getThreadName--">getThreadName</a></span>()</code>
+<div class="block">Returns the threadName.</div>
+</td>
 </tr>
 <tr id="i27" class="rowColor">
 <td class="colFirst"><code>int</code></td>
@@ -403,7 +409,9 @@ implements <a href="../../../../org/apache/jmeter/testelement/TestElement.html"
 </tr>
 <tr id="i38" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/AbstractTestElement.html#setName-java.lang.String-">setName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/AbstractTestElement.html#setName-java.lang.String-">setName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Returns name of this element.</div>
+</td>
 </tr>
 <tr id="i39" class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -482,7 +490,9 @@ implements <a href="../../../../org/apache/jmeter/testelement/TestElement.html"
 </tr>
 <tr id="i51" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/AbstractTestElement.html#setThreadName-java.lang.String-">setThreadName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;inthreadName)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/AbstractTestElement.html#setThreadName-java.lang.String-">setThreadName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;inthreadName)</code>
+<div class="block">Configures thread name.</div>
+</td>
 </tr>
 <tr id="i52" class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -540,7 +550,7 @@ implements <a href="../../../../org/apache/jmeter/testelement/TestElement.html"
 <ul class="blockListLast">
 <li class="blockList">
 <h4>AbstractTestElement</h4>
-<pre>public&nbsp;AbstractTestElement()</pre>
+<pre>protected&nbsp;AbstractTestElement()</pre>
 </li>
 </ul>
 </li>
@@ -659,6 +669,8 @@ implements <a href="../../../../org/apache/jmeter/testelement/TestElement.html"
 <li class="blockList">
 <h4>setName</h4>
 <pre>public&nbsp;void&nbsp;setName(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../org/apache/jmeter/testelement/TestElement.html#setName-java.lang.String-">TestElement</a></code></span></div>
+<div class="block">Returns name of this element.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../org/apache/jmeter/testelement/TestElement.html#setName-java.lang.String-">setName</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a></code></dd>
@@ -708,6 +720,8 @@ implements <a href="../../../../org/apache/jmeter/testelement/TestElement.html"
 <li class="blockList">
 <h4>getComment</h4>
 <pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getComment()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../org/apache/jmeter/testelement/TestElement.html#getComment--">TestElement</a></code></span></div>
+<div class="block">Returns comment associated with this element.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../org/apache/jmeter/testelement/TestElement.html#getComment--">getComment</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a></code></dd>
@@ -1378,6 +1392,8 @@ implements <a href="../../../../org/apache/jmeter/testelement/TestElement.html"
 <li class="blockList">
 <h4>getThreadName</h4>
 <pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getThreadName()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../org/apache/jmeter/testelement/TestElement.html#getThreadName--">TestElement</a></code></span></div>
+<div class="block">Returns the threadName.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../org/apache/jmeter/testelement/TestElement.html#getThreadName--">getThreadName</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a></code></dd>
@@ -1393,6 +1409,8 @@ implements <a href="../../../../org/apache/jmeter/testelement/TestElement.html"
 <li class="blockList">
 <h4>setThreadName</h4>
 <pre>public&nbsp;void&nbsp;setThreadName(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;inthreadName)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../org/apache/jmeter/testelement/TestElement.html#setThreadName-java.lang.String-">TestElement</a></code></span></div>
+<div class="block">Configures thread name.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../org/apache/jmeter/testelement/TestElement.html#setThreadName-java.lang.String-">setThreadName</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</a></code></dd>
diff --git a/api/org/apache/jmeter/testelement/TestElement.html b/api/org/apache/jmeter/testelement/TestElement.html
index b268423..9d095a9 100644
--- a/api/org/apache/jmeter/testelement/TestElement.html
+++ b/api/org/apache/jmeter/testelement/TestElement.html
@@ -197,7 +197,9 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.h
 </tr>
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/TestElement.html#getComment--">getComment</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/TestElement.html#getComment--">getComment</a></span>()</code>
+<div class="block">Returns comment associated with this element.</div>
+</td>
 </tr>
 <tr id="i6" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
@@ -286,7 +288,9 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.h
 </tr>
 <tr id="i19" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/TestElement.html#getThreadName--">getThreadName</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/TestElement.html#getThreadName--">getThreadName</a></span>()</code>
+<div class="block">Returns the threadName.</div>
+</td>
 </tr>
 <tr id="i20" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
@@ -346,7 +350,9 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.h
 </tr>
 <tr id="i29" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/TestElement.html#setName-java.lang.String-">setName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/TestElement.html#setName-java.lang.String-">setName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Returns name of this element.</div>
+</td>
 </tr>
 <tr id="i30" class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -418,7 +424,9 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.h
 </tr>
 <tr id="i42" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/TestElement.html#setThreadName-java.lang.String-">setThreadName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;threadName)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/testelement/TestElement.html#setThreadName-java.lang.String-">setThreadName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;threadName)</code>
+<div class="block">Configures thread name.</div>
+</td>
 </tr>
 <tr id="i43" class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -1025,9 +1033,10 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.h
 <li class="blockList">
 <h4>getThreadName</h4>
 <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getThreadName()</pre>
+<div class="block">Returns the threadName.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>Returns the threadName.</dd>
+<dd>the threadName.</dd>
 </dl>
 </li>
 </ul>
@@ -1038,9 +1047,10 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.h
 <li class="blockList">
 <h4>setThreadName</h4>
 <pre>void&nbsp;setThreadName(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;threadName)</pre>
+<div class="block">Configures thread name.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>threadName</code> - The threadName to set.</dd>
+<dd><code>threadName</code> - the threadName to set.</dd>
 </dl>
 </li>
 </ul>
@@ -1081,6 +1091,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.h
 <li class="blockList">
 <h4>setName</h4>
 <pre>void&nbsp;setName(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<div class="block">Returns name of this element.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>name</code> - of this element</dd>
@@ -1094,6 +1105,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.h
 <li class="blockList">
 <h4>getComment</h4>
 <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getComment()</pre>
+<div class="block">Returns comment associated with this element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>comment associated with this element</dd>
diff --git a/api/org/apache/jmeter/testelement/property/AbstractProperty.html b/api/org/apache/jmeter/testelement/property/AbstractProperty.html
index 8b2d99e..704e933 100644
--- a/api/org/apache/jmeter/testelement/property/AbstractProperty.html
+++ b/api/org/apache/jmeter/testelement/property/AbstractProperty.html
@@ -158,13 +158,16 @@ implements <a href="../../../../../org/apache/jmeter/testelement/property/JMeter
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/testelement/property/AbstractProperty.html#AbstractProperty--">AbstractProperty</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/testelement/property/AbstractProperty.html#AbstractProperty--">AbstractProperty</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/testelement/property/AbstractProperty.html#AbstractProperty-java.lang.String-">AbstractProperty</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/testelement/property/AbstractProperty.html#AbstractProperty-java.lang.String-">AbstractProperty</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -370,7 +373,7 @@ implements <a href="../../../../../org/apache/jmeter/testelement/property/JMeter
 <ul class="blockList">
 <li class="blockList">
 <h4>AbstractProperty</h4>
-<pre>public&nbsp;AbstractProperty(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>protected&nbsp;AbstractProperty(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 </li>
 </ul>
 <a name="AbstractProperty--">
@@ -379,7 +382,7 @@ implements <a href="../../../../../org/apache/jmeter/testelement/property/JMeter
 <ul class="blockListLast">
 <li class="blockList">
 <h4>AbstractProperty</h4>
-<pre>public&nbsp;AbstractProperty()</pre>
+<pre>protected&nbsp;AbstractProperty()</pre>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/testelement/property/MultiProperty.html b/api/org/apache/jmeter/testelement/property/MultiProperty.html
index 4acd85a..39b412a 100644
--- a/api/org/apache/jmeter/testelement/property/MultiProperty.html
+++ b/api/org/apache/jmeter/testelement/property/MultiProperty.html
@@ -161,13 +161,16 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/testelement/property/MultiProperty.html#MultiProperty--">MultiProperty</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/testelement/property/MultiProperty.html#MultiProperty--">MultiProperty</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/testelement/property/MultiProperty.html#MultiProperty-java.lang.String-">MultiProperty</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/testelement/property/MultiProperty.html#MultiProperty-java.lang.String-">MultiProperty</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -270,7 +273,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable
 <ul class="blockList">
 <li class="blockList">
 <h4>MultiProperty</h4>
-<pre>public&nbsp;MultiProperty()</pre>
+<pre>protected&nbsp;MultiProperty()</pre>
 </li>
 </ul>
 <a name="MultiProperty-java.lang.String-">
@@ -279,7 +282,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable
 <ul class="blockListLast">
 <li class="blockList">
 <h4>MultiProperty</h4>
-<pre>public&nbsp;MultiProperty(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>protected&nbsp;MultiProperty(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/testelement/property/NumberProperty.html b/api/org/apache/jmeter/testelement/property/NumberProperty.html
index 4bf725f..5a410b7 100644
--- a/api/org/apache/jmeter/testelement/property/NumberProperty.html
+++ b/api/org/apache/jmeter/testelement/property/NumberProperty.html
@@ -158,13 +158,16 @@ extends <a href="../../../../../org/apache/jmeter/testelement/property/AbstractP
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/testelement/property/NumberProperty.html#NumberProperty--">NumberProperty</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/testelement/property/NumberProperty.html#NumberProperty--">NumberProperty</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/testelement/property/NumberProperty.html#NumberProperty-java.lang.String-">NumberProperty</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/testelement/property/NumberProperty.html#NumberProperty-java.lang.String-">NumberProperty</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -245,7 +248,7 @@ extends <a href="../../../../../org/apache/jmeter/testelement/property/AbstractP
 <ul class="blockList">
 <li class="blockList">
 <h4>NumberProperty</h4>
-<pre>public&nbsp;NumberProperty()</pre>
+<pre>protected&nbsp;NumberProperty()</pre>
 </li>
 </ul>
 <a name="NumberProperty-java.lang.String-">
@@ -254,7 +257,7 @@ extends <a href="../../../../../org/apache/jmeter/testelement/property/AbstractP
 <ul class="blockListLast">
 <li class="blockList">
 <h4>NumberProperty</h4>
-<pre>public&nbsp;NumberProperty(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>protected&nbsp;NumberProperty(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/threads/gui/AbstractThreadGroupGui.html b/api/org/apache/jmeter/threads/gui/AbstractThreadGroupGui.html
index 597574a..703468d 100644
--- a/api/org/apache/jmeter/threads/gui/AbstractThreadGroupGui.html
+++ b/api/org/apache/jmeter/threads/gui/AbstractThreadGroupGui.html
@@ -235,10 +235,12 @@ extends <a href="../../../../../org/apache/jmeter/gui/AbstractJMeterGuiComponent
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/threads/gui/AbstractThreadGroupGui.html#AbstractThreadGroupGui--">AbstractThreadGroupGui</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/threads/gui/AbstractThreadGroupGui.html#AbstractThreadGroupGui--">AbstractThreadGroupGui</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -366,7 +368,7 @@ extends <a href="../../../../../org/apache/jmeter/gui/AbstractJMeterGuiComponent
 <ul class="blockListLast">
 <li class="blockList">
 <h4>AbstractThreadGroupGui</h4>
-<pre>public&nbsp;AbstractThreadGroupGui()</pre>
+<pre>protected&nbsp;AbstractThreadGroupGui()</pre>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/timers/RandomTimer.html b/api/org/apache/jmeter/timers/RandomTimer.html
index a16b6c6..2546f50 100644
--- a/api/org/apache/jmeter/timers/RandomTimer.html
+++ b/api/org/apache/jmeter/timers/RandomTimer.html
@@ -185,10 +185,12 @@ implements <a href="../../../../org/apache/jmeter/timers/ModifiableTimer.html" t
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/timers/RandomTimer.html#RandomTimer--">RandomTimer</a></span>()</code>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/timers/RandomTimer.html#RandomTimer--">RandomTimer</a></span>()</code>
 <div class="block">No-arg constructor.</div>
 </td>
 </tr>
@@ -311,7 +313,7 @@ implements <a href="../../../../org/apache/jmeter/timers/ModifiableTimer.html" t
 <ul class="blockListLast">
 <li class="blockList">
 <h4>RandomTimer</h4>
-<pre>public&nbsp;RandomTimer()</pre>
+<pre>protected&nbsp;RandomTimer()</pre>
 <div class="block">No-arg constructor.</div>
 </li>
 </ul>
diff --git a/api/org/apache/jmeter/timers/gui/AbstractRandomTimerGui.html b/api/org/apache/jmeter/timers/gui/AbstractRandomTimerGui.html
index 426e488..88befef 100644
--- a/api/org/apache/jmeter/timers/gui/AbstractRandomTimerGui.html
+++ b/api/org/apache/jmeter/timers/gui/AbstractRandomTimerGui.html
@@ -241,10 +241,12 @@ extends <a href="../../../../../org/apache/jmeter/timers/gui/AbstractTimerGui.ht
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/timers/gui/AbstractRandomTimerGui.html#AbstractRandomTimerGui--">AbstractRandomTimerGui</a></span>()</code>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/timers/gui/AbstractRandomTimerGui.html#AbstractRandomTimerGui--">AbstractRandomTimerGui</a></span>()</code>
 <div class="block">No-arg constructor.</div>
 </td>
 </tr>
@@ -401,7 +403,7 @@ extends <a href="../../../../../org/apache/jmeter/timers/gui/AbstractTimerGui.ht
 <ul class="blockListLast">
 <li class="blockList">
 <h4>AbstractRandomTimerGui</h4>
-<pre>public&nbsp;AbstractRandomTimerGui()</pre>
+<pre>protected&nbsp;AbstractRandomTimerGui()</pre>
 <div class="block">No-arg constructor.</div>
 </li>
 </ul>
diff --git a/api/org/apache/jmeter/util/BSFTestElement.html b/api/org/apache/jmeter/util/BSFTestElement.html
index 5470758..6eb3eb5 100644
--- a/api/org/apache/jmeter/util/BSFTestElement.html
+++ b/api/org/apache/jmeter/util/BSFTestElement.html
@@ -171,10 +171,12 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/util/BSFTestElement.html#BSFTestElement--">BSFTestElement</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/util/BSFTestElement.html#BSFTestElement--">BSFTestElement</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -264,7 +266,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <ul class="blockListLast">
 <li class="blockList">
 <h4>BSFTestElement</h4>
-<pre>public&nbsp;BSFTestElement()</pre>
+<pre>protected&nbsp;BSFTestElement()</pre>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/util/BeanShellTestElement.html b/api/org/apache/jmeter/util/BeanShellTestElement.html
index 9c50c0d..542fdb7 100644
--- a/api/org/apache/jmeter/util/BeanShellTestElement.html
+++ b/api/org/apache/jmeter/util/BeanShellTestElement.html
@@ -159,10 +159,12 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/util/BeanShellTestElement.html#BeanShellTestElement--">BeanShellTestElement</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/util/BeanShellTestElement.html#BeanShellTestElement--">BeanShellTestElement</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -321,7 +323,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <ul class="blockListLast">
 <li class="blockList">
 <h4>BeanShellTestElement</h4>
-<pre>public&nbsp;BeanShellTestElement()</pre>
+<pre>protected&nbsp;BeanShellTestElement()</pre>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/util/JSR223TestElement.html b/api/org/apache/jmeter/util/JSR223TestElement.html
index d1166de..37cf7d4 100644
--- a/api/org/apache/jmeter/util/JSR223TestElement.html
+++ b/api/org/apache/jmeter/util/JSR223TestElement.html
@@ -172,10 +172,12 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/util/JSR223TestElement.html#JSR223TestElement--">JSR223TestElement</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/util/JSR223TestElement.html#JSR223TestElement--">JSR223TestElement</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -312,7 +314,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <ul class="blockListLast">
 <li class="blockList">
 <h4>JSR223TestElement</h4>
-<pre>public&nbsp;JSR223TestElement()</pre>
+<pre>protected&nbsp;JSR223TestElement()</pre>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/util/ScriptingBeanInfoSupport.html b/api/org/apache/jmeter/util/ScriptingBeanInfoSupport.html
index d070bc9..d163dbb 100644
--- a/api/org/apache/jmeter/util/ScriptingBeanInfoSupport.html
+++ b/api/org/apache/jmeter/util/ScriptingBeanInfoSupport.html
@@ -184,7 +184,7 @@ extends <a href="../../../../org/apache/jmeter/testbeans/BeanInfoSupport.html" t
 <th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>&nbsp;</code></td>
+<td class="colFirst"><code>protected </code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/util/ScriptingBeanInfoSupport.html#ScriptingBeanInfoSupport-java.lang.Class-java.lang.String:A-">ScriptingBeanInfoSupport</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/jmeter/testbeans/TestBean.html" title="interface in org.apache.jmeter.testbeans" [...]
                         <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;languageTags)</code>&nbsp;</td>
 </tr>
@@ -244,8 +244,8 @@ extends <a href="../../../../org/apache/jmeter/testbeans/BeanInfoSupport.html" t
 <ul class="blockList">
 <li class="blockList">
 <h4>ScriptingBeanInfoSupport</h4>
-<pre>public&nbsp;ScriptingBeanInfoSupport(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/jmeter/testbeans/TestBean.html" title="interface in org.apache.jmeter.testbeans">TestBean</a>&gt;&nbsp;beanClass,
-                                <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;languageTags)</pre>
+<pre>protected&nbsp;ScriptingBeanInfoSupport(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/jmeter/testbeans/TestBean.html" title="interface in org.apache.jmeter.testbeans">TestBean</a>&gt;&nbsp;beanClass,
+                                   <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;languageTags)</pre>
 </li>
 </ul>
 <a name="ScriptingBeanInfoSupport-java.lang.Class-java.lang.String:A-java.util.ResourceBundle-">
diff --git a/api/org/apache/jmeter/util/ScriptingTestElement.html b/api/org/apache/jmeter/util/ScriptingTestElement.html
index bd0b702..499c38e 100644
--- a/api/org/apache/jmeter/util/ScriptingTestElement.html
+++ b/api/org/apache/jmeter/util/ScriptingTestElement.html
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../org/apache/jmeter/util/ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../org/apache/jmeter/util/ShutdownClient.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/jmeter/util/SecurityProviderLoader.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/jmeter/util/ScriptingTestElement.html" target="_top">Frames</a></li>
@@ -175,10 +175,12 @@ extends <a href="../../../../org/apache/jmeter/testelement/AbstractTestElement.h
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/util/ScriptingTestElement.html#ScriptingTestElement--">ScriptingTestElement</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/util/ScriptingTestElement.html#ScriptingTestElement--">ScriptingTestElement</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -299,7 +301,7 @@ extends <a href="../../../../org/apache/jmeter/testelement/AbstractTestElement.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ScriptingTestElement</h4>
-<pre>public&nbsp;ScriptingTestElement()</pre>
+<pre>protected&nbsp;ScriptingTestElement()</pre>
 </li>
 </ul>
 </li>
@@ -422,7 +424,7 @@ extends <a href="../../../../org/apache/jmeter/testelement/AbstractTestElement.h
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../org/apache/jmeter/util/ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../org/apache/jmeter/util/ShutdownClient.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/jmeter/util/SecurityProviderLoader.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/jmeter/util/ScriptingTestElement.html" target="_top">Frames</a></li>
diff --git a/api/org/apache/jmeter/util/ShutdownClient.html b/api/org/apache/jmeter/util/SecurityProviderLoader.html
similarity index 64%
copy from api/org/apache/jmeter/util/ShutdownClient.html
copy to api/org/apache/jmeter/util/SecurityProviderLoader.html
index 7a69c31..92f2ad7 100644
--- a/api/org/apache/jmeter/util/ShutdownClient.html
+++ b/api/org/apache/jmeter/util/SecurityProviderLoader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ShutdownClient (Apache JMeter dist API)</title>
+<title>SecurityProviderLoader (Apache JMeter dist API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ShutdownClient (Apache JMeter dist API)";
+            parent.document.title="SecurityProviderLoader (Apache JMeter dist API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":9};
+var methods = {"i0":9,"i1":9};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -50,11 +50,11 @@ var activeTableTab = "activeTableTab";
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../org/apache/jmeter/util/ScriptingTestElement.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../org/apache/jmeter/util/SlowInputStream.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/jmeter/util/ShutdownClient.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../index.html?org/apache/jmeter/util/ShutdownClient.html" target="_top">Frames</a></li>
-<li><a href="ShutdownClient.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../index.html?org/apache/jmeter/util/SecurityProviderLoader.html" target="_top">Frames</a></li>
+<li><a href="SecurityProviderLoader.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -75,14 +75,14 @@ var activeTableTab = "activeTableTab";
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method.detail">Method</a></li>
 </ul>
 </div>
@@ -93,14 +93,14 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.jmeter.util</div>
-<h2 title="Class ShutdownClient" class="title">Class ShutdownClient</h2>
+<h2 title="Class SecurityProviderLoader" class="title">Class SecurityProviderLoader</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
 <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.jmeter.util.ShutdownClient</li>
+<li>org.apache.jmeter.util.SecurityProviderLoader</li>
 </ul>
 </li>
 </ul>
@@ -109,51 +109,14 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <span class="typeNameLabel">ShutdownClient</span>
+<pre>public class <span class="typeNameLabel">SecurityProviderLoader</span>
 extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
-<div class="block">Simple utility to send a shutdown message to a non-GUI instance of JMeter</div>
 </li>
 </ul>
 </div>
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field.summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/util/ShutdownClient.html#UDP_PORT_DEFAULT">UDP_PORT_DEFAULT</a></span></code>&nbsp;</td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.summary">
-<!--   -->
-</a>
-<h3>Constructor Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
-<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/util/ShutdownClient.html#ShutdownClient--">ShutdownClient</a></span>()</code>&nbsp;</td>
-</tr>
-</table>
-</li>
-</ul>
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
 <li class="blockList"><a name="method.summary">
@@ -168,7 +131,11 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/util/ShutdownClient.html#main-java.lang.String:A-">main</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;args)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/util/SecurityProviderLoader.html#addSecurityProvider-java.util.Properties-">addSecurityProvider</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties)</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/util/SecurityProviderLoader.html#addSecurityProvider-java.lang.String-">addSecurityProvider</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;securityProviderConfig)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -186,62 +153,28 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
+<!-- ============ METHOD DETAIL ========== -->
 <ul class="blockList">
-<li class="blockList"><a name="field.detail">
+<li class="blockList"><a name="method.detail">
 <!--   -->
 </a>
-<h3>Field Detail</h3>
-<a name="UDP_PORT_DEFAULT">
+<h3>Method Detail</h3>
+<a name="addSecurityProvider-java.util.Properties-">
 <!--   -->
 </a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>UDP_PORT_DEFAULT</h4>
-<pre>public static final&nbsp;int UDP_PORT_DEFAULT</pre>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../constant-values.html#org.apache.jmeter.util.ShutdownClient.UDP_PORT_DEFAULT">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
-<li class="blockList"><a name="constructor.detail">
-<!--   -->
-</a>
-<h3>Constructor Detail</h3>
-<a name="ShutdownClient--">
-<!--   -->
-</a>
-<ul class="blockListLast">
 <li class="blockList">
-<h4>ShutdownClient</h4>
-<pre>public&nbsp;ShutdownClient()</pre>
+<h4>addSecurityProvider</h4>
+<pre>public static&nbsp;void&nbsp;addSecurityProvider(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties)</pre>
 </li>
 </ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.detail">
-<!--   -->
-</a>
-<h3>Method Detail</h3>
-<a name="main-java.lang.String:A-">
+<a name="addSecurityProvider-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>main</h4>
-<pre>public static&nbsp;void&nbsp;main(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;args)
-                 throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
-<dl>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
-</dl>
+<h4>addSecurityProvider</h4>
+<pre>public static&nbsp;void&nbsp;addSecurityProvider(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;securityProviderConfig)</pre>
 </li>
 </ul>
 </li>
@@ -273,11 +206,11 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../org/apache/jmeter/util/ScriptingTestElement.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../org/apache/jmeter/util/SlowInputStream.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/jmeter/util/ShutdownClient.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../index.html?org/apache/jmeter/util/ShutdownClient.html" target="_top">Frames</a></li>
-<li><a href="ShutdownClient.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../index.html?org/apache/jmeter/util/SecurityProviderLoader.html" target="_top">Frames</a></li>
+<li><a href="SecurityProviderLoader.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -298,14 +231,14 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method.detail">Method</a></li>
 </ul>
 </div>
diff --git a/api/org/apache/jmeter/util/ShutdownClient.html b/api/org/apache/jmeter/util/ShutdownClient.html
index 7a69c31..a8c1830 100644
--- a/api/org/apache/jmeter/util/ShutdownClient.html
+++ b/api/org/apache/jmeter/util/ShutdownClient.html
@@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/jmeter/util/ScriptingTestElement.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/jmeter/util/SecurityProviderLoader.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../org/apache/jmeter/util/SlowInputStream.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -272,7 +272,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/jmeter/util/ScriptingTestElement.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/jmeter/util/SecurityProviderLoader.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../org/apache/jmeter/util/SlowInputStream.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
diff --git a/api/org/apache/jmeter/util/package-frame.html b/api/org/apache/jmeter/util/package-frame.html
index 20d3dea..9419774 100644
--- a/api/org/apache/jmeter/util/package-frame.html
+++ b/api/org/apache/jmeter/util/package-frame.html
@@ -46,6 +46,7 @@
 <li><a href="ScriptingBeanInfoSupport.html" title="class in org.apache.jmeter.util" target="classFrame">ScriptingBeanInfoSupport</a></li>
 <li><a href="ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor.html" title="class in org.apache.jmeter.util" target="classFrame">ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor</a></li>
 <li><a href="ScriptingTestElement.html" title="class in org.apache.jmeter.util" target="classFrame">ScriptingTestElement</a></li>
+<li><a href="SecurityProviderLoader.html" title="class in org.apache.jmeter.util" target="classFrame">SecurityProviderLoader</a></li>
 <li><a href="ShutdownClient.html" title="class in org.apache.jmeter.util" target="classFrame">ShutdownClient</a></li>
 <li><a href="SlowInputStream.html" title="class in org.apache.jmeter.util" target="classFrame">SlowInputStream</a></li>
 <li><a href="SlowOutputStream.html" title="class in org.apache.jmeter.util" target="classFrame">SlowOutputStream</a></li>
diff --git a/api/org/apache/jmeter/util/package-summary.html b/api/org/apache/jmeter/util/package-summary.html
index dc67c09..bbf8e53 100644
--- a/api/org/apache/jmeter/util/package-summary.html
+++ b/api/org/apache/jmeter/util/package-summary.html
@@ -275,30 +275,34 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a href="../../../../org/apache/jmeter/util/SecurityProviderLoader.html" title="class in org.apache.jmeter.util">SecurityProviderLoader</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/jmeter/util/ShutdownClient.html" title="class in org.apache.jmeter.util">ShutdownClient</a></td>
 <td class="colLast">
 <div class="block">Simple utility to send a shutdown message to a non-GUI instance of JMeter</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/jmeter/util/SlowInputStream.html" title="class in org.apache.jmeter.util">SlowInputStream</a></td>
 <td class="colLast">
 <div class="block">InputStream wrapper to emulate a slow device, e.g.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/jmeter/util/SlowOutputStream.html" title="class in org.apache.jmeter.util">SlowOutputStream</a></td>
 <td class="colLast">
 <div class="block">OutputStream filter to emulate a slow device, e.g.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/jmeter/util/SlowSocket.html" title="class in org.apache.jmeter.util">SlowSocket</a></td>
 <td class="colLast">
 <div class="block">"Slow"  (non-SSL) socket implementation to emulate dial-up modems etc</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/jmeter/util/SlowSSLSocket.html" title="class in org.apache.jmeter.util">SlowSSLSocket</a></td>
 <td class="colLast">
 <div class="block">"Slow" SSLsocket implementation to emulate dial-up modems etc
@@ -306,36 +310,36 @@
  WARNING: the class relies on overriding all superclass methods in order to apply them to the input socket.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/jmeter/util/SSLManager.html" title="class in org.apache.jmeter.util">SSLManager</a></td>
 <td class="colLast">
 <div class="block">The SSLManager handles the KeyStore information for JMeter.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/jmeter/util/StringUtilities.html" title="class in org.apache.jmeter.util">StringUtilities</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/jmeter/util/TemplateUtil.html" title="class in org.apache.jmeter.util">TemplateUtil</a></td>
 <td class="colLast">
 <div class="block">Class used to process freemarkers templates</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/jmeter/util/TrustAllSSLSocketFactory.html" title="class in org.apache.jmeter.util">TrustAllSSLSocketFactory</a></td>
 <td class="colLast">
 <div class="block">This class can be used as a SocketFactory with SSL-connections.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/jmeter/util/XPathQueryCacheLoader.html" title="class in org.apache.jmeter.util">XPathQueryCacheLoader</a></td>
 <td class="colLast">
 <div class="block">load method is called when the key composed of
  namespaces + xPathQuery is not in the cache.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/jmeter/util/XPathUtil.html" title="class in org.apache.jmeter.util">XPathUtil</a></td>
 <td class="colLast">
 <div class="block">This class provides a few utility methods for dealing with XML/XPath.</div>
diff --git a/api/org/apache/jmeter/util/package-tree.html b/api/org/apache/jmeter/util/package-tree.html
index f3141a6..e1ee033 100644
--- a/api/org/apache/jmeter/util/package-tree.html
+++ b/api/org/apache/jmeter/util/package-tree.html
@@ -160,6 +160,7 @@
 <li type="circle">org.apache.jmeter.util.<a href="../../../../org/apache/jmeter/util/ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">ScriptingBeanInfoSupport.JSR223ScriptCacheCheckboxEditor</span></a> (implements java.awt.event.<a href="https://docs.oracle.com/javase/8/docs/api/java/awt/event/ActionListener.html?is-external=true" title="class or interface in java.awt.event">ActionListener</a>, org.apache.jm [...]
 </ul>
 </li>
+<li type="circle">org.apache.jmeter.util.<a href="../../../../org/apache/jmeter/util/SecurityProviderLoader.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">SecurityProviderLoader</span></a></li>
 <li type="circle">org.apache.jmeter.util.<a href="../../../../org/apache/jmeter/util/ShutdownClient.html" title="class in org.apache.jmeter.util"><span class="typeNameLink">ShutdownClient</span></a></li>
 <li type="circle">java.beans.<a href="https://docs.oracle.com/javase/8/docs/api/java/beans/SimpleBeanInfo.html?is-external=true" title="class or interface in java.beans"><span class="typeNameLink">SimpleBeanInfo</span></a> (implements java.beans.<a href="https://docs.oracle.com/javase/8/docs/api/java/beans/BeanInfo.html?is-external=true" title="class or interface in java.beans">BeanInfo</a>)
 <ul>
diff --git a/api/org/apache/jmeter/visualizers/Printable.html b/api/org/apache/jmeter/visualizers/Printable.html
index a099545..eaff8ce 100644
--- a/api/org/apache/jmeter/visualizers/Printable.html
+++ b/api/org/apache/jmeter/visualizers/Printable.html
@@ -101,7 +101,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../org/apache/jmeter/assertions/gui/AbstractAssertionGui.html" title="class in org.apache.jmeter.assertions.gui">AbstractAssertionGui</a>, <a href="../../../../org/apache/jmeter/config/gui/AbstractConfigGui.html" title="class in org.apache.jmeter.config.gui">AbstractConfigGui</a>, <a href="../../../../org/apache/jmeter/control/gui/AbstractControllerGui.html" title="class in org.apache.jmeter.control.gui">AbstractControllerGui</a>, <a href="../../../../org/apache/jme [...]
+<dd><a href="../../../../org/apache/jmeter/assertions/gui/AbstractAssertionGui.html" title="class in org.apache.jmeter.assertions.gui">AbstractAssertionGui</a>, <a href="../../../../org/apache/jmeter/config/gui/AbstractConfigGui.html" title="class in org.apache.jmeter.config.gui">AbstractConfigGui</a>, <a href="../../../../org/apache/jmeter/control/gui/AbstractControllerGui.html" title="class in org.apache.jmeter.control.gui">AbstractControllerGui</a>, <a href="../../../../org/apache/jme [...]
 </dl>
 <hr>
 <br>
diff --git a/api/org/apache/jmeter/visualizers/RenderAsXML.html b/api/org/apache/jmeter/visualizers/RenderAsXML.html
index 257ce7c..65b536c 100644
--- a/api/org/apache/jmeter/visualizers/RenderAsXML.html
+++ b/api/org/apache/jmeter/visualizers/RenderAsXML.html
@@ -188,7 +188,7 @@ implements <a href="../../../../org/apache/jmeter/visualizers/ResultRenderer.htm
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/visualizers/RenderAsXML.html#clearData--">clearData</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/visualizers/RenderAsXML.html#clearData--">clearData</a></span>()</code></td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -276,6 +276,8 @@ implements <a href="../../../../org/apache/jmeter/visualizers/ResultRenderer.htm
 <dd><code><a href="../../../../org/apache/jmeter/visualizers/ResultRenderer.html#clearData--">clearData</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/jmeter/visualizers/ResultRenderer.html" title="interface in org.apache.jmeter.visualizers">ResultRenderer</a></code></dd>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/jmeter/visualizers/SamplerResultTab.html#clearData--">clearData</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/jmeter/visualizers/SamplerResultTab.html" title="class in org.apache.jmeter.visualizers">SamplerResultTab</a></code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../org/apache/jmeter/visualizers/SamplerResultTab.html#clearData--"><code>SamplerResultTab.clearData()</code></a></dd>
 </dl>
 </li>
 </ul>
diff --git a/api/org/apache/jmeter/visualizers/SamplerResultTab.html b/api/org/apache/jmeter/visualizers/SamplerResultTab.html
index 96bb814..c39dc28 100644
--- a/api/org/apache/jmeter/visualizers/SamplerResultTab.html
+++ b/api/org/apache/jmeter/visualizers/SamplerResultTab.html
@@ -218,10 +218,12 @@ implements <a href="../../../../org/apache/jmeter/visualizers/ResultRenderer.htm
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/visualizers/SamplerResultTab.html#SamplerResultTab--">SamplerResultTab</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/visualizers/SamplerResultTab.html#SamplerResultTab--">SamplerResultTab</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -421,7 +423,7 @@ implements <a href="../../../../org/apache/jmeter/visualizers/ResultRenderer.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>SamplerResultTab</h4>
-<pre>public&nbsp;SamplerResultTab()</pre>
+<pre>protected&nbsp;SamplerResultTab()</pre>
 </li>
 </ul>
 </li>
diff --git a/api/org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html b/api/org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html
index 4fba5cb..764b29d 100644
--- a/api/org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html
+++ b/api/org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html
@@ -18,8 +18,8 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":42,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -176,58 +176,42 @@ implements <a href="../../../../../org/apache/jmeter/visualizers/backend/Backend
 </a>
 <h3>Method Summary</h3>
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="t [...]
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#createSampleResult-org.apache.jmeter.visualizers.backend.BackendListenerContext-org.apache.jmeter.samplers.SampleResult-">createSampleResult</a></span>(<a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerContext.html" title="class in org.apache.jmeter.visualizers.backend">BackendListenerContext</a>&nbsp;context,
-                  <a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a>&nbsp;result)</code>
-<div class="block">Create a copy of SampleResult, this method is here to allow customizing
- what is kept in the copy, for example copy could remove some useless fields.</div>
-</td>
-</tr>
-<tr id="i1" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config">Arguments</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getDefaultParameters--">getDefaultParameters</a></span>()</code>
 <div class="block">Provide a list of parameters which this test supports.</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
-<td class="colFirst"><code>protected <a href="../../../../../org/apache/log/Logger.html" title="class in org.apache.log">Logger</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getLogger--">getLogger</a></span>()</code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<div class="block"><span class="deprecationComment">Will be removed in 3.3, use <a href="../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getNewLogger--"><code>getNewLogger()</code></a></span></div>
-</div>
-</td>
-</tr>
-<tr id="i3" class="rowColor">
+<tr id="i1" class="rowColor">
 <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html" title="class in org.apache.jmeter.visualizers.backend">SamplerMetric</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getMetricsPerSampler--">getMetricsPerSampler</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i2" class="altColor">
 <td class="colFirst"><code>protected org.slf4j.Logger</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getNewLogger--">getNewLogger</a></span>()</code>
 <div class="block">Get a Logger instance which can be used by subclasses to log information.</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html" title="class in org.apache.jmeter.visualizers.backend">SamplerMetric</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getSamplerMetric-java.lang.String-">getSamplerMetric</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sampleLabel)</code>&nbsp;</td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i4" class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../org/apache/jmeter/visualizers/backend/UserMetric.html" title="class in org.apache.jmeter.visualizers.backend">UserMetric</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getUserMetrics--">getUserMetrics</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#setupTest-org.apache.jmeter.visualizers.backend.BackendListenerContext-">setupTest</a></span>(<a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerContext.html" title="class in org.apache.jmeter.visualizers.backend">BackendListenerContext</a>&nbsp;context)</code>
 <div class="block">Do any initialization required by this client.</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#teardownTest-org.apache.jmeter.visualizers.backend.BackendListenerContext-">teardownTest</a></span>(<a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerContext.html" title="class in org.apache.jmeter.visualizers.backend">BackendListenerContext</a>&nbsp;context)</code>
 <div class="block">Do any clean-up required at the end of a test run.</div>
@@ -246,7 +230,7 @@ implements <a href="../../../../../org/apache/jmeter/visualizers/backend/Backend
 <!--   -->
 </a>
 <h3>Methods inherited from interface&nbsp;org.apache.jmeter.visualizers.backend.<a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html" title="interface in org.apache.jmeter.visualizers.backend">BackendListenerClient</a></h3>
-<code><a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#handleSampleResults-java.util.List-org.apache.jmeter.visualizers.backend.BackendListenerContext-">handleSampleResults</a></code></li>
+<code><a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#createSampleResult-org.apache.jmeter.visualizers.backend.BackendListenerContext-org.apache.jmeter.samplers.SampleResult-">createSampleResult</a>, <a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#handleSampleResults-java.util.List-org.apache.jmeter.visualizers.backend.BackendListenerContext-">handleSampleResults</a></code></li>
 </ul>
 </li>
 </ul>
@@ -289,16 +273,14 @@ implements <a href="../../../../../org/apache/jmeter/visualizers/backend/Backend
                throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#setupTest-org.apache.jmeter.visualizers.backend.BackendListenerContext-">BackendListenerClient</a></code></span></div>
 <div class="block">Do any initialization required by this client. It is generally
- recommended to do any initialization such as getting parameter values in
- the setupTest method rather than the runTest method in order to add as
- little overhead as possible to the test.</div>
+ recommended to do any initialization such as getting parameter values
+ here rather than <a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#handleSampleResults-java.util.List-org.apache.jmeter.visualizers.backend.BackendListenerContext-"><code>BackendListenerClient.handleSampleResults(List, BackendListenerContext)</code></a>
+ in order to add as little overhead as possible to the test.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#setupTest-org.apache.jmeter.visualizers.backend.BackendListenerContext-">setupTest</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html" title="interface in org.apache.jmeter.visualizers.backend">BackendListenerClient</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>context</code> - the context to run with. This provides access to
-            initialization parameters.
-            Context is readonly</dd>
+<dd><code>context</code> - provides access to initialization parameters.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - when setup fails</dd>
 </dl>
@@ -318,8 +300,7 @@ implements <a href="../../../../../org/apache/jmeter/visualizers/backend/Backend
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#teardownTest-org.apache.jmeter.visualizers.backend.BackendListenerContext-">teardownTest</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html" title="interface in org.apache.jmeter.visualizers.backend">BackendListenerClient</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>context</code> - the context to run with. This provides access to
-            initialization parameters.</dd>
+<dd><code>context</code> - provides access to initialization parameters.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - when tear down fails</dd>
 </dl>
@@ -345,24 +326,7 @@ implements <a href="../../../../../org/apache/jmeter/visualizers/backend/Backend
 <dd><code><a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#getDefaultParameters--">getDefaultParameters</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html" title="interface in org.apache.jmeter.visualizers.backend">BackendListenerClient</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a specification of the parameters used by this test which should
-         be listed in the GUI, or null if no parameters should be listed.</dd>
-</dl>
-</li>
-</ul>
-<a name="getLogger--">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getLogger</h4>
-<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-protected&nbsp;<a href="../../../../../org/apache/log/Logger.html" title="class in org.apache.log">Logger</a>&nbsp;getLogger()</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Will be removed in 3.3, use <a href="../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getNewLogger--"><code>getNewLogger()</code></a></span></div>
-<div class="block">Get a Logger instance which can be used by subclasses to log information.
- As this class is designed to be subclassed this is useful.</div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>a Logger instance which can be used for logging</dd>
+ be listed in the GUI, or null if no parameters should be listed.</dd>
 </dl>
 </li>
 </ul>
@@ -381,29 +345,6 @@ protected&nbsp;<a href="../../../../../org/apache/log/Logger.html" title="class
 </dl>
 </li>
 </ul>
-<a name="createSampleResult-org.apache.jmeter.visualizers.backend.BackendListenerContext-org.apache.jmeter.samplers.SampleResult-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>createSampleResult</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a>&nbsp;createSampleResult(<a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerContext.html" title="class in org.apache.jmeter.visualizers.backend">BackendListenerContext</a>&nbsp;context,
-                                       <a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a>&nbsp;result)</pre>
-<div class="block">Create a copy of SampleResult, this method is here to allow customizing
- what is kept in the copy, for example copy could remove some useless fields.
- Note that if it returns null, the sample result is not put in the queue.
- Defaults to returning result.</div>
-<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#createSampleResult-org.apache.jmeter.visualizers.backend.BackendListenerContext-org.apache.jmeter.samplers.SampleResult-">createSampleResult</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html" title="interface in org.apache.jmeter.visualizers.backend">BackendListenerClient</a></code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>context</code> - <a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerContext.html" title="class in org.apache.jmeter.visualizers.backend"><code>BackendListenerContext</code></a></dd>
-<dd><code>result</code> - <a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers"><code>SampleResult</code></a></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd><a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers"><code>SampleResult</code></a></dd>
-</dl>
-</li>
-</ul>
 <a name="getSamplerMetric-java.lang.String-">
 <!--   -->
 </a>
diff --git a/api/org/apache/jmeter/visualizers/backend/BackendListenerClient.html b/api/org/apache/jmeter/visualizers/backend/BackendListenerClient.html
index dd80110..6f30af7 100644
--- a/api/org/apache/jmeter/visualizers/backend/BackendListenerClient.html
+++ b/api/org/apache/jmeter/visualizers/backend/BackendListenerClient.html
@@ -18,8 +18,8 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
+var methods = {"i0":18,"i1":18,"i2":6,"i3":6,"i4":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -101,15 +101,16 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend">AbstractBackendListenerClient</a>, <a href="../../../../../org/apache/jmeter/visualizers/backend/graphite/GraphiteBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.graphite">GraphiteBackendListenerClient</a>, <a href="../../../../../org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListener [...]
+<dd><a href="../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend">AbstractBackendListenerClient</a>, <a href="../../../../../org/apache/jmeter/visualizers/backend/graphite/GraphiteBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.graphite">GraphiteBackendListenerClient</a>, <a href="../../../../../org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListener [...]
 </dl>
 <hr>
 <br>
 <pre>public interface <span class="typeNameLabel">BackendListenerClient</span></pre>
-<div class="block">This interface defines the interactions between the BackendListener and external
- Java programs which can be executed by JMeter. Any Java class which wants to
- be executed using the BackendListener test element must implement this interface (either directly
- or preferably indirectly through AbstractBackendListenerClient).
+<div class="block">This interface defines the interactions between the <a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListener.html" title="class in org.apache.jmeter.visualizers.backend"><code>BackendListener</code></a>
+ and external Java programs which can be executed by JMeter. Any Java class
+ which wants to be executed using the <a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListener.html" title="class in org.apache.jmeter.visualizers.backend"><code>BackendListener</code></a> test element
+ must implement this interface (either directly or through
+ <a href="../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend"><code>AbstractBackendListenerClient</code></a>).
  <p>
  JMeter will create one instance of a BackendListenerClient implementation for
  each user/thread in the test. Additional instances may be created for
@@ -117,20 +118,24 @@ var activeTableTab = "activeTableTab";
  supported by the client).
  <p>
  When the test is started, setupTest() will be called on each thread's
- BackendListenerClient instance to initialize the client. Then handleSampleResult() will be
- called for each SampleResult notification. Finally, teardownTest() will be called
- to allow the client to do any necessary clean-up.
+ BackendListenerClient instance to initialize the client.
+ Then <a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#handleSampleResults-java.util.List-org.apache.jmeter.visualizers.backend.BackendListenerContext-"><code>handleSampleResults(List, BackendListenerContext)</code></a> will be
+ called for each <a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers"><code>SampleResult</code></a> notification. Finally,
+ <a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#teardownTest-org.apache.jmeter.visualizers.backend.BackendListenerContext-"><code>teardownTest(BackendListenerContext)</code></a>
+ will be called to allow the client to do any necessary clean-up.
  <p>
- The JMeter BackendListener GUI allows a list of parameters to be defined for the
- test. These are passed to the various test methods through the
+ The JMeter BackendListener GUI allows a list of parameters to be defined for
+ the test. These are passed to the various test methods through the
  <a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerContext.html" title="class in org.apache.jmeter.visualizers.backend"><code>BackendListenerContext</code></a>. A list of default parameters can be defined
- through the getDefaultParameters() method. These parameters and any default
- values associated with them will be shown in the GUI. Users can add other
- parameters as well.
+ through the <a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#getDefaultParameters--"><code>getDefaultParameters()</code></a> method. These parameters and any
+ default values associated with them will be shown in the GUI. Users can add
+ other parameters as well.
  <p>
- When possible, Listeners should extend <a href="../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend"><code>AbstractBackendListenerClient</code></a> rather than implementing BackendListenerClient
- directly. This should protect your tests from future changes to the
- interface. While it may be necessary to make changes to the BackendListenerClient
+ Listeners should extend <a href="../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend"><code>AbstractBackendListenerClient</code></a>
+ rather than implementing <a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html" title="interface in org.apache.jmeter.visualizers.backend"><code>BackendListenerClient</code></a> directly to protect
+ your code from future changes to the interface.
+ <p>
+ While it may be necessary to make changes to the <a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html" title="interface in org.apache.jmeter.visualizers.backend"><code>BackendListenerClient</code></a>
  interface from time to time (therefore requiring changes to any
  implementations of this interface), we intend to make this abstract class
  provide reasonable default implementations of any new methods so that
@@ -155,13 +160,13 @@ var activeTableTab = "activeTableTab";
 </a>
 <h3>Method Summary</h3>
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabE [...]
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a></code></td>
+<td class="colFirst"><code>default <a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#createSampleResult-org.apache.jmeter.visualizers.backend.BackendListenerContext-org.apache.jmeter.samplers.SampleResult-">createSampleResult</a></span>(<a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerContext.html" title="class in org.apache.jmeter.visualizers.backend">BackendListenerContext</a>&nbsp;context,
                   <a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a>&nbsp;result)</code>
 <div class="block">Create a copy of SampleResult, this method is here to allow customizing
@@ -169,7 +174,7 @@ var activeTableTab = "activeTableTab";
 </td>
 </tr>
 <tr id="i1" class="rowColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config">Arguments</a></code></td>
+<td class="colFirst"><code>default <a href="../../../../../org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config">Arguments</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#getDefaultParameters--">getDefaultParameters</a></span>()</code>
 <div class="block">Provide a list of parameters which this test supports.</div>
 </td>
@@ -181,7 +186,7 @@ var activeTableTab = "activeTableTab";
 <div class="block">Handle sampleResults, this can be done in many ways:
  
  Write to a file
- Write to a distant server
+ Write to a remote server
  ...
  </div>
 </td>
@@ -222,14 +227,12 @@ var activeTableTab = "activeTableTab";
 <pre>void&nbsp;setupTest(<a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerContext.html" title="class in org.apache.jmeter.visualizers.backend">BackendListenerContext</a>&nbsp;context)
         throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <div class="block">Do any initialization required by this client. It is generally
- recommended to do any initialization such as getting parameter values in
- the setupTest method rather than the runTest method in order to add as
- little overhead as possible to the test.</div>
+ recommended to do any initialization such as getting parameter values
+ here rather than <a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#handleSampleResults-java.util.List-org.apache.jmeter.visualizers.backend.BackendListenerContext-"><code>handleSampleResults(List, BackendListenerContext)</code></a>
+ in order to add as little overhead as possible to the test.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>context</code> - the context to run with. This provides access to
-            initialization parameters.
-            Context is readonly</dd>
+<dd><code>context</code> - provides access to initialization parameters.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - when setup fails</dd>
 </dl>
@@ -246,14 +249,13 @@ var activeTableTab = "activeTableTab";
 <div class="block">Handle sampleResults, this can be done in many ways:
  <ul>
  <li>Write to a file</li>
- <li>Write to a distant server</li>
+ <li>Write to a remote server</li>
  <li>...</li>
  </ul></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>sampleResults</code> - List of <a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers"><code>SampleResult</code></a></dd>
-<dd><code>context</code> - the context to run with. This provides access to
-            initialization parameters.</dd>
+<dd><code>context</code> - provides access to initialization parameters.</dd>
 </dl>
 </li>
 </ul>
@@ -268,8 +270,7 @@ var activeTableTab = "activeTableTab";
 <div class="block">Do any clean-up required at the end of a test run.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>context</code> - the context to run with. This provides access to
-            initialization parameters.</dd>
+<dd><code>context</code> - provides access to initialization parameters.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - when tear down fails</dd>
 </dl>
@@ -281,7 +282,7 @@ var activeTableTab = "activeTableTab";
 <ul class="blockList">
 <li class="blockList">
 <h4>getDefaultParameters</h4>
-<pre><a href="../../../../../org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config">Arguments</a>&nbsp;getDefaultParameters()</pre>
+<pre>default&nbsp;<a href="../../../../../org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config">Arguments</a>&nbsp;getDefaultParameters()</pre>
 <div class="block">Provide a list of parameters which this test supports. Any parameter
  names and associated values returned by this method will appear in the
  GUI by default so the user doesn't have to remember the exact names. The
@@ -292,7 +293,7 @@ var activeTableTab = "activeTableTab";
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a specification of the parameters used by this test which should
-         be listed in the GUI, or null if no parameters should be listed.</dd>
+ be listed in the GUI, or null if no parameters should be listed.</dd>
 </dl>
 </li>
 </ul>
@@ -302,8 +303,8 @@ var activeTableTab = "activeTableTab";
 <ul class="blockListLast">
 <li class="blockList">
 <h4>createSampleResult</h4>
-<pre><a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a>&nbsp;createSampleResult(<a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerContext.html" title="class in org.apache.jmeter.visualizers.backend">BackendListenerContext</a>&nbsp;context,
-                                <a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a>&nbsp;result)</pre>
+<pre>default&nbsp;<a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a>&nbsp;createSampleResult(<a href="../../../../../org/apache/jmeter/visualizers/backend/BackendListenerContext.html" title="class in org.apache.jmeter.visualizers.backend">BackendListenerContext</a>&nbsp;context,
+                                        <a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a>&nbsp;result)</pre>
 <div class="block">Create a copy of SampleResult, this method is here to allow customizing
  what is kept in the copy, for example copy could remove some useless fields.
  Note that if it returns null, the sample result is not put in the queue.
diff --git a/api/org/apache/jmeter/visualizers/backend/SamplerMetric.html b/api/org/apache/jmeter/visualizers/backend/SamplerMetric.html
index c783353..ca2b92d 100644
--- a/api/org/apache/jmeter/visualizers/backend/SamplerMetric.html
+++ b/api/org/apache/jmeter/visualizers/backend/SamplerMetric.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":41};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":41};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -158,122 +158,128 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </td>
 </tr>
 <tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#addCumulated-org.apache.jmeter.samplers.SampleResult-">addCumulated</a></span>(<a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a>&nbsp;result)</code>
+<div class="block">Add a <a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers"><code>SampleResult</code></a> and its sub-results to be used in the statistics</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getAllMaxTime--">getAllMaxTime</a></span>()</code>
 <div class="block">Get the maximal elapsed time for requests within sliding window</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getAllMean--">getAllMean</a></span>()</code>
 <div class="block">Get the arithmetic mean of the stored values</div>
 </td>
 </tr>
-<tr id="i3" class="rowColor">
+<tr id="i4" class="altColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getAllMinTime--">getAllMinTime</a></span>()</code>
 <div class="block">Get the minimal elapsed time for requests within sliding window</div>
 </td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getAllPercentile-double-">getAllPercentile</a></span>(double&nbsp;percentile)</code>
 <div class="block">Returns an estimate for the requested percentile of the stored values.</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/jmeter/visualizers/backend/ErrorMetric.html" title="class in org.apache.jmeter.visualizers.backend">ErrorMetric</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getErrors--">getErrors</a></span>()</code>
 <div class="block">Returns by type ( response code and message ) the count of errors occurs</div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getFailures--">getFailures</a></span>()</code>
 <div class="block">Get the number of failed requests for the current time slot</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getHits--">getHits</a></span>()</code>
 <div class="block">Returns hits to server</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getKoMaxTime--">getKoMaxTime</a></span>()</code>
 <div class="block">Get the maximal elapsed time for requests within sliding window</div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getKoMean--">getKoMean</a></span>()</code>
 <div class="block">Get the arithmetic mean of the stored values</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getKoMinTime--">getKoMinTime</a></span>()</code>
 <div class="block">Get the minimal elapsed time for requests within sliding window</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getKoPercentile-double-">getKoPercentile</a></span>(double&nbsp;percentile)</code>
 <div class="block">Returns an estimate for the requested percentile of the stored values.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getOkMaxTime--">getOkMaxTime</a></span>()</code>
 <div class="block">Get the maximal elapsed time for requests within sliding window</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getOkMean--">getOkMean</a></span>()</code>
 <div class="block">Get the arithmetic mean of the stored values</div>
 </td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getOkMinTime--">getOkMinTime</a></span>()</code>
 <div class="block">Get the minimal elapsed time for requests within sliding window</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getOkPercentile-double-">getOkPercentile</a></span>(double&nbsp;percentile)</code>
 <div class="block">Returns an estimate for the requested percentile of the stored values.</div>
 </td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getReceivedBytes--">getReceivedBytes</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i18" class="altColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getSentBytes--">getSentBytes</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i18" class="altColor">
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getSuccesses--">getSuccesses</a></span>()</code>
 <div class="block">Get the number of successful requests for the current time slot</div>
 </td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i20" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#getTotal--">getTotal</a></span>()</code>
 <div class="block">Get the number of total requests for the current time slot</div>
 </td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i21" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#resetForTimeInterval--">resetForTimeInterval</a></span>()</code>
 <div class="block">Reset metric except for percentile related data</div>
 </td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr id="i22" class="altColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/visualizers/backend/SamplerMetric.html#setDefaultWindowMode-org.apache.jmeter.visualizers.backend.WindowMode-">setDefaultWindowMode</a></span>(<a href="../../../../../org/apache/jmeter/visualizers/backend/WindowMode.html" title="enum in org.apache.jmeter.visualizers.backend">WindowMode</a>&nbsp;windowMode)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
@@ -351,6 +357,20 @@ public static&nbsp;void&nbsp;setDefaultWindowMode(<a href="../../../../../org/ap
 </dl>
 </li>
 </ul>
+<a name="addCumulated-org.apache.jmeter.samplers.SampleResult-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addCumulated</h4>
+<pre>public&nbsp;void&nbsp;addCumulated(<a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a>&nbsp;result)</pre>
+<div class="block">Add a <a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers"><code>SampleResult</code></a> and its sub-results to be used in the statistics</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>result</code> - <a href="../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers"><code>SampleResult</code></a> to be used</dd>
+</dl>
+</li>
+</ul>
 <a name="resetForTimeInterval--">
 <!--   -->
 </a>
diff --git a/api/org/apache/jmeter/visualizers/backend/graphite/GraphiteBackendListenerClient.html b/api/org/apache/jmeter/visualizers/backend/graphite/GraphiteBackendListenerClient.html
index 8374fc6..3dce83f 100644
--- a/api/org/apache/jmeter/visualizers/backend/graphite/GraphiteBackendListenerClient.html
+++ b/api/org/apache/jmeter/visualizers/backend/graphite/GraphiteBackendListenerClient.html
@@ -203,7 +203,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable
 <div class="block">Handle sampleResults, this can be done in many ways:
  
  Write to a file
- Write to a distant server
+ Write to a remote server
  ...
  </div>
 </td>
@@ -240,7 +240,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.jmeter.visualizers.backend.<a href="../../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend">AbstractBackendListenerClient</a></h3>
-<code><a href="../../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#createSampleResult-org.apache.jmeter.visualizers.backend.BackendListenerContext-org.apache.jmeter.samplers.SampleResult-">createSampleResult</a>, <a href="../../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getLogger--">getLogger</a>, <a href="../../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getMetricsPe [...]
+<code><a href="../../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getMetricsPerSampler--">getMetricsPerSampler</a>, <a href="../../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getNewLogger--">getNewLogger</a>, <a href="../../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getSamplerMetric-java.lang.String-">getSamplerMetric</a>, <a href="../../../../../../org/apache/jmeter [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -249,6 +249,13 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable
 <h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
 <code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="htt [...]
 </ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.jmeter.visualizers.backend.BackendListenerClient">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.jmeter.visualizers.backend.<a href="../../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html" title="interface in org.apache.jmeter.visualizers.backend">BackendListenerClient</a></h3>
+<code><a href="../../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#createSampleResult-org.apache.jmeter.visualizers.backend.BackendListenerContext-org.apache.jmeter.samplers.SampleResult-">createSampleResult</a></code></li>
+</ul>
 </li>
 </ul>
 </li>
@@ -375,7 +382,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable
 <div class="block">Handle sampleResults, this can be done in many ways:
  <ul>
  <li>Write to a file</li>
- <li>Write to a distant server</li>
+ <li>Write to a remote server</li>
  <li>...</li>
  </ul></div>
 <dl>
@@ -383,8 +390,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable
 <dd><code><a href="../../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#handleSampleResults-java.util.List-org.apache.jmeter.visualizers.backend.BackendListenerContext-">handleSampleResults</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html" title="interface in org.apache.jmeter.visualizers.backend">BackendListenerClient</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>sampleResults</code> - List of <a href="../../../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers"><code>SampleResult</code></a></dd>
-<dd><code>context</code> - the context to run with. This provides access to
-            initialization parameters.</dd>
+<dd><code>context</code> - provides access to initialization parameters.</dd>
 </dl>
 </li>
 </ul>
@@ -398,18 +404,16 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable
                throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#setupTest-org.apache.jmeter.visualizers.backend.BackendListenerContext-">BackendListenerClient</a></code></span></div>
 <div class="block">Do any initialization required by this client. It is generally
- recommended to do any initialization such as getting parameter values in
- the setupTest method rather than the runTest method in order to add as
- little overhead as possible to the test.</div>
+ recommended to do any initialization such as getting parameter values
+ here rather than <a href="../../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#handleSampleResults-java.util.List-org.apache.jmeter.visualizers.backend.BackendListenerContext-"><code>BackendListenerClient.handleSampleResults(List, BackendListenerContext)</code></a>
+ in order to add as little overhead as possible to the test.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html#setupTest-org.apache.jmeter.visualizers.backend.BackendListenerContext-">setupTest</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/jmeter/visualizers/backend/BackendListenerClient.html" title="interface in org.apache.jmeter.visualizers.backend">BackendListenerClient</a></code></dd>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#setupTest-org.apache.jmeter.visualizers.backend.BackendListenerContext-">setupTest</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend">AbstractBackendListenerClient</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>context</code> - the context to run with. This provides access to
-            initialization parameters.
-            Context is readonly</dd>
+<dd><code>context</code> - provides access to initialization parameters.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - when setup fails</dd>
 </dl>
@@ -431,8 +435,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#teardownTest-org.apache.jmeter.visualizers.backend.BackendListenerContext-">teardownTest</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend">AbstractBackendListenerClient</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>context</code> - the context to run with. This provides access to
-            initialization parameters.</dd>
+<dd><code>context</code> - provides access to initialization parameters.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - when tear down fails</dd>
 </dl>
@@ -460,7 +463,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable
 <dd><code><a href="../../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html#getDefaultParameters--">getDefaultParameters</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend">AbstractBackendListenerClient</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>a specification of the parameters used by this test which should
-         be listed in the GUI, or null if no parameters should be listed.</dd>
+ be listed in the GUI, or null if no parameters should be listed.</dd>
 </dl>
 </li>
 </ul>
diff --git a/api/org/apache/jmeter/visualizers/backend/graphite/SocketOutputStreamPoolFactory.html b/api/org/apache/jmeter/visualizers/backend/graphite/SocketOutputStreamPoolFactory.html
index 67019be..d27d7e0 100644
--- a/api/org/apache/jmeter/visualizers/backend/graphite/SocketOutputStreamPoolFactory.html
+++ b/api/org/apache/jmeter/visualizers/backend/graphite/SocketOutputStreamPoolFactory.html
@@ -216,7 +216,7 @@ implements org.apache.commons.pool2.KeyedPooledObjectFactory&lt;<a href="../../.
 <!--   -->
 </a>
 <h3>Methods inherited from interface&nbsp;org.apache.commons.pool2.KeyedPooledObjectFactory</h3>
-<code>activateObject, passivateObject</code></li>
+<code>activateObject, destroyObject, passivateObject</code></li>
 </ul>
 </li>
 </ul>
diff --git a/api/org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html b/api/org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html
similarity index 64%
copy from api/org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html
copy to api/org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html
index 197b425..5e48004 100644
--- a/api/org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html
+++ b/api/org/apache/jmeter/visualizers/backend/influxdb/InfluxDBRawBackendListenerClient.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InfluxdbBackendListenerClient (Apache JMeter dist API)</title>
+<title>InfluxDBRawBackendListenerClient (Apache JMeter dist API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InfluxdbBackendListenerClient (Apache JMeter dist API)";
+            parent.document.title="InfluxDBRawBackendListenerClient (Apache JMeter dist API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -49,12 +49,12 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
+<li><a href="../../../../../../org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.html" title="class in org.apache.jmeter.visualizers.backend.influxdb"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
... 5380 lines suppressed ...