BeanShellBeanInfoSupport |
Parent class to handle common GUI design
|
BeanShellClient |
Implements a client that can talk to the JMeter BeanShell server.
|
BeanShellInterpreter |
BeanShell setup function - encapsulates all the access to the BeanShell
Interpreter in a single class.
|
BeanShellServer |
Implements a BeanShell server to allow access to JMeter variables and
methods.
|
BeanShellTestElement |
|
BSFBeanInfoSupport |
Parent class to handle common GUI design for BSF test elements
|
BSFJavaScriptEngine |
This is the interface to Netscape's Rhino (JavaScript) from the
Bean Scripting Framework.
|
BSFTestElement |
|
Calculator |
Class to calculate various items that don't require all previous results to be saved:
mean = average
standard deviation
minimum
maximum
|
ColorHelper |
This class contains the static utility methods to manipulate colors.
|
CPSPauser |
Generate appropriate pauses for a given CPS (characters per second)
|
CustomX509TrustManager |
Custom TrustManager ignores all certificate errors
TODO: implement conditional checking and logging
(Derived from AuthSSLX509TrustManager in HttpClient contrib directory)
|
Document |
|
HttpSSLProtocolSocketFactory |
Derived from EasySSLProtocolFactory
Used by JsseSSLManager to set up the Commons HttpClient and Java https socket handling
|
JMeterTreeNodeTransferable |
Simple implementation of a transferable for JMeterTreeNode arrays based on serialization.
|
JMeterUtils |
This class contains the static utility methods used by JMeter.
|
JMeterVersion |
Utility class to define the JMeter Version string
|
JSR223BeanInfoSupport |
Parent class to handle common GUI design for JSR223 test elements
|
JSR223TestElement |
|
JsseSSLManager |
The SSLManager handles the KeyStore information for JMeter.
|
LocaleChangeEvent |
|
NameUpdater |
|
PropertiesBasedPrefixResolver |
PrefixResolver implementation that loads prefix configuration from jmeter property xpath.namespace.config
|
ScopePanel |
Scope panel so users can choose whether
to apply the test element to the parent sample, the child samples or both.
|
ScriptingBeanInfoSupport |
Parent class to define common GUI parameters for BSF and JSR223 test elements
|
ScriptingTestElement |
|
ShutdownClient |
Simple utility to send a shutdown message to a non-GUI instance of JMeter
|
SlowInputStream |
InputStream wrapper to emulate a slow device, e.g. modem
|
SlowOutputStream |
OutputStream filter to emulate a slow device, e.g. modem
|
SlowSocket |
"Slow" (non-SSL) socket implementation to emulate dial-up modems etc
|
SlowSSLSocket |
"Slow" SSLsocket implementation to emulate dial-up modems etc
WARNING: the class relies on overriding all superclass methods in order to apply them to the input socket.
|
SSLManager |
The SSLManager handles the KeyStore information for JMeter.
|
StringUtilities |
|
ThreadLocalRandom |
A random number generator isolated to the current thread.
|
XPathUtil |
This class provides a few utility methods for dealing with XML/XPath.
|