- AbstractSamplerCreator - Class in org.apache.jmeter.protocol.http.proxy
-
Base class for SamplerCreator
- AbstractSamplerCreator() - Constructor for class org.apache.jmeter.protocol.http.proxy.AbstractSamplerCreator
-
- AccessLogSampler - Class in org.apache.jmeter.protocol.http.sampler
-
Description:
AccessLogSampler is responsible for a couple of things:
creating instances of Generator
creating instances of Parser
triggering popup windows
calling Generator.generateRequest()
checking to make sure the classes are valid
making sure a class can be instantiated
The intent of this sampler is it uses the generator and parser to create a
HTTPSampler when it is needed.
- AccessLogSampler() - Constructor for class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
- AccessLogSamplerBeanInfo - Class in org.apache.jmeter.protocol.http.sampler
-
- AccessLogSamplerBeanInfo() - Constructor for class org.apache.jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo
-
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.protocol.http.control.gui.HttpMirrorControlGui
-
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.protocol.http.control.gui.RecordController
-
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.protocol.http.gui.AuthPanel
-
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.protocol.http.gui.CookiePanel
-
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.protocol.http.gui.DNSCachePanel
-
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.protocol.http.gui.HeaderPanel
-
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.protocol.http.gui.HTTPFileArgsPanel
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.protocol.http.proxy.gui.RecorderDialog
-
- add(Cookie) - Method in class org.apache.jmeter.protocol.http.control.CookieManager
-
Add a cookie.
- add(Header) - Method in class org.apache.jmeter.protocol.http.control.HeaderManager
-
Add a header.
- add() - Method in class org.apache.jmeter.protocol.http.control.HeaderManager
-
Add an empty header.
- add(URL) - Method in class org.apache.jmeter.protocol.http.parser.URLCollection
-
Adds the URL to the Collection, first wrapping it in the URLString class
- ADD_CONTENT_TYPE_TO_POST_IF_MISSING - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
Should we add to POST request content-type header if missing:
Content-Type: application/x-www-form-urlencoded
- addArgument(String, String) - Method in class org.apache.jmeter.protocol.http.config.MultipartUrlConfig
-
- addArgument(String, String, String) - Method in class org.apache.jmeter.protocol.http.config.MultipartUrlConfig
-
- addArgument(String, String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- addArgument(String, String, String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- addAuth(Authorization) - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
Add newAuthorization if it does not already exist
- addAuth() - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
- addConfigElement(ConfigElement) - Method in class org.apache.jmeter.protocol.http.control.AuthManager
- addConfigElement(ConfigElement) - Method in class org.apache.jmeter.protocol.http.control.Authorization
-
- addConfigElement(ConfigElement) - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
- addConfigElement(ConfigElement) - Method in class org.apache.jmeter.protocol.http.control.Header
-
- addConfigElement(ConfigElement) - Method in class org.apache.jmeter.protocol.http.modifier.AnchorModifier
-
- addConfigElement(ConfigElement) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- addCookieFromHeader(CookieManager, boolean, String, URL) - Method in interface org.apache.jmeter.protocol.http.control.CookieHandler
-
Add cookie to CookieManager from cookieHeader and URL
- addCookieFromHeader(String, URL) - Method in class org.apache.jmeter.protocol.http.control.CookieManager
-
- addCookieFromHeader(CookieManager, boolean, String, URL) - Method in class org.apache.jmeter.protocol.http.control.HC4CookieHandler
-
- addEmptyHTTPFileArg() - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArgs
-
Add a new empty file to the list.
- addEncodedArgument(String, String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Add an argument which has already been encoded
- addEncodedArgument(String, String, String, String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- addEncodedArgument(String, String, String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- addExcludedPattern(String) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- addFile(String) - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
Add authentication data from a file.
- addFile(String) - Method in class org.apache.jmeter.protocol.http.control.CookieManager
-
Add cookie data from a file.
- addFile(String) - Method in class org.apache.jmeter.protocol.http.control.HeaderManager
-
Add header data from a file.
- addFormActionsAndCharSet(String, Map<String, String>, String) - Method in class org.apache.jmeter.protocol.http.proxy.FormCharSetFinder
-
Add form action urls and their corresponding encodings for all forms on the page
- addFromClipboard() - Method in class org.apache.jmeter.protocol.http.gui.HeaderPanel
-
Add values from the clipboard.
- addFromClipboard() - Method in class org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanel
-
- addFromClipboard(JTable) - Method in class org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui
-
Add values from the clipboard to table
- addHost(String, String) - Method in class org.apache.jmeter.protocol.http.control.DNSCacheManager
-
Add static host
- addHTTPFileArg(String) - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArgs
-
Add a new file with the given path.
- addHTTPFileArg(HTTPFileArg) - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArgs
-
Add a new file.
- addHTTPFileArg(String, String, String) - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArgs
-
adds a new File to the HTTPFileArgs list to be uploaded with http
request.
- addIncludedPattern(String) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- addNonEncodedArgument(String, String, String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- addServer(String) - Method in class org.apache.jmeter.protocol.http.control.DNSCacheManager
-
Add DNS Server
- addSuggestedExcludes(JTable) - Method in class org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui
-
Add suggested excludes to exclude table
- addTestElement(TestElement) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- addURL(String, URL) - Method in class org.apache.jmeter.protocol.http.parser.URLCollection
-
Convenience method for adding URLs to the collection.
- AjpSampler - Class in org.apache.jmeter.protocol.http.sampler
-
Selector for the AJP/1.3 protocol
(i.e. what Tomcat uses with mod_jk)
It allows you to test Tomcat in AJP mode without
actually having Apache installed and configured
- AjpSampler() - Constructor for class org.apache.jmeter.protocol.http.sampler.AjpSampler
-
- AjpSamplerGui - Class in org.apache.jmeter.protocol.http.control.gui
-
- AjpSamplerGui() - Constructor for class org.apache.jmeter.protocol.http.control.gui.AjpSamplerGui
-
- ALL_EXCEPT_COOKIE - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- AnchorModifier - Class in org.apache.jmeter.protocol.http.modifier
-
- AnchorModifier() - Constructor for class org.apache.jmeter.protocol.http.modifier.AnchorModifier
-
- AnchorModifierGui - Class in org.apache.jmeter.protocol.http.modifier.gui
-
- AnchorModifierGui() - Constructor for class org.apache.jmeter.protocol.http.modifier.gui.AnchorModifierGui
-
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- applies(ConfigTestElement) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- ARGUMENTS - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- asArray() - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArgs
-
Get the current arguments as an array.
- AsynSamplerResultHolder(HTTPSampleResult, CollectionProperty) - Constructor for class org.apache.jmeter.protocol.http.sampler.ResourcesDownloader.AsynSamplerResultHolder
-
- ATT_BACKGROUND - Static variable in class org.apache.jmeter.protocol.http.parser.HTMLParser
-
- ATT_CODE - Static variable in class org.apache.jmeter.protocol.http.parser.HTMLParser
-
- ATT_CODEBASE - Static variable in class org.apache.jmeter.protocol.http.parser.HTMLParser
-
- ATT_DATA - Static variable in class org.apache.jmeter.protocol.http.parser.HTMLParser
-
- ATT_HREF - Static variable in class org.apache.jmeter.protocol.http.parser.HTMLParser
-
- ATT_IS_IMAGE - Static variable in class org.apache.jmeter.protocol.http.parser.HTMLParser
-
- ATT_REL - Static variable in class org.apache.jmeter.protocol.http.parser.HTMLParser
-
- ATT_SRC - Static variable in class org.apache.jmeter.protocol.http.parser.HTMLParser
-
- ATT_STYLE - Static variable in class org.apache.jmeter.protocol.http.parser.HTMLParser
-
- ATT_TYPE - Static variable in class org.apache.jmeter.protocol.http.parser.HTMLParser
-
- AUTH_MANAGER - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- AuthManager - Class in org.apache.jmeter.protocol.http.control
-
This class provides a way to provide Authorization in jmeter requests.
- AuthManager() - Constructor for class org.apache.jmeter.protocol.http.control.AuthManager
-
Default Constructor.
- AuthManager.Mechanism - Enum in org.apache.jmeter.protocol.http.control
-
- Authorization - Class in org.apache.jmeter.protocol.http.control
-
This class is an Authorization encapsulator.
- Authorization() - Constructor for class org.apache.jmeter.protocol.http.control.Authorization
-
- AuthPanel - Class in org.apache.jmeter.protocol.http.gui
-
Handles input for determining if authentication services are required for a
Sampler.
- AuthPanel() - Constructor for class org.apache.jmeter.protocol.http.gui.AuthPanel
-
Default Constructor.
- AUTO_REDIRECTS - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- CACHE_CONTROL - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- CACHE_MANAGER - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- CacheManager - Class in org.apache.jmeter.protocol.http.control
-
Handles HTTP Caching.
- CacheManager() - Constructor for class org.apache.jmeter.protocol.http.control.CacheManager
-
- CacheManagerGui - Class in org.apache.jmeter.protocol.http.gui
-
- CacheManagerGui() - Constructor for class org.apache.jmeter.protocol.http.gui.CacheManagerGui
-
- canConvert(Class) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBaseConverter
- canConvert(Class) - Method in class org.apache.jmeter.protocol.http.util.HTTPResultConverter
- canRemove() - Method in class org.apache.jmeter.protocol.http.control.HttpMirrorControl
-
- canRemove() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- CERT_VALIDITY - Static variable in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- CHANGEEXT - Variable in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
- checkMethod(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
The method checks for POST, GET and HEAD methods currently.
- checkParamFormat(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
Checks the string to see if it contains "&" and "=".
- checkURL(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
Checks the string to make sure it has /path/file?
- cleanURL(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
The method cleans the URL using the following algorithm.
- clear() - Method in class org.apache.jmeter.protocol.http.config.gui.UrlConfigGui
-
- clear() - Method in class org.apache.jmeter.protocol.http.control.AuthManager
- CLEAR - Static variable in class org.apache.jmeter.protocol.http.control.CacheManager
-
- clear() - Method in class org.apache.jmeter.protocol.http.control.CacheManager
-
- clear() - Method in class org.apache.jmeter.protocol.http.control.CookieManager
- clear() - Method in class org.apache.jmeter.protocol.http.control.DNSCacheManager
- clear() - Method in class org.apache.jmeter.protocol.http.control.HeaderManager
- clear() - Method in class org.apache.jmeter.protocol.http.gui.HTTPFileArgsPanel
-
Clear all rows from the table.
- clear() - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArgs
-
Clear the files.
- clearData() - Method in class org.apache.jmeter.protocol.http.visualizers.RequestViewHTTP
-
- clearExcludedPatterns() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- clearGui() - Method in class org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui
-
Implements JMeterGUIComponent.clearGui
- clearGui() - Method in class org.apache.jmeter.protocol.http.control.gui.HttpMirrorControlGui
-
- clearGui() - Method in class org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui
- clearGui() - Method in class org.apache.jmeter.protocol.http.gui.AuthPanel
-
Implements JMeterGUIComponent.clear
- clearGui() - Method in class org.apache.jmeter.protocol.http.gui.CacheManagerGui
-
Implements JMeterGUIComponent.clearGui
- clearGui() - Method in class org.apache.jmeter.protocol.http.gui.CookiePanel
-
Implements JMeterGUIComponent.clearGui
- clearGui() - Method in class org.apache.jmeter.protocol.http.gui.DNSCachePanel
-
Implements JMeterGUIComponent.clearGui
- clearGui() - Method in class org.apache.jmeter.protocol.http.gui.HeaderPanel
-
- clearGui() - Method in class org.apache.jmeter.protocol.http.modifier.gui.RegExUserParametersGui
-
Implements JMeterGUIComponent.clearGui
- clearGui() - Method in class org.apache.jmeter.protocol.http.modifier.gui.URLRewritingModifierGui
- clearIncludedPatterns() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- clearTestElementChildren() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Clears the Header Manager property so subsequent loops don't keep merging more elements
- clone() - Method in class org.apache.jmeter.protocol.http.control.CookieManager
- clone() - Method in class org.apache.jmeter.protocol.http.control.DNSCacheManager
- clone() - Method in class org.apache.jmeter.protocol.http.modifier.RegExUserParameters
-
A new instance is created for each thread group, and the
clone() method is then called to create copies for each thread in a
thread group.
- clone() - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
- clone() - Method in class org.apache.jmeter.protocol.http.util.accesslog.SessionFilter
- clone() - Method in class org.apache.jmeter.protocol.http.util.accesslog.SharedTCLogParser
- close() - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Generator
-
close the generator
- close() - Method in interface org.apache.jmeter.protocol.http.util.accesslog.LogParser
-
close the any streams or readers.
- close() - Method in class org.apache.jmeter.protocol.http.util.accesslog.SharedTCLogParser
-
close the any streams or readers.
- close() - Method in class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
close the generator
- close() - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
- COL_DOMAIN - Static variable in class org.apache.jmeter.protocol.http.control.AuthManager
-
- COL_MECHANISM - Static variable in class org.apache.jmeter.protocol.http.control.AuthManager
-
- COL_PASSWORD - Static variable in class org.apache.jmeter.protocol.http.control.AuthManager
-
- COL_REALM - Static variable in class org.apache.jmeter.protocol.http.control.AuthManager
-
- COL_URL - Static variable in class org.apache.jmeter.protocol.http.control.AuthManager
-
- COL_USERNAME - Static variable in class org.apache.jmeter.protocol.http.control.AuthManager
-
- compareTo(URLString) - Method in class org.apache.jmeter.protocol.http.parser.URLString
- computeContentEncoding(HTTPSamplerBase, HttpRequestHdr, Map<String, String>, Map<String, String>) - Method in class org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator
-
Compute content encoding
- computeContentEncoding(HttpRequestHdr, Map<String, String>, Map<String, String>, String) - Method in class org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator
-
Computes content encoding from request and if not found uses pageEncoding
and formEncoding to see if URL was previously computed with a content type
- computeDomain(HTTPSamplerBase, HttpRequestHdr) - Method in class org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator
-
Set domain on sampler
- computeFromHeader(HTTPSamplerBase, HttpRequestHdr, Map<String, String>, Map<String, String>) - Method in class org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator
-
Compute sampler informations from Request Header
- computeFromPostBody(HTTPSamplerBase, HttpRequestHdr) - Method in class org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator
-
Compute sampler informations from Request Header
- computeMethod(HTTPSamplerBase, HttpRequestHdr) - Method in class org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator
-
Set method on sampler
- computePath(HTTPSamplerBase, HttpRequestHdr) - Method in class org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator
-
Set path on sampler
- computePort(HTTPSamplerBase, HttpRequestHdr) - Method in class org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator
-
Set Port on sampler
- computeProtocol(HTTPSamplerBase, HttpRequestHdr) - Method in class org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator
-
Set protocol on sampler
- computeSamplerName(HTTPSamplerBase, HttpRequestHdr) - Method in class org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator
-
Compute sampler name
- CONCURRENT_DWN - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- CONCURRENT_POOL - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- CONCURRENT_POOL_SIZE - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- configure(TestElement) - Method in class org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui
-
- configure(TestElement) - Method in class org.apache.jmeter.protocol.http.config.gui.UrlConfigGui
-
Set the text, etc. in the UI.
- configure(TestElement) - Method in class org.apache.jmeter.protocol.http.control.gui.HttpMirrorControlGui
-
- configure(TestElement) - Method in class org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui
- configure(TestElement) - Method in class org.apache.jmeter.protocol.http.gui.AuthPanel
-
- configure(TestElement) - Method in class org.apache.jmeter.protocol.http.gui.CacheManagerGui
-
- configure(TestElement) - Method in class org.apache.jmeter.protocol.http.gui.CookiePanel
-
- configure(TestElement) - Method in class org.apache.jmeter.protocol.http.gui.DNSCachePanel
-
- configure(TestElement) - Method in class org.apache.jmeter.protocol.http.gui.HeaderPanel
-
- configure(TestElement) - Method in class org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanel
-
- configure(TestElement) - Method in class org.apache.jmeter.protocol.http.gui.HTTPFileArgsPanel
-
A newly created component can be initialized with the contents of a
HTTPSamplerBase object by calling this method.
- configure(TestElement) - Method in class org.apache.jmeter.protocol.http.modifier.gui.RegExUserParametersGui
-
- configure(TestElement) - Method in class org.apache.jmeter.protocol.http.modifier.gui.URLRewritingModifierGui
- configure(TestElement) - Method in class org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui
- CONNECT - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- CONNECT_TIMEOUT - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- CONNECTION_CLOSE - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.jmeter.protocol.http.sampler.hc.LazyLayeredConnectionSocketFactory
-
- CONTENT_ENCODING - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
This is the encoding used for the content, i.e. the charset name, not the header "Content-Encoding"
- CONTENT_LENGTH - Static variable in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
- CONTENT_TYPE - Static variable in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
- CONTENT_TYPE - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- ConversionUtils - Class in org.apache.jmeter.protocol.http.util
-
General purpose conversion utilities related to HTTP/HTML
- ConversionUtils() - Constructor for class org.apache.jmeter.protocol.http.util.ConversionUtils
-
- convertArgumentsToHTTP(Arguments) - Static method in class org.apache.jmeter.protocol.http.util.HTTPArgument
-
Converts all
Argument entries in the collection to
HTTPArgument entries.
- convertStringToJMRequest(String, TestElement) - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
Convert a single line into XML
- convertStringtoNVPair(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
Parse the string parameters into NVPair[] array.
- Cookie - Class in org.apache.jmeter.protocol.http.control
-
This class is a Cookie encapsulator.
- Cookie() - Constructor for class org.apache.jmeter.protocol.http.control.Cookie
-
create the coookie
- Cookie(String, String, String, String, boolean, long) - Constructor for class org.apache.jmeter.protocol.http.control.Cookie
-
create the coookie
- Cookie(String, String, String, String, boolean, long, boolean, boolean) - Constructor for class org.apache.jmeter.protocol.http.control.Cookie
-
create the coookie
- Cookie(String, String, String, String, boolean, long, boolean, boolean, int) - Constructor for class org.apache.jmeter.protocol.http.control.Cookie
-
Create a JMeter Cookie.
- COOKIE_MANAGER - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- CookieHandler - Interface in org.apache.jmeter.protocol.http.control
-
Interface to be implemented by CookieHandler
- CookieManager - Class in org.apache.jmeter.protocol.http.control
-
This class provides an interface to the netscape cookies file to pass cookies
along with a request.
- CookieManager() - Constructor for class org.apache.jmeter.protocol.http.control.CookieManager
-
- CookiePanel - Class in org.apache.jmeter.protocol.http.gui
-
This is the GUI for Cookie Manager
CookieManager
Allows the user to specify if she needs cookie services, and give parameters
for this service.
- CookiePanel() - Constructor for class org.apache.jmeter.protocol.http.gui.CookiePanel
-
- COPY - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- CPS_HTTP - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
- CPS_HTTPS - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
- create(HttpContext) - Method in class org.apache.jmeter.protocol.http.control.DynamicKerberosSchemeFactory
-
- create(HttpContext) - Method in class org.apache.jmeter.protocol.http.control.DynamicSPNegoSchemeFactory
-
- createAndPopulateSampler(HttpRequestHdr, Map<String, String>, Map<String, String>) - Method in class org.apache.jmeter.protocol.http.proxy.AbstractSamplerCreator
-
- createAndPopulateSampler(HttpRequestHdr, Map<String, String>, Map<String, String>) - Method in interface org.apache.jmeter.protocol.http.proxy.SamplerCreator
-
- createArgumentFromClipboard(String[]) - Method in class org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanel
-
- createAuthTablePanel() - Method in class org.apache.jmeter.protocol.http.gui.AuthPanel
-
- createCacheManagerProxy() - Method in class org.apache.jmeter.protocol.http.control.CacheManager
-
create a cache manager that share the underlying cache of the current one
it allows to use the same cache in different threads which does not inherit from each other
- createChildren(HTTPSamplerBase, SampleResult) - Method in class org.apache.jmeter.protocol.http.proxy.AbstractSamplerCreator
-
Default implementation returns an empty list
- createChildren(HTTPSamplerBase, SampleResult) - Method in interface org.apache.jmeter.protocol.http.proxy.SamplerCreator
-
Create sampler children.
- createCookieTablePanel() - Method in class org.apache.jmeter.protocol.http.gui.CookiePanel
-
- createDnsHostsTablePanel() - Method in class org.apache.jmeter.protocol.http.gui.DNSCachePanel
-
- createDnsServersTablePanel() - Method in class org.apache.jmeter.protocol.http.gui.DNSCachePanel
-
- createEmbeddedRsrcPanel() - Method in class org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui
-
- createEmbeddedRsrcPanel() - Method in class org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui
-
- createEmptyDoc() - Static method in class org.apache.jmeter.protocol.http.parser.HtmlParsingUtils
-
- createHeaderTablePanel() - Method in class org.apache.jmeter.protocol.http.gui.HeaderPanel
-
- createLayeredSocket(Socket, String, int, HttpContext) - Method in class org.apache.jmeter.protocol.http.sampler.hc.LazyLayeredConnectionSocketFactory
-
- createOptionalTasksPanel() - Method in class org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui
-
- createOptionalTasksPanel() - Method in class org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui
-
- createPattern(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
create a new pattern object from the string.
- createPopupMenu() - Method in class org.apache.jmeter.protocol.http.control.gui.HttpMirrorControlGui
-
Redefined to remove change parent and inserrt parent menu
- createPopupMenu() - Method in class org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui
-
Redefined to remove change parent and inserrt parent menu
- createRootPane() - Method in class org.apache.jmeter.protocol.http.proxy.gui.RecorderDialog
-
- createSampler(HttpRequestHdr, Map<String, String>, Map<String, String>) - Method in class org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator
-
- createSampler(HttpRequestHdr, Map<String, String>, Map<String, String>) - Method in interface org.apache.jmeter.protocol.http.proxy.SamplerCreator
-
Create HTTPSamplerBase
- createSampleResult(URL, String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl
-
Create HTTPSampleResult filling url, method and SampleLabel.
- createSocket(HttpContext) - Method in class org.apache.jmeter.protocol.http.sampler.hc.LazyLayeredConnectionSocketFactory
-
- createSocket(HttpContext) - Method in class org.apache.jmeter.protocol.http.util.SlowHCPlainConnectionSocketFactory
-
- createSourceAddrPanel() - Method in class org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui
-
- createSourceAddrPanel() - Method in class org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui
-
- createTestElement() - Method in class org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui
-
- createTestElement() - Method in class org.apache.jmeter.protocol.http.config.gui.UrlConfigGui
-
- createTestElement() - Method in class org.apache.jmeter.protocol.http.control.gui.AjpSamplerGui
-
- createTestElement() - Method in class org.apache.jmeter.protocol.http.control.gui.HttpMirrorControlGui
-
- createTestElement() - Method in class org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui
- createTestElement() - Method in class org.apache.jmeter.protocol.http.control.gui.RecordController
-
- createTestElement() - Method in class org.apache.jmeter.protocol.http.gui.AuthPanel
-
- createTestElement() - Method in class org.apache.jmeter.protocol.http.gui.CacheManagerGui
-
- createTestElement() - Method in class org.apache.jmeter.protocol.http.gui.CookiePanel
-
- createTestElement() - Method in class org.apache.jmeter.protocol.http.gui.DNSCachePanel
-
- createTestElement() - Method in class org.apache.jmeter.protocol.http.gui.HeaderPanel
-
- createTestElement() - Method in class org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanel
-
- createTestElement() - Method in class org.apache.jmeter.protocol.http.modifier.gui.AnchorModifierGui
-
- createTestElement() - Method in class org.apache.jmeter.protocol.http.modifier.gui.RegExUserParametersGui
-
- createTestElement() - Method in class org.apache.jmeter.protocol.http.modifier.gui.URLRewritingModifierGui
- createTestElement() - Method in class org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui
- createUrlFromAnchor(String, URL) - Static method in class org.apache.jmeter.protocol.http.parser.HtmlParsingUtils
-
Create a new Sampler based on an HREF string plus a contextual URL
object.
- createURLFromForm(Node, URL) - Static method in class org.apache.jmeter.protocol.http.parser.HtmlParsingUtils
-
- CSSParseExceptionCallback - Class in org.apache.jmeter.protocol.http.parser
-
- CSSParseExceptionCallback(URL) - Constructor for class org.apache.jmeter.protocol.http.parser.CSSParseExceptionCallback
-
- CSSParseExceptionCallback() - Constructor for class org.apache.jmeter.protocol.http.parser.CSSParseExceptionCallback
-
- CssParser - Class in org.apache.jmeter.protocol.http.parser
-
CSS Parser used to extract from CSS files external urls
- CssParser() - Constructor for class org.apache.jmeter.protocol.http.parser.CssParser
-
- CssParserCacheLoader - Class in org.apache.jmeter.protocol.http.parser
-
- CssParserCacheLoader() - Constructor for class org.apache.jmeter.protocol.http.parser.CssParserCacheLoader
-
- FILE - Variable in class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
- FILEFILTER - Variable in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
- FILENAME - Variable in class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
- FILENAME - Variable in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
- Filter - Interface in org.apache.jmeter.protocol.http.util.accesslog
-
Description:
Filter interface is designed to make it easier to use Access Logs for JMeter
test plans.
- filter(String) - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Filter
-
In case the user wants to replace the file extension, log parsers should
call this method.
- filter(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
The current implementation checks the boolean if the text should be used
or not. isFilter( string) has to be called first.
- filter(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.SessionFilter
-
In case the user wants to replace the file extension, log parsers should
call this method.
- FILTER - Variable in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
Handles to supporting classes
- filterFile(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
Filter the file.
- filterPattern(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
The current implementation assumes the user has checked the regular
expressions so that they don't cancel each other.
- findTargetControllerNode() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
Finds the controller where samplers have to be stored, that is:
The controller specified by the target property.
- FOLLOW_REDIRECTS - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- followRedirects(HTTPSampleResult, int) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Iteratively download the redirect targets of a redirect response.
- formAccepted() - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
Indicates the document was accepted.
- FormCharSetFinder - Class in org.apache.jmeter.protocol.http.proxy
-
A parser for html, to find the form tags, and their accept-charset value
- FormCharSetFinder() - Constructor for class org.apache.jmeter.protocol.http.proxy.FormCharSetFinder
-
- formCreated() - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
Indicates a new file was created.
- formDataPostBody - Variable in class org.apache.jmeter.protocol.http.sampler.PostWriter
-
The form data that is going to be sent in post body
- formDataUrlEncoded - Variable in class org.apache.jmeter.protocol.http.sampler.PostWriter
-
The form data that is going to be sent as url encoded
- formForbidden() - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
Client if forbidden to get the request service.
- formFound() - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
Never seen this used.
- formInternalError() - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
The server had a problem and could not fulfill the request.
- formMethod() - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
The requested method is not implemented by the server.
- formMoved() - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
Indicates a requested URL has moved to a new address or name.
- formNotAllowed() - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
Indicates the client is not allowed to access the object.
- formNotFound() - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
The requested object was not found.
- formNotImplemented() - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
Server does not do the requested feature.
- formNotImplemented(String) - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
Server does not do the requested feature.
- formNotModified() - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
Indicates remote copy of the requested object is current.
- formOk(String, long) - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
Forms a http ok reply header
- formOverloaded() - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
Server is overloaded, client should try again latter.
- formPartial() - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
Indicates only a partial response was sent.
- formPaymentNeeded() - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
Payment is required for service.
- formServerNotFound() - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
Indicates the client's proxies could not locate a server.
- formTimeout() - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
Indicates the request took to long.
- formUnauthorized() - Static method in class org.apache.jmeter.protocol.http.proxy.HttpReplyHdr
-
Client not authorized for the request.
- generateGSSToken(byte[], Oid, String, Credentials) - Method in class org.apache.jmeter.protocol.http.control.DelegatingKerberosScheme
-
- generateGSSToken(byte[], Oid, String, Credentials) - Method in class org.apache.jmeter.protocol.http.control.DelegatingSPNegoScheme
-
- generateRequest() - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Generator
-
The method is responsible for calling the necessary methods to generate a
valid request.
- generateRequest() - Method in class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
The method is responsible for calling the necessary methods to generate a
valid request.
- Generator - Interface in org.apache.jmeter.protocol.http.util.accesslog
-
Description:
Generator is a base interface that defines the minimum methods needed to
implement a concrete generator.
- get(int) - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
Return the record at index i
- get(int) - Method in class org.apache.jmeter.protocol.http.control.CookieManager
-
Return the cookie at index i.
- get(int) - Method in class org.apache.jmeter.protocol.http.control.HeaderManager
-
Return the header at index i.
- GET - Static variable in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
- GET - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- getAddress() - Method in class org.apache.jmeter.protocol.http.control.StaticHost
-
- getAlgorithm() - Method in class org.apache.jmeter.protocol.http.api.auth.DigestParameters
-
- getArgumentName() - Method in class org.apache.jmeter.protocol.http.modifier.URLRewritingModifier
-
- getArguments() - Method in class org.apache.jmeter.protocol.http.config.MultipartUrlConfig
-
- getArguments() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getArguments() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getAssertions() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getAuthCount() - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
Return the number of records.
- getAuthForURL(URL) - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
- getAuthHeaderForURL(URL) - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
- getAuthManager() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getAuthManager() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getAuthObjectAt(int) - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
- getAuthObjects() - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
- getAutoRedirects() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getAutoRedirects() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getBinaryDirectory() - Method in class org.apache.jmeter.protocol.http.proxy.AbstractSamplerCreator
-
- getBinaryFileSuffix() - Method in class org.apache.jmeter.protocol.http.proxy.AbstractSamplerCreator
-
- getBoundary() - Method in class org.apache.jmeter.protocol.http.config.MultipartUrlConfig
-
- getBoundary() - Method in class org.apache.jmeter.protocol.http.sampler.PostWriter
-
Get the boundary string, used to separate multiparts
- getCacheManager() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getCacheManager() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getCaptureHttpHeaders() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getCertificateDetails() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getCharset() - Method in class org.apache.jmeter.protocol.http.api.auth.DigestParameters
-
- getClearEachIteration() - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
- getClearEachIteration() - Method in class org.apache.jmeter.protocol.http.control.CacheManager
-
- getClearEachIteration() - Method in class org.apache.jmeter.protocol.http.control.CookieManager
-
- getColumnClass(int) - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
- getColumnClass(int) - Method in class org.apache.jmeter.protocol.http.control.HeaderManager
-
- getColumnCount() - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
- getColumnCount() - Method in class org.apache.jmeter.protocol.http.control.HeaderManager
-
- getColumnName(int) - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
- getColumnName(int) - Method in class org.apache.jmeter.protocol.http.control.HeaderManager
-
- getConcurrentPool() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Get the pool size for concurrent thread pool to get embedded resources.
- getConnectTimeout() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getConnectTimeout() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getContentEncoding() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getContentEncoding() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getContentType() - Method in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
- getContentType() - Method in class org.apache.jmeter.protocol.http.util.HTTPArgument
-
- getContentTypeExclude() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getContentTypeInclude() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getCookieCount() - Method in class org.apache.jmeter.protocol.http.control.CookieManager
-
- getCookieHeaderForURL(CollectionProperty, URL, boolean) - Method in interface org.apache.jmeter.protocol.http.control.CookieHandler
-
Find cookies applicable to the given URL and build the Cookie header from
them.
- getCookieHeaderForURL(URL) - Method in class org.apache.jmeter.protocol.http.control.CookieManager
-
Find cookies applicable to the given URL and build the Cookie header from
them.
- getCookieHeaderForURL(CollectionProperty, URL, boolean) - Method in class org.apache.jmeter.protocol.http.control.HC4CookieHandler
-
- getCookieManager() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getCookieManager() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getCookieManager(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.SessionFilter
-
- getCookies() - Method in class org.apache.jmeter.protocol.http.control.CookieManager
-
- getCookies() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
-
- getCookies() - Method in class org.apache.jmeter.protocol.http.sampler.ResourcesDownloader.AsynSamplerResultHolder
-
- getDataEncodingNoDefault() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
-
Overrides the method from SampleResult - so the encoding can be extracted from
the Meta content-type if necessary.
- getDataEncodingWithDefault(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
-
Overrides the method from SampleResult - so the encoding can be extracted from
the Meta content-type if necessary.
- getDefaultPolicy() - Method in interface org.apache.jmeter.protocol.http.control.CookieHandler
-
- getDefaultPolicy() - Method in class org.apache.jmeter.protocol.http.control.HC4CookieHandler
-
- getDefaultPort() - Method in class org.apache.jmeter.protocol.http.control.HttpMirrorControl
-
- getDefaultPort() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getDefaultPort(String, int) - Static method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Get the port number for a URL, applying defaults if necessary.
- getDNSResolver() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getDoBrowserCompatibleMultipart() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getDoBrowserCompatibleMultipart() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getDocAnchor() - Method in class org.apache.jmeter.protocol.http.control.gui.AjpSamplerGui
-
- getDOM(String) - Static method in class org.apache.jmeter.protocol.http.parser.HtmlParsingUtils
-
Returns a node representing a whole xml given an xml document.
- getDomain() - Method in class org.apache.jmeter.protocol.http.control.Authorization
-
- getDomain() - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
get the domain for this object.
- getDomain() - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
- getDomain() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getDoMultipart() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getDoMultipartPost() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getEmbeddedResourceURLs(String, byte[], URL, String) - Method in class org.apache.jmeter.protocol.http.parser.CssParser
-
- getEmbeddedResourceURLs(String, byte[], URL, String) - Method in class org.apache.jmeter.protocol.http.parser.HTMLParser
-
Get the URLs for all the resources that a browser would automatically
download following the download of the HTML content, that is: images,
stylesheets, javascript files, applets, etc...
- getEmbeddedResourceURLs(String, byte[], URL, URLCollection, String) - Method in class org.apache.jmeter.protocol.http.parser.HTMLParser
-
Get the URLs for all the resources that a browser would automatically
download following the download of the HTML content, that is: images,
stylesheets, javascript files, applets, etc...
- getEmbeddedResourceURLs(String, byte[], URL, Collection<URLString>, String) - Method in class org.apache.jmeter.protocol.http.parser.HTMLParser
-
Get the URLs for all the resources that a browser would automatically
download following the download of the HTML content, that is: images,
stylesheets, javascript files, applets, etc...
- getEmbeddedResourceURLs(String, byte[], URL, URLCollection, String) - Method in class org.apache.jmeter.protocol.http.parser.JsoupBasedHtmlParser
-
- getEmbeddedResourceURLs(String, byte[], URL, URLCollection, String) - Method in class org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
-
- getEmbeddedResourceURLs(String, byte[], URL, String) - Method in interface org.apache.jmeter.protocol.http.parser.LinkExtractorParser
-
Get the URLs for all the resources that a browser would automatically
download following the download of the content, that is: images,
stylesheets, javascript files, applets, etc...
- getEmbeddedUrlRE() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Get the regular expression URLs must match.
- getEncoded(String) - Method in class org.apache.jmeter.protocol.http.util.EncoderCache
-
Get the specified value URL encoded using UTF-8 encoding
- getEncoded(String, String) - Method in class org.apache.jmeter.protocol.http.util.EncoderCache
-
Get the specified value URL encoded using the specified encoding
- getEncodedName() - Method in class org.apache.jmeter.protocol.http.util.HTTPArgument
-
- getEncodedValue() - Method in class org.apache.jmeter.protocol.http.util.HTTPArgument
-
Get the argument value encoded using UTF-8
- getEncodedValue(String) - Method in class org.apache.jmeter.protocol.http.util.HTTPArgument
-
Get the argument value encoded in the specified encoding
- getEncodingFromContentType(String) - Static method in class org.apache.jmeter.protocol.http.util.ConversionUtils
-
Extract the encoding (charset) from the Content-Type, e.g.
- getException() - Method in class org.apache.jmeter.protocol.http.control.HttpMirrorServer
-
- getExcludePatterns() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getExpires() - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
get the expiry time for the cookie
- getExpiresMillis() - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
get the expiry time for the cookie
- getFilterClassName() - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
- getFirstLine() - Method in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
- getFollowRedirects() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getGroupingMode() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getHeader(int) - Method in class org.apache.jmeter.protocol.http.control.HeaderManager
-
- getHeader() - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArg
-
Gets the saved body header for the HTTPFileArg object.
- getHeaderManager() - Method in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
- getHeaderManager() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getHeaderManager() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getHeaders() - Method in class org.apache.jmeter.protocol.http.control.HeaderManager
-
Get the collection of JMeterProperty entries representing the headers.
- getHosts() - Method in class org.apache.jmeter.protocol.http.control.DNSCacheManager
-
- getHTTPFileArg(int) - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArgs
-
Get a single file.
- getHTTPFileArgCount() - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArgs
-
Get the number of files in the list.
- getHTTPFileArgs() - Method in class org.apache.jmeter.protocol.http.config.MultipartUrlConfig
-
- getHTTPFileArgsCollection() - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArgs
-
Get the files.
- getHTTPFileCount() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getHTTPFiles() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
Get the collection of files as a list.
- getHTTPFiles() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Get the collection of files as a list.
- getHTTPMethod() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
-
- getHttpSampleNameMode() - Method in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
- getHTTPSampleNamingMode() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getHttpSamplerName() - Method in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
- getImplementation() - Method in class org.apache.jmeter.protocol.http.control.CookieManager
-
- getImplementation() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getImplementation(String, HTTPSamplerBase) - Static method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerFactory
-
- getImplementationPanel() - Method in class org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui
-
Create a panel containing the implementation details
- getImplementationPanel() - Method in class org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui
-
Create a panel containing the implementation details
- getImplementations() - Static method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerFactory
-
- getIncludePatterns() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getInputStream() - Method in class org.apache.jmeter.protocol.http.util.LoopbackHTTPSocket
-
- getInstance() - Static method in class org.apache.jmeter.protocol.http.sampler.ResourcesDownloader
-
- getIpAddress(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.SessionFilter
-
- getIpSource() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getIpSource() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
get IP source to use - does not apply to Java HTTP implementation currently
- getIpSourceAddress() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
Gets the IP source address (IP spoofing) if one has been provided.
- getIpSourceType() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
get IP/address source type to use
- getJaasConf() - Method in class org.apache.jmeter.protocol.http.control.KerberosManager
-
- getKrb5Conf() - Method in class org.apache.jmeter.protocol.http.control.KerberosManager
-
- getKrb5Debug() - Method in class org.apache.jmeter.protocol.http.control.KerberosManager
-
- getLabel() - Method in class org.apache.jmeter.protocol.http.visualizers.RequestViewHTTP
-
- getLabelResource() - Method in class org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui
-
- getLabelResource() - Method in class org.apache.jmeter.protocol.http.control.gui.HttpMirrorControlGui
-
- getLabelResource() - Method in class org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui
- getLabelResource() - Method in class org.apache.jmeter.protocol.http.control.gui.RecordController
-
- getLabelResource() - Method in class org.apache.jmeter.protocol.http.gui.AuthPanel
-
- getLabelResource() - Method in class org.apache.jmeter.protocol.http.gui.CacheManagerGui
-
- getLabelResource() - Method in class org.apache.jmeter.protocol.http.gui.CookiePanel
-
- getLabelResource() - Method in class org.apache.jmeter.protocol.http.gui.DNSCachePanel
-
- getLabelResource() - Method in class org.apache.jmeter.protocol.http.gui.HeaderPanel
-
- getLabelResource() - Method in class org.apache.jmeter.protocol.http.modifier.gui.AnchorModifierGui
-
- getLabelResource() - Method in class org.apache.jmeter.protocol.http.modifier.gui.RegExUserParametersGui
-
- getLabelResource() - Method in class org.apache.jmeter.protocol.http.modifier.gui.URLRewritingModifierGui
-
- getLabelResource() - Method in class org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui
- getLogFile() - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
Get the path where XML messages are stored. this is the directory where
JMeter will randomly select a file.
- getManagedContentTypes() - Method in class org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator
-
- getManagedContentTypes() - Method in interface org.apache.jmeter.protocol.http.proxy.SamplerCreator
-
- getMaxPoolSizeAsString() - Method in class org.apache.jmeter.protocol.http.control.HttpMirrorControl
-
- getMaxQueueSizeAsString() - Method in class org.apache.jmeter.protocol.http.control.HttpMirrorControl
-
- getMaxSize() - Method in class org.apache.jmeter.protocol.http.control.CacheManager
-
- getMechanism() - Method in class org.apache.jmeter.protocol.http.control.Authorization
-
- getMenuCategories() - Method in class org.apache.jmeter.protocol.http.control.gui.HttpMirrorControlGui
-
- getMenuCategories() - Method in class org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui
- getMethod() - Method in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
Returns the method string extracted from the first line of the client request.
- getMethod() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.HttpDelete
-
- getMethod() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.HttpGetWithEntity
-
- getMethod() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getMethod() - Method in class org.apache.jmeter.protocol.http.sampler.HttpWebdav
-
- getMimeType() - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArg
-
Get the mimetype of the File.
- getMonitor() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getMultipartConfig(String) - Method in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
- getName() - Method in class org.apache.jmeter.protocol.http.control.Header
-
Get the name for this object.
- getName() - Method in class org.apache.jmeter.protocol.http.control.StaticHost
-
- getName() - Method in class org.apache.jmeter.protocol.http.util.accesslog.NVPair
-
Return the name
- getNonce() - Method in class org.apache.jmeter.protocol.http.api.auth.DigestParameters
-
- getNonGuiTreeModel() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getNotifyChildSamplerListenerOfFilteredSamplers() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getOpaque() - Method in class org.apache.jmeter.protocol.http.api.auth.DigestParameters
-
- getOutputStream() - Method in class org.apache.jmeter.protocol.http.util.LoopbackHTTPSocket
-
- getPanel() - Method in class org.apache.jmeter.protocol.http.visualizers.RequestViewHTTP
-
- getParameterPanel() - Method in class org.apache.jmeter.protocol.http.config.gui.UrlConfigGui
-
- getParameters() - Method in class org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanel
-
Convert the argument panel contents to an Arguments collection.
- getParamName() - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArg
-
Get the http parameter name of the File.
- getParser(String) - Static method in class org.apache.jmeter.protocol.http.parser.BaseParser
-
Factory method of parsers.
- getParser() - Static method in class org.apache.jmeter.protocol.http.parser.HtmlParsingUtils
-
Returns tidy as HTML parser.
- getParserClassName() - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
Get the file location of the xml file.
- getPass() - Method in class org.apache.jmeter.protocol.http.control.Authorization
-
- getPath() - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
get the path for this object.
- getPath() - Method in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
Find the /some/file.xxxx from http://server.ect:PORT/some/file.xxx
- getPath() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getPath() - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArg
-
Get the path of the File.
- getPathPanel() - Method in class org.apache.jmeter.protocol.http.config.gui.UrlConfigGui
-
This method defines the Panel for:
the HTTP path, Method and Content Encoding
'Follow Redirects', 'Use KeepAlive', and 'Use multipart for HTTP POST' elements.
- getPolicies() - Method in interface org.apache.jmeter.protocol.http.control.CookieHandler
-
- getPolicies() - Method in class org.apache.jmeter.protocol.http.control.HC4CookieHandler
-
- getPolicy() - Method in class org.apache.jmeter.protocol.http.control.CookieManager
-
- getPort() - Method in class org.apache.jmeter.protocol.http.control.HttpMirrorControl
-
- getPort() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getPort() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Get the port; apply the default for the protocol if necessary.
- getPortIfSpecified() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Get the port number from the port string, allowing for trailing blanks.
- getPortString() - Method in class org.apache.jmeter.protocol.http.control.HttpMirrorControl
-
- getPortString() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getPortString() - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
- getPostBodyRaw() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getPreferredSize() - Method in class org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui
-
- getPreferredSize() - Method in class org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui
- getPrefix() - Method in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
- getPrefixHTTPSampleName() - Method in class org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui
-
- getPrefixHTTPSampleName() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getProtocol(HTTPSamplerBase) - Method in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
- getProtocol() - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
Gets the protocol, with default.
- getProtocol() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Gets the protocol, with default.
- getProxyHost() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getProxyHost() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getProxyPass() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getProxyPass() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getProxyPauseHTTPSample() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getProxyPortInt() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getProxyPortInt() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getProxyServerPanel() - Method in class org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui
-
Create a panel containing the proxy server details
- getProxyServerPanel() - Method in class org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui
-
Create a panel containing the proxy server details
- getProxyUser() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getProxyUser() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getQop() - Method in class org.apache.jmeter.protocol.http.api.auth.DigestParameters
-
- getQueryMap(String) - Static method in class org.apache.jmeter.protocol.http.visualizers.RequestViewHTTP
-
- getQueryString() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Gets the QueryString attribute of the UrlConfig object, using
UTF-8 to encode the URL
- getQueryString(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Gets the QueryString attribute of the UrlConfig object, using the
specified encoding to encode the parameter values put into the URL
- getQueryString() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
-
Fetch the query string
- getRawPostData() - Method in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
- getRealm() - Method in class org.apache.jmeter.protocol.http.control.Authorization
-
- getRedirectLocation() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
-
- getRegexMatch() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getRegExParamValuesGrNr() - Method in class org.apache.jmeter.protocol.http.modifier.RegExUserParameters
-
- getRegExRefName() - Method in class org.apache.jmeter.protocol.http.modifier.RegExUserParameters
-
- getRegParamNamesGrNr() - Method in class org.apache.jmeter.protocol.http.modifier.RegExUserParameters
-
- getRequestNumber() - Static method in class org.apache.jmeter.protocol.http.proxy.AbstractSamplerCreator
-
- getResponseHeaders(HttpURLConnection) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl
-
Gets the ResponseHeaders from the URLConnection
- getResponseTimeout() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getResponseTimeout() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getResult() - Method in class org.apache.jmeter.protocol.http.sampler.ResourcesDownloader.AsynSamplerResultHolder
-
- getSamplerCreator(HttpRequestHdr, Map<String, String>, Map<String, String>) - Method in class org.apache.jmeter.protocol.http.proxy.SamplerCreatorFactory
-
- getSamplerData() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
-
Overrides version in Sampler data to provide more details
- getSamplerDownloadImages() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getSamplerFollowRedirects() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getSamplerRedirectAutomatically() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getSamplerTypeName() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getSearchableTokens() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
-
- getSecure() - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
get the secure for this object.
- getSendFileAsPostBody() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
Determine whether to send a file as the entire body of an
entity enclosing request such as POST, PUT or PATCH.
- getSendFileAsPostBody() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Determine if the file should be sent as the entire Content body,
i.e. without any additional wrapping.
- getSendParameterValuesAsPostBody() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
Determine whether to send concatenated parameters as the entire body of an
entity enclosing request such as POST, PUT or PATCH.
- getSendParameterValuesAsPostBody() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
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
- getServers() - Method in class org.apache.jmeter.protocol.http.control.DNSCacheManager
-
- getSourceTypeList() - Static method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getSslDomains() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getStaticLabel() - Method in class org.apache.jmeter.protocol.http.control.gui.AjpSamplerGui
-
- getSubjectForUrl(URL) - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
Get a Subject for a given URL, if available
- getSubjectForUser(String, String) - Method in class org.apache.jmeter.protocol.http.control.KerberosManager
-
- getTarget() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getURL() - Method in class org.apache.jmeter.protocol.http.control.Authorization
-
- getURL() - Method in class org.apache.jmeter.protocol.http.parser.URLString
-
- getUrl() - Method in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
Returns the url string extracted from the first line of the client request.
- getUrl() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Get the URL, built from its component parts.
- getUrlWithoutQuery(URL) - Method in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
- getUseExpires() - Method in class org.apache.jmeter.protocol.http.control.CacheManager
-
- getUseKeepalive() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- getUseKeepAlive() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getUseKeepAlive() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getUseMultipart() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getUseMultipart() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Determine if we should use multipart/form-data or
application/x-www-form-urlencoded for the post
- getUseMultipartForPost() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- getUseMultipartForPost() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Determine if we should use multipart/form-data or
application/x-www-form-urlencoded for the post
- getUser() - Method in class org.apache.jmeter.protocol.http.control.Authorization
-
- getValidMethodsAsArray() - Static method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- getValue() - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
get the value for this object.
- getValue() - Method in class org.apache.jmeter.protocol.http.control.Header
-
Get the value for this object.
- getValue() - Method in class org.apache.jmeter.protocol.http.util.accesslog.NVPair
-
Return the value
- getVersion() - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
- getVersion() - Static method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBaseConverter
-
Returns the converter version; used to check for possible
incompatibilities
- getVersion() - Static method in class org.apache.jmeter.protocol.http.util.HTTPResultConverter
-
Returns the converter version; used to check for possible
incompatibilities
- getWebServerPanel() - Method in class org.apache.jmeter.protocol.http.config.gui.UrlConfigGui
-
Create a panel containing the webserver (domain+port) and scheme.
- handleMethod(String, HTTPSampleResult, HttpRequestBase, HttpContext) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl
-
Setup Body of request if different from GET.
- hasArguments() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- hasArguments() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- hasAuthForURL(URL) - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
Tests whether an authorization record is available for a given URL
- hasData() - Method in class org.apache.jmeter.protocol.http.gui.HTTPFileArgsPanel
-
- hasExcPattern(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.SessionFilter
-
- hashCode() - Method in class org.apache.jmeter.protocol.http.parser.URLString
- HC4CookieHandler - Class in org.apache.jmeter.protocol.http.control
-
- HC4CookieHandler() - Constructor for class org.apache.jmeter.protocol.http.control.HC4CookieHandler
-
- HC4CookieHandler(String) - Constructor for class org.apache.jmeter.protocol.http.control.HC4CookieHandler
-
- HEAD - Static variable in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
- HEAD - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- Header - Class in org.apache.jmeter.protocol.http.control
-
This class is an HTTP Header encapsulator.
- Header() - Constructor for class org.apache.jmeter.protocol.http.control.Header
-
Create the header.
- Header(String, String) - Constructor for class org.apache.jmeter.protocol.http.control.Header
-
Create the header.
- HEADER_AUTHORIZATION - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- HEADER_CONNECTION - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- HEADER_CONTENT_DISPOSITION - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- HEADER_CONTENT_ENCODING - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- HEADER_CONTENT_LENGTH - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- HEADER_CONTENT_TYPE - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- HEADER_COOKIE - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- HEADER_COOKIE_IN_REQUEST - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- HEADER_HOST - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- HEADER_LOCAL_ADDRESS - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- HEADER_LOCATION - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- HEADER_MANAGER - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- HEADER_SET_COOKIE - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- HeaderManager - Class in org.apache.jmeter.protocol.http.control
-
This class provides an interface to headers file to pass HTTP headers along
with a request.
- HeaderManager() - Constructor for class org.apache.jmeter.protocol.http.control.HeaderManager
-
- HeaderPanel - Class in org.apache.jmeter.protocol.http.gui
-
Allows the user to specify if she needs HTTP header services, and give
parameters for this service.
- HeaderPanel() - Constructor for class org.apache.jmeter.protocol.http.gui.HeaderPanel
-
- HEADERS - Static variable in class org.apache.jmeter.protocol.http.control.HeaderManager
-
- HTMLParseException - Exception in org.apache.jmeter.protocol.http.parser
-
- HTMLParseException() - Constructor for exception org.apache.jmeter.protocol.http.parser.HTMLParseException
-
- HTMLParseException(String) - Constructor for exception org.apache.jmeter.protocol.http.parser.HTMLParseException
-
- HTMLParseException(Throwable) - Constructor for exception org.apache.jmeter.protocol.http.parser.HTMLParseException
-
- HTMLParseException(String, Throwable) - Constructor for exception org.apache.jmeter.protocol.http.parser.HTMLParseException
-
- HTMLParseException(String, Throwable, boolean, boolean) - Constructor for exception org.apache.jmeter.protocol.http.parser.HTMLParseException
-
- HTMLParser - Class in org.apache.jmeter.protocol.http.parser
-
HTMLParser subclasses can parse HTML content to obtain URLs.
- HTMLParser() - Constructor for class org.apache.jmeter.protocol.http.parser.HTMLParser
-
Protected constructor to prevent instantiation except from within
subclasses.
- HtmlParsingUtils - Class in org.apache.jmeter.protocol.http.parser
-
- HTTP - Static variable in class org.apache.jmeter.protocol.http.proxy.AbstractSamplerCreator
-
- HTTP_1_1 - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- HTTP_SAMPLER_APACHE - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerFactory
-
Use Apache HTTPClient HTTP implementation
- HTTP_SAMPLER_JAVA - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerFactory
-
Use the default Java HTTP implementation
- HTTP_VERSION - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
- HTTPAbstractImpl - Class in org.apache.jmeter.protocol.http.sampler
-
Base class for HTTP implementations used by the HTTPSamplerProxy sampler.
- HTTPAbstractImpl(HTTPSamplerBase) - Constructor for class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- HTTPArgument - Class in org.apache.jmeter.protocol.http.util
-
- HTTPArgument(String, String, String) - Constructor for class org.apache.jmeter.protocol.http.util.HTTPArgument
-
Constructor for the Argument object.
- HTTPArgument(String, String) - Constructor for class org.apache.jmeter.protocol.http.util.HTTPArgument
-
Constructor for the Argument object.
- HTTPArgument(String, String, boolean) - Constructor for class org.apache.jmeter.protocol.http.util.HTTPArgument
-
- HTTPArgument(String, String, boolean, String) - Constructor for class org.apache.jmeter.protocol.http.util.HTTPArgument
-
Construct a new HTTPArgument instance; alwaysEncoded is set to true.
- HTTPArgument(String, String, String, boolean) - Constructor for class org.apache.jmeter.protocol.http.util.HTTPArgument
-
Construct a new HTTPArgument instance
- HTTPArgument(String, String, String, boolean, String) - Constructor for class org.apache.jmeter.protocol.http.util.HTTPArgument
-
Construct a new HTTPArgument instance
- HTTPArgument(Argument) - Constructor for class org.apache.jmeter.protocol.http.util.HTTPArgument
-
- HTTPArgument() - Constructor for class org.apache.jmeter.protocol.http.util.HTTPArgument
-
Constructor for the Argument object
- HTTPArgumentsPanel - Class in org.apache.jmeter.protocol.http.gui
-
A GUI panel allowing the user to enter HTTP Parameters.
- HTTPArgumentsPanel() - Constructor for class org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanel
-
- HttpClientDefaultParameters - Class in org.apache.jmeter.protocol.http.sampler
-
- HTTPConstants - Class in org.apache.jmeter.protocol.http.util
-
Constants used in HTTP, mainly header names.
- HTTPConstants() - Constructor for class org.apache.jmeter.protocol.http.util.HTTPConstants
-
- HTTPConstantsInterface - Interface in org.apache.jmeter.protocol.http.util
-
Constants used in HTTP, mainly header names.
- HttpDefaultsGui - Class in org.apache.jmeter.protocol.http.config.gui
-
GUI for Http Request defaults
- HttpDefaultsGui() - Constructor for class org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui
-
- HttpDelete(URI) - Constructor for class org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.HttpDelete
-
- HTTPFileArg - Class in org.apache.jmeter.protocol.http.util
-
Class representing a file parameter for http upload.
- HTTPFileArg() - Constructor for class org.apache.jmeter.protocol.http.util.HTTPFileArg
-
Constructor for an empty HTTPFileArg object
- HTTPFileArg(String) - Constructor for class org.apache.jmeter.protocol.http.util.HTTPFileArg
-
Constructor for the HTTPFileArg object with given path.
- HTTPFileArg(String, String, String) - Constructor for class org.apache.jmeter.protocol.http.util.HTTPFileArg
-
Constructor for the HTTPFileArg object with full information.
- HTTPFileArg(JMeterProperty, JMeterProperty, JMeterProperty) - Constructor for class org.apache.jmeter.protocol.http.util.HTTPFileArg
-
Constructor for the HTTPFileArg object with full information,
using existing properties
- HTTPFileArg(HTTPFileArg) - Constructor for class org.apache.jmeter.protocol.http.util.HTTPFileArg
-
Copy Constructor.
- HTTPFileArgs - Class in org.apache.jmeter.protocol.http.util
-
A set of HTTPFileArg objects.
- HTTPFileArgs() - Constructor for class org.apache.jmeter.protocol.http.util.HTTPFileArgs
-
Create a new HTTPFileArgs object with no files.
- HTTPFileArgsPanel - Class in org.apache.jmeter.protocol.http.gui
-
A GUI panel allowing the user to enter file information for http upload.
- HTTPFileArgsPanel() - Constructor for class org.apache.jmeter.protocol.http.gui.HTTPFileArgsPanel
-
Create a new HTTPFileArgsPanel as an embedded component
- HTTPFileImpl - Class in org.apache.jmeter.protocol.http.sampler
-
HTTP Sampler which can read from file: URLs
- HTTPFileImpl(HTTPSamplerBase) - Constructor for class org.apache.jmeter.protocol.http.sampler.HTTPFileImpl
-
- HttpGetWithEntity(URI) - Constructor for class org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.HttpGetWithEntity
-
- HTTPHC4Impl - Class in org.apache.jmeter.protocol.http.sampler
-
HTTP Sampler using Apache HttpClient 4.x.
- HTTPHC4Impl(HTTPSamplerBase) - Constructor for class org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl
-
- HTTPHC4Impl.HttpDelete - Class in org.apache.jmeter.protocol.http.sampler
-
- HTTPHC4Impl.HttpGetWithEntity - Class in org.apache.jmeter.protocol.http.sampler
-
Implementation that allows GET method to have a body
- HTTPHCAbstractImpl - Class in org.apache.jmeter.protocol.http.sampler
-
Common parent class for HttpClient implementations.
- HTTPHCAbstractImpl(HTTPSamplerBase) - Constructor for class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
- HTTPJavaImpl - Class in org.apache.jmeter.protocol.http.sampler
-
A sampler which understands all the parts necessary to read statistics about
HTTP requests, including cookies and authentication.
- HTTPJavaImpl(HTTPSamplerBase) - Constructor for class org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl
-
- HttpMirrorControl - Class in org.apache.jmeter.protocol.http.control
-
Test element that implements the Workbench HTTP Mirror function
For unit tests, @see TestHttpMirrorControl
- HttpMirrorControl() - Constructor for class org.apache.jmeter.protocol.http.control.HttpMirrorControl
-
- HttpMirrorControl(int) - Constructor for class org.apache.jmeter.protocol.http.control.HttpMirrorControl
-
- HttpMirrorControlGui - Class in org.apache.jmeter.protocol.http.control.gui
-
GUI of Mirror Server Test element
- HttpMirrorControlGui() - Constructor for class org.apache.jmeter.protocol.http.control.gui.HttpMirrorControlGui
-
- HttpMirrorServer - Class in org.apache.jmeter.protocol.http.control
-
Server daemon thread.
- HttpMirrorServer(int) - Constructor for class org.apache.jmeter.protocol.http.control.HttpMirrorServer
-
Create a new Daemon with the specified port and target.
- HttpMirrorServer(int, int, int) - Constructor for class org.apache.jmeter.protocol.http.control.HttpMirrorServer
-
Create a new Daemon with the specified port and target.
- HttpMirrorThread - Class in org.apache.jmeter.protocol.http.control
-
Thread to handle one client request.
- HttpMirrorThread(Socket) - Constructor for class org.apache.jmeter.protocol.http.control.HttpMirrorThread
-
- HttpReplyHdr - Class in org.apache.jmeter.protocol.http.proxy
-
Utility class to generate HTTP responses of various types.
- HttpRequestHdr - Class in org.apache.jmeter.protocol.http.proxy
-
The headers of the client HTTP request.
- HttpRequestHdr() - Constructor for class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
- HttpRequestHdr(String) - Constructor for class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
- HttpRequestHdr(String, String) - Constructor for class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
- HttpRequestHdr(String, String, int) - Constructor for class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
- HTTPResultConverter - Class in org.apache.jmeter.protocol.http.util
-
Class for XStream conversion of HTTPResult
- HTTPResultConverter(Mapper) - Constructor for class org.apache.jmeter.protocol.http.util.HTTPResultConverter
-
- HTTPS - Static variable in class org.apache.jmeter.protocol.http.proxy.AbstractSamplerCreator
-
- HTTPSampler - Class in org.apache.jmeter.protocol.http.sampler
-
A sampler which understands all the parts necessary to read statistics about
HTTP requests, including cookies and authentication.
- HTTPSampler() - Constructor for class org.apache.jmeter.protocol.http.sampler.HTTPSampler
-
- HTTPSamplerBase - Class in org.apache.jmeter.protocol.http.sampler
-
Common constants and methods for HTTP samplers
- HTTPSamplerBase() - Constructor for class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- HTTPSamplerBase.SourceType - Enum in org.apache.jmeter.protocol.http.sampler
-
- HTTPSamplerBaseBeanInfo - Class in org.apache.jmeter.protocol.http.sampler
-
This is the BeanInfo class for the TestBean HTTPSamplerBase.
- HTTPSamplerBaseBeanInfo() - Constructor for class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBaseBeanInfo
-
- HTTPSamplerBaseConverter - Class in org.apache.jmeter.protocol.http.sampler
-
Class for XStream conversion of HTTPResult
- HTTPSamplerBaseConverter(Mapper) - Constructor for class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBaseConverter
-
- HTTPSampleResult - Class in org.apache.jmeter.protocol.http.sampler
-
This is a specialisation of the SampleResult class for the HTTP protocol.
- HTTPSampleResult() - Constructor for class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
-
- HTTPSampleResult(long) - Constructor for class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
-
- HTTPSampleResult(HTTPSampleResult) - Constructor for class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
-
Construct a 'parent' result for an already-existing result, essentially
cloning it
- HTTPSamplerFactory - Class in org.apache.jmeter.protocol.http.sampler
-
Factory to return the appropriate HTTPSampler for use with classes that need
an HTTPSampler; also creates the implementations for use with HTTPSamplerProxy.
- HTTPSamplerProxy - Class in org.apache.jmeter.protocol.http.sampler
-
Proxy class that dispatches to the appropriate HTTP sampler.
- HTTPSamplerProxy() - Constructor for class org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy
-
- HTTPSamplerProxy(String) - Constructor for class org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy
-
Convenience method used to initialise the implementation.
- HttpTestSampleGui - Class in org.apache.jmeter.protocol.http.control.gui
-
HTTP Sampler GUI
- HttpTestSampleGui() - Constructor for class org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui
-
- HttpTestSampleGui(boolean) - Constructor for class org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui
-
- HttpWebdav - Class in org.apache.jmeter.protocol.http.sampler
-
WebDav request
- HttpWebdav(String, URI) - Constructor for class org.apache.jmeter.protocol.http.sampler.HttpWebdav
-
- IE_UA - Static variable in class org.apache.jmeter.protocol.http.parser.HTMLParser
-
- IE_UA_PATTERN - Static variable in class org.apache.jmeter.protocol.http.parser.HTMLParser
-
- IF_MODIFIED_SINCE - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- IF_NONE_MATCH - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- IMAGE_PARSER - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- IMPL_HTTP_CLIENT3_1 - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerFactory
-
- IMPL_HTTP_CLIENT4 - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerFactory
-
- IMPL_JAVA - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerFactory
-
- IMPLEMENTATION - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- inCache(URL) - Method in class org.apache.jmeter.protocol.http.control.CacheManager
-
- inCache(URL, Header[]) - Method in class org.apache.jmeter.protocol.http.control.CacheManager
-
- inCache(URL, Header[]) - Method in class org.apache.jmeter.protocol.http.control.CacheManager
-
- INCFILE - Variable in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
- incFile(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
Method implements the logic for filtering file name inclusion.
- includeFiles(String[]) - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Filter
-
Include all files in the array.
- includeFiles(String[]) - Method in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
Give the filter a list of files to include
- includeFiles(String[]) - Method in class org.apache.jmeter.protocol.http.util.accesslog.SessionFilter
-
Include all files in the array.
- includePattern(String[]) - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Filter
-
Include any log entry that contains the following regular expression
pattern.
- includePattern(String[]) - Method in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
Give the filter a set of regular expressions to filter with for
inclusion.
- includePattern(String[]) - Method in class org.apache.jmeter.protocol.http.util.accesslog.SessionFilter
-
Include any log entry that contains the following regular expression
pattern.
- incPattern(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
By default, the method assumes the entry is not included, unless it
matches.
- INCPATTERNS - Variable in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
- INCPTRN - Variable in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
- incrementRequestNumber() - Static method in class org.apache.jmeter.protocol.http.proxy.AbstractSamplerCreator
-
Increment request number
- incrementRequestNumberAndGet() - Static method in class org.apache.jmeter.protocol.http.proxy.AbstractSamplerCreator
-
Increment request number
- init() - Method in class org.apache.jmeter.protocol.http.visualizers.RequestViewHTTP
-
- initFilter() - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
- initializeTableModel() - Method in class org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanel
-
- initStream() - Method in class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
Create the OutputStream to save the JMX file.
- instantiateParser() - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
Method will instantiate the log parser based on the class in the text
field.
- interrupt() - Method in class org.apache.jmeter.protocol.http.sampler.AjpSampler
-
- interrupt() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPFileImpl
-
- interrupt() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl
-
- interrupt() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl
- interrupt() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSampler
-
- interrupt() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy
-
- invokeAllAndAwaitTermination(int, List<Callable<ResourcesDownloader.AsynSamplerResultHolder>>) - Method in class org.apache.jmeter.protocol.http.sampler.ResourcesDownloader
-
This method will block until the downloads complete or it get interrupted
the Future list returned by this method only contains tasks that have been scheduled in the threadpool.
- IP_SOURCE - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
IP source to use - does not apply to Java HTTP implementation currently
- IP_SOURCE_TYPE - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- isAlwaysEncoded() - Method in class org.apache.jmeter.protocol.http.util.HTTPArgument
-
- isAnchorMatched(HTTPSamplerBase, HTTPSamplerBase) - Static method in class org.apache.jmeter.protocol.http.parser.HtmlParsingUtils
-
Check if anchor matches by checking against:
- protocol
- domain
- path
- parameter names
- isArgumentMatched(Argument, Argument) - Static method in class org.apache.jmeter.protocol.http.parser.HtmlParsingUtils
-
Arguments match if the input name matches the corresponding pattern name
and the input value matches the pattern value, where the matching is done
first using String equals, and then Regular Expression matching if the equals test fails.
- isBinaryContent(String) - Method in class org.apache.jmeter.protocol.http.proxy.AbstractSamplerCreator
-
- isClearEachIteration() - Method in class org.apache.jmeter.protocol.http.control.DNSCacheManager
-
Clean DNS cache each iteration
- isConcurrentDwn() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Return if used a concurrent thread pool to get embedded resources.
- isCustomResolver() - Method in class org.apache.jmeter.protocol.http.control.DNSCacheManager
-
- isDomainSpecified() - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
- isDynamicMode() - Static method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- isDynamicProxy(String, int) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
Is a dynamic proxy defined?
- isEditable() - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
- isEnableConditionalComments(Float) - Method in class org.apache.jmeter.protocol.http.parser.HTMLParser
-
- isEqualOrMatches(String, String, Perl5Matcher, PatternCacheLRU) - Static method in class org.apache.jmeter.protocol.http.parser.HtmlParsingUtils
-
Match the input argument against the pattern using String.equals() or pattern matching if that fails.
- isEqualOrMatches(String, String) - Static method in class org.apache.jmeter.protocol.http.parser.HtmlParsingUtils
-
Match the input argument against the pattern using String.equals() or pattern matching if that fails
using case-insensitive matching.
- isEqualOrMatchesCaseBlind(String, String, Perl5Matcher, PatternCacheLRU) - Static method in class org.apache.jmeter.protocol.http.parser.HtmlParsingUtils
-
Match the input argument against the pattern using String.equals() or pattern matching if that fails
using case-insensitive matching.
- isEqualOrMatchesCaseBlind(String, String) - Static method in class org.apache.jmeter.protocol.http.parser.HtmlParsingUtils
-
Match the input argument against the pattern using String.equals() or pattern matching if that fails
using case-insensitive matching.
- isFiltered(String, TestElement) - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Filter
-
Log parser will call this method to see if a particular entry should be
filtered or not.
- isFiltered(String, TestElement) - Method in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
In the case of log filtering the important thing is whether the log entry
should be used.
- isFiltered(String, TestElement) - Method in class org.apache.jmeter.protocol.http.util.accesslog.SessionFilter
-
Log parser will call this method to see if a particular entry should be
filtered or not.
- isImageParser() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- isImageParsing() - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
- isMetaDataNormal(HTTPArgument) - Method in class org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanel
-
- isMonitor() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- isMonitor() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- isNonProxy(String) - Static method in class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
- isNotEmpty() - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArg
-
Check if the entry is not empty.
- isNullOrEmptyTrimmed(String) - Static method in class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
- isNumberRequests() - Static method in class org.apache.jmeter.protocol.http.proxy.AbstractSamplerCreator
-
- isPartialMatch(String) - Static method in class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
- isPathExtension() - Method in class org.apache.jmeter.protocol.http.modifier.URLRewritingModifier
-
- isPathExtensionNoEquals() - Method in class org.apache.jmeter.protocol.http.modifier.URLRewritingModifier
-
- isPathExtensionNoQuestionmark() - Method in class org.apache.jmeter.protocol.http.modifier.URLRewritingModifier
-
- isPathSpecified() - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
- isProtocolDefaultPort() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Tell whether the default port for the specified protocol is used
- isRedirect() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
-
Determine whether this result is a redirect.
- isReusable() - Method in class org.apache.jmeter.protocol.http.parser.BaseParser
-
Parsers should over-ride this method if the parser class is re-usable, in
which case the class will be cached for the next getParser() call.
- isReusable() - Method in class org.apache.jmeter.protocol.http.parser.CssParser
-
- isReusable() - Method in interface org.apache.jmeter.protocol.http.parser.LinkExtractorParser
-
- isSecure(String) - Static method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- isSecure(URL) - Static method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- isServerAlive() - Method in class org.apache.jmeter.protocol.http.control.HttpMirrorControl
-
- isStaticProxy(String) - Static method in class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
Is a static proxy defined?
- isSuccessCode(int) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- isSuccessCode(int) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Determine if the HTTP status code is successful or not
i.e. in range 200 to 399 inclusive
- isUseEquals() - Method in class org.apache.jmeter.protocol.http.util.HTTPArgument
-
- isWebdavMethod(String) - Static method in class org.apache.jmeter.protocol.http.sampler.HttpWebdav
-
- itemStateChanged(ItemEvent) - Method in class org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui
- itemStateChanged(ItemEvent) - Method in class org.apache.jmeter.protocol.http.proxy.gui.RecorderDialog
-
- iterator() - Method in class org.apache.jmeter.protocol.http.parser.URLCollection
-
- iterator() - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArgs
-
Get a PropertyIterator of the files.
- parse(InputStream) - Method in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
Parses a http header from a stream.
- parse(TestElement, int) - Method in class org.apache.jmeter.protocol.http.util.accesslog.SharedTCLogParser
-
parse the entire file.
- parse(FileServer, TestElement, int) - Method in class org.apache.jmeter.protocol.http.util.accesslog.SharedTCLogParser
-
The method is responsible for reading each line, and breaking out of the
while loop if a set number of lines is given.
- parse(TestElement, int) - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
parse the entire file.
- parse(BufferedReader, TestElement, int) - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
The method is responsible for reading each line, and breaking out of the
while loop if a set number of lines is given.
- parseAndConfigure(int, TestElement) - Method in interface org.apache.jmeter.protocol.http.util.accesslog.LogParser
-
the method will parse the given number of lines.
- parseAndConfigure(int, TestElement) - Method in class org.apache.jmeter.protocol.http.util.accesslog.OrderPreservingLogParser
-
parse a set number of lines from the access log.
- parseAndConfigure(int, TestElement) - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
parse a set number of lines from the access log.
- parseArguments(String) - Method in class org.apache.jmeter.protocol.http.config.MultipartUrlConfig
-
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.
- parseArguments(String, String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
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.
- parseArguments(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- parseLine(String, TestElement) - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
parseLine calls the other parse methods to parse the given text.
- parseOneParameter(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
Method expects name and value to be separated by an equal sign "=".
- parseParameters(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
Method uses StringTokenizer to convert the string into single pairs.
- PARSER_CLASSNAME - Static variable in class org.apache.jmeter.protocol.http.parser.HTMLParser
-
- PATCH - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- PATH - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- populateSampler(HTTPSamplerBase, HttpRequestHdr, Map<String, String>, Map<String, String>) - Method in class org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator
-
- populateSampler(HTTPSamplerBase, HttpRequestHdr, Map<String, String>, Map<String, String>) - Method in interface org.apache.jmeter.protocol.http.proxy.SamplerCreator
-
Populate sampler from request
- PORT - Static variable in class org.apache.jmeter.protocol.http.control.HttpMirrorControl
-
- PORT - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- POST - Static variable in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
- POST - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- POST_BODY_RAW - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- POST_BODY_RAW_DEFAULT - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- postProcessSampler(HTTPSamplerBase, SampleResult) - Method in class org.apache.jmeter.protocol.http.proxy.AbstractSamplerCreator
-
- postProcessSampler(HTTPSamplerBase, SampleResult) - Method in interface org.apache.jmeter.protocol.http.proxy.SamplerCreator
-
Post process sampler
Called after sampling
- PostWriter - Class in org.apache.jmeter.protocol.http.sampler
-
Class for setting the necessary headers for a POST request, and sending the
body of the POST.
- PostWriter() - Constructor for class org.apache.jmeter.protocol.http.sampler.PostWriter
-
Constructor for PostWriter.
- PostWriter(String) - Constructor for class org.apache.jmeter.protocol.http.sampler.PostWriter
-
Constructor for PostWriter
- process() - Method in class org.apache.jmeter.protocol.http.modifier.AnchorModifier
-
Modifies an Entry object based on HTML response text.
- process() - Method in class org.apache.jmeter.protocol.http.modifier.RegExUserParameters
-
- process() - Method in class org.apache.jmeter.protocol.http.modifier.URLRewritingModifier
-
- propertyName - Variable in enum org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.SourceType
-
- PROPFIND - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- PROPPATCH - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- PROTOCOL - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- PROTOCOL_HTTP - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- PROTOCOL_HTTPS - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- Proxy - Class in org.apache.jmeter.protocol.http.proxy
-
Thread to handle one client request.
- Proxy() - Constructor for class org.apache.jmeter.protocol.http.proxy.Proxy
-
Default constructor - used by newInstance call in Daemon
- PROXY_DEFINED - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
- PROXY_DOMAIN - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
- PROXY_HOST - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
- PROXY_PASS - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
- PROXY_PORT - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
- PROXY_USER - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
- ProxyControl - Class in org.apache.jmeter.protocol.http.proxy
-
Class handles storing of generated samples, etc
For unit tests, see TestProxyControl
- ProxyControl() - Constructor for class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- ProxyControl.KeystoreMode - Enum in org.apache.jmeter.protocol.http.proxy
-
- ProxyControlGui - Class in org.apache.jmeter.protocol.http.proxy.gui
-
GUI of HTTP(s) Test Script Recorder
- ProxyControlGui() - Constructor for class org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui
-
- PROXYHOST - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- PROXYPASS - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- PROXYPORT - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- PROXYUSER - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- PTRNFILTER - Variable in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
- PUT - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- PutWriter - Class in org.apache.jmeter.protocol.http.sampler
-
Class for setting the necessary headers for a PUT request, and sending the
body of the PUT.
- PutWriter() - Constructor for class org.apache.jmeter.protocol.http.sampler.PutWriter
-
Constructor for PutWriter.
- read(byte[], int, int) - Method in class org.apache.jmeter.protocol.http.sampler.hc.LaxDeflateInputStream
-
- read() - Method in class org.apache.jmeter.protocol.http.sampler.hc.LaxDeflateInputStream
-
- read(byte[]) - Method in class org.apache.jmeter.protocol.http.sampler.hc.LaxDeflateInputStream
-
- READER - Variable in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
- readResolve() - Method in class org.apache.jmeter.protocol.http.modifier.URLRewritingModifier
-
- readResponse(SampleResult, InputStream, int) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
Read response from the input stream, converting to MD5 digest if the
useMD5 property is set.
- readResponse(SampleResult, InputStream, long) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
Read response from the input stream, converting to MD5 digest if the
useMD5 property is set.
- readResponse(SampleResult, BufferedInputStream, int) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- readResponse(SampleResult, BufferedInputStream, long) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
Read response from the input stream, converting to MD5 digest if the
useMD5 property is set.
- readResponse(HttpURLConnection, SampleResult) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl
-
Reads the response from the URL connection.
- readResponse(SampleResult, InputStream, long) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Read response from the input stream, converting to MD5 digest if the useMD5 property is set.
- RecordController - Class in org.apache.jmeter.protocol.http.control.gui
-
- RecordController() - Constructor for class org.apache.jmeter.protocol.http.control.gui.RecordController
-
- RecorderDialog - Class in org.apache.jmeter.protocol.http.proxy.gui
-
Dialog for Recorder
- RecorderDialog() - Constructor for class org.apache.jmeter.protocol.http.proxy.gui.RecorderDialog
-
For tests Only
- RecorderDialog(ProxyControlGui) - Constructor for class org.apache.jmeter.protocol.http.proxy.gui.RecorderDialog
-
- RecordingController - Class in org.apache.jmeter.protocol.http.control
-
- RecordingController() - Constructor for class org.apache.jmeter.protocol.http.control.RecordingController
-
- recoverRunningVersion() - Method in class org.apache.jmeter.protocol.http.control.CookieManager
- REG_EX_PARAM_NAMES_GR_NR - Static variable in class org.apache.jmeter.protocol.http.modifier.RegExUserParameters
-
- REG_EX_PARAM_VALUES_GR_NR - Static variable in class org.apache.jmeter.protocol.http.modifier.RegExUserParameters
-
- REG_EX_REF_NAME - Static variable in class org.apache.jmeter.protocol.http.modifier.RegExUserParameters
-
- RegExUserParameters - Class in org.apache.jmeter.protocol.http.modifier
-
This component allows you to specify reference name of a regular expression that extracts names and values of HTTP request parameters.
- RegExUserParameters() - Constructor for class org.apache.jmeter.protocol.http.modifier.RegExUserParameters
-
- RegExUserParametersGui - Class in org.apache.jmeter.protocol.http.modifier.gui
-
- RegExUserParametersGui() - Constructor for class org.apache.jmeter.protocol.http.modifier.gui.RegExUserParametersGui
-
- remove(int) - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
Remove an authentication record.
- remove(int) - Method in class org.apache.jmeter.protocol.http.control.CookieManager
-
Remove a cookie.
- remove(int) - Method in class org.apache.jmeter.protocol.http.control.HeaderManager
-
Remove a header.
- removeAllHTTPFileArgs() - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArgs
-
Remove all files from the list.
- removeHeaderNamed(String) - Method in class org.apache.jmeter.protocol.http.control.HeaderManager
-
Remove from Headers the header named name
- removeHTTPFileArg(int) - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArgs
-
Remove the specified file from the list.
- removeHTTPFileArg(HTTPFileArg) - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArgs
-
Remove the specified file from the list.
- removeHTTPFileArg(String) - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArgs
-
Remove the file with the specified path.
- removeSlashDotDot(String) - Static method in class org.apache.jmeter.protocol.http.util.ConversionUtils
-
collapses absolute or relative URLs containing '/..' converting
http://host/path1/..
- replace(String, String, boolean) - Method in class org.apache.jmeter.protocol.http.control.HeaderManager
-
- replace(String, String, boolean) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Replace by replaceBy in path and body (arguments) properties
- replaceExtension(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
Method uses indexOf to replace the old extension with the new extension.
- REPORT - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- RequestViewHTTP - Class in org.apache.jmeter.protocol.http.visualizers
-
Specializer panel to view a HTTP request parsed
- RequestViewHTTP() - Constructor for class org.apache.jmeter.protocol.http.visualizers.RequestViewHTTP
-
Pane to view HTTP request sample in view results tree
- reset() - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Filter
-
Tell the filter when the parsing has reached the end of the log file and
is about to begin again.
- reset() - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Generator
-
The purpose of the reset is so Samplers can explicitly call reset to
create a new instance of HTTPSampler.
- reset() - Method in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
Tell the filter when the parsing has reached the end of the log file and
is about to begin again.
- reset() - Method in class org.apache.jmeter.protocol.http.util.accesslog.SessionFilter
-
Tell the filter when the parsing has reached the end of the log file and
is about to begin again.
- reset() - Method in class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
Reset the HTTPSampler to make sure it is a new instance.
- RESET_STATE_ON_THREAD_GROUP_ITERATION - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
Reset HTTP State when starting a new Thread Group iteration
- resetStateOnThreadGroupIteration - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
Whether SSL State/Context should be reset
Shared state for any HC based implementation, because SSL contexts are the same
- resolve(String) - Method in class org.apache.jmeter.protocol.http.control.DNSCacheManager
-
Resolves address using system or custom DNS resolver
- ResourcesDownloader - Class in org.apache.jmeter.protocol.http.sampler
-
Manages the parallel http resources download.
- ResourcesDownloader.AsynSamplerResultHolder - Class in org.apache.jmeter.protocol.http.sampler
-
Holder of AsynSampler result
- RESPONSE_TIMEOUT - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- resultProcessing(boolean, int, HTTPSampleResult) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
Follow redirects and download page resources if appropriate. this works,
but the container stuff here is what's doing it. followRedirects() is
actually doing the work to make sure we have only one container to make
this work more naturally, I think this method - sample() - needs to take
an HTTPSamplerResult container parameter instead of a
boolean:areFollowingRedirect.
- resultProcessing(boolean, int, HTTPSampleResult) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Follow redirects and download page resources if appropriate. this works,
but the container stuff here is what's doing it. followRedirects() is
actually doing the work to make sure we have only one container to make
this work more naturally, I think this method - sample() - needs to take
an HTTPSamplerResult container parameter instead of a
boolean:areFollowingRedirect.
- RMETHOD - Variable in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
protected members *
- run() - Method in class org.apache.jmeter.protocol.http.control.HttpMirrorServer
-
Listen on the daemon port and handle incoming requests.
- run() - Method in class org.apache.jmeter.protocol.http.control.HttpMirrorThread
-
Main processing method for the HttpMirror object
- run() - Method in class org.apache.jmeter.protocol.http.proxy.Daemon
-
Listen on the daemon port and handle incoming requests.
- run() - Method in class org.apache.jmeter.protocol.http.proxy.Proxy
-
Main processing method for the Proxy object
- sample(Entry) - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
sample(Entry e) simply calls sample().
- sample(URL, String, boolean, int) - Method in class org.apache.jmeter.protocol.http.sampler.AjpSampler
-
- sample(URL, String, boolean, int) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- sample(URL, String, boolean, int) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPFileImpl
-
- sample(URL, String, boolean, int) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl
-
- sample(URL, String, boolean, int) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl
-
Samples the URL passed in and stores the result in
HTTPSampleResult, following redirects and downloading
page resources as appropriate.
- sample(URL, String, boolean, int) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSampler
-
- sample(Entry) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Do a sampling and return its results.
- sample() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Perform a sample, and return the results
- sample(URL, String, boolean, int) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Samples the URL passed in and stores the result in
HTTPSampleResult, following redirects and downloading
page resources as appropriate.
- sample(URL, String, boolean, int) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy
-
Samples the URL passed in and stores the result in
HTTPSampleResult, following redirects and downloading
page resources as appropriate.
- SAMPLE - Variable in class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
- SamplerCreator - Interface in org.apache.jmeter.protocol.http.proxy
-
Factory of sampler
- SamplerCreatorFactory - Class in org.apache.jmeter.protocol.http.proxy
-
- SamplerCreatorFactory() - Constructor for class org.apache.jmeter.protocol.http.proxy.SamplerCreatorFactory
-
- sampleWithParser() - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
sample gets a new HTTPSampler from the generator and calls it's sample()
method.
- sanitizeUrl(URL) - Static method in class org.apache.jmeter.protocol.http.util.ConversionUtils
-
Checks a URL and encodes it if necessary,
i.e. if it is not currently correctly encoded.
- save(String) - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
Save the authentication data to a file.
- save(String) - Method in class org.apache.jmeter.protocol.http.control.CookieManager
-
Save the static cookie data to a file.
- save(String) - Method in class org.apache.jmeter.protocol.http.control.HeaderManager
-
Save the header data to a file.
- save() - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Generator
-
If the generator is converting the logs to a .jmx file, save should be
called.
- save() - Method in class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
save must be called to write the jmx file, otherwise it will not be
saved.
- saveDetails(URLConnection, HTTPSampleResult) - Method in class org.apache.jmeter.protocol.http.control.CacheManager
-
Save the Last-Modified, Etag, and Expires headers if the result is cacheable.
- saveDetails(HttpResponse, HTTPSampleResult) - Method in class org.apache.jmeter.protocol.http.control.CacheManager
-
Save the Last-Modified, Etag, and Expires headers if the result is
cacheable.
- SC_MOVED_PERMANENTLY - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- SC_MOVED_TEMPORARILY - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- SC_SEE_OTHER - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- SC_TEMPORARY_REDIRECT - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- SEARCH - Static variable in interface org.apache.jmeter.protocol.http.util.HTTPConstantsInterface
-
- sendEntityData(HttpEntityEnclosingRequestBase) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl
-
Creates the entity data to be sent.
- sendPostData(URLConnection) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl
-
Send POST data from Entry to the open connection.
- sendPostData(URLConnection, HTTPSamplerBase) - Method in class org.apache.jmeter.protocol.http.sampler.PostWriter
-
Send POST data from Entry to the open connection.
- serverName() - Method in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
Find the //server.name from an url.
- serverPort() - Method in class org.apache.jmeter.protocol.http.proxy.HttpRequestHdr
-
Find the :PORT from http://server.ect:PORT/some/file.xxx
- SessionFilter - Class in org.apache.jmeter.protocol.http.util.accesslog
-
Provides Session Filtering for the AccessLog Sampler.
- SessionFilter() - Constructor for class org.apache.jmeter.protocol.http.util.accesslog.SessionFilter
-
Creates a new SessionFilter and initializes its fields to new collections
- SessionFilter(Map<String, CookieManager>, Set<CookieManager>) - Constructor for class org.apache.jmeter.protocol.http.util.accesslog.SessionFilter
-
Creates a new SessionFilter, but re-uses the given collections
- set(int, String, String, String, String, String, AuthManager.Mechanism) - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
Update an authentication record.
- setAddress(String) - Method in class org.apache.jmeter.protocol.http.control.StaticHost
-
- setAlgorithm(String) - Method in class org.apache.jmeter.protocol.http.api.auth.DigestParameters
-
- setAlwaysEncoded(boolean) - Method in class org.apache.jmeter.protocol.http.util.HTTPArgument
-
- setArgumentName(String) - Method in class org.apache.jmeter.protocol.http.modifier.URLRewritingModifier
-
- setArguments(Arguments) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setAssertions(boolean) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setAuthManager(AuthManager) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setAutoRedirects(boolean) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setCacheManager(CacheManager) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setCaptureHttpHeaders(boolean) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setCharset(String) - Method in class org.apache.jmeter.protocol.http.api.auth.DigestParameters
-
- setClearEachIteration(boolean) - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
- setClearEachIteration(boolean) - Method in class org.apache.jmeter.protocol.http.control.CacheManager
-
- setClearEachIteration(boolean) - Method in class org.apache.jmeter.protocol.http.control.CookieManager
-
- setClearEachIteration(boolean) - Method in class org.apache.jmeter.protocol.http.control.DNSCacheManager
-
Clean DNS cache each iteration
- setConcurrentDwn(boolean) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setConcurrentPool(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setConnectionCookie(HttpRequest, URL, CookieManager) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl
-
Extracts all the required cookies for that particular URL request and
sets them in the HttpMethod passed in.
- setConnectionHeaders(HttpRequestBase, URL, HeaderManager, CacheManager) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl
-
Extracts all the required non-cookie headers for that particular URL request and
sets them in the HttpMethod passed in
- setConnectTimeout(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setContentEncoding(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Sets the value of the encoding to be used for the content.
- setContentType(String) - Method in class org.apache.jmeter.protocol.http.util.HTTPArgument
-
- setContentTypeExclude(String) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setContentTypeInclude(String) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setCookieManager(CookieManager) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setCookiePolicy(String) - Method in class org.apache.jmeter.protocol.http.control.CookieManager
-
- setCookies(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
-
- setCustomResolver(boolean) - Method in class org.apache.jmeter.protocol.http.control.DNSCacheManager
-
- setDecodeParameterValues(boolean) - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
by default decode is set to true. if the parameters shouldn't be
decoded, call the method with false
- setDefaultRequestHeaders(HttpRequest) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl
-
Set any default request headers to include
- setDNSResolver(DNSCacheManager) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setDoBrowserCompatibleMultipart(boolean) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setDomain(String) - Method in class org.apache.jmeter.protocol.http.control.Authorization
-
- setDomain(String) - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
set the domain for this object.
- setDomain(String) - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
- setDomain(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setDomainSpecified(boolean) - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
- setDoMultipart(boolean) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setDoMultipartPost(boolean) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setEmbeddedUrlRE(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setEncode(boolean) - Method in class org.apache.jmeter.protocol.http.modifier.URLRewritingModifier
-
- setExcludeList(Collection<String>) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setExcludeListInProxyControl(ProxyControl) - Method in class org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui
-
- setExpires(long) - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
set the expiry time for the cookie
- setFilter(Filter) - Method in interface org.apache.jmeter.protocol.http.util.accesslog.LogParser
-
We allow for filters, so that users can simply point to an Access log
without having to clean it up.
- setFilter(Filter) - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
Use the filter to include/exclude files in the access logs.
- setFilterClassName(String) - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
- setFollowRedirects(boolean) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setGroupingMode(int) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setHeader(String) - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArg
-
Sets the body header for the HTTPFileArg object.
- setHeaderManager(HeaderManager) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setHeaders(URL, HttpRequestBase) - Method in class org.apache.jmeter.protocol.http.control.CacheManager
-
Check the cache, and if there is a match, set the headers:
If-Modified-Since
If-None-Match
Apache HttpClient version.
- setHeaders(HttpURLConnection, Header[], URL) - Method in class org.apache.jmeter.protocol.http.control.CacheManager
-
Check the cache, and if there is a match, set the headers:
If-Modified-Since
If-None-Match
- setHeaders(URLConnection, HTTPSamplerBase) - Method in class org.apache.jmeter.protocol.http.sampler.PostWriter
-
- setHeaders(URLConnection, HTTPSamplerBase) - Method in class org.apache.jmeter.protocol.http.sampler.PutWriter
-
- setHost(String) - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Generator
-
The host is the name of the server.
- setHost(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
The host is the name of the server.
- setHTTPFileArgs(List<HTTPFileArg>) - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArgs
-
Set the list of files.
- setHTTPFiles(HTTPFileArg[]) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Saves the list of files.
- setHTTPMethod(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
-
- setHTTPSampleNamingMode(int) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setImageParser(boolean) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setImageParsing(boolean) - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
- setImplementation(String) - Method in class org.apache.jmeter.protocol.http.control.CookieManager
-
- setImplementation(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setIncludeList(Collection<String>) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setIncludeListInProxyControl(ProxyControl) - Method in class org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui
-
- setIpSource(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
set IP source to use - does not apply to Java HTTP implementation currently
- setIpSourceType(int) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
set IP/address source type to use
- setLabel(String) - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Generator
-
This is the label for the request, which is used in the logs and results.
- setLabel(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
This is the label for the request, which is used in the logs and results.
- setLogFile(String) - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
Set the path where XML messages are stored for random selection.
- setMaxPoolSize(String) - Method in class org.apache.jmeter.protocol.http.control.HttpMirrorControl
-
- setMaxQueueSize(String) - Method in class org.apache.jmeter.protocol.http.control.HttpMirrorControl
-
- setMaxSize(int) - Method in class org.apache.jmeter.protocol.http.control.CacheManager
-
- setMD5(boolean) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setMechanism(AuthManager.Mechanism) - Method in class org.apache.jmeter.protocol.http.control.Authorization
-
- setMethod(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setMethod(String) - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Generator
-
The method is the HTTP request method.
- setMethod(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
The method is the HTTP request method.
- setMimeType(String) - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArg
-
Set the mimetype of the File.
- setMonitor(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setMonitor(boolean) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setName(String) - Method in class org.apache.jmeter.protocol.http.control.Header
-
Set the name for this object.
- setName(String) - Method in class org.apache.jmeter.protocol.http.control.StaticHost
-
- setName(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.NVPair
-
Set the name
- setName(String) - Method in class org.apache.jmeter.protocol.http.util.HTTPArgument
-
Sets the Name attribute of the Argument object.
- setNonce(String) - Method in class org.apache.jmeter.protocol.http.api.auth.DigestParameters
-
- setNonGuiTreeModel(JMeterTreeModel) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
Set a JMeterTreeModel to be used by the ProxyControl, when used
in a non-GUI environment, where the JMeterTreeModel can't be
acquired through GuiPackage.getTreeModel()
- setNotifyChildSamplerListenerOfFilteredSamplers(boolean) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setOpaque(String) - Method in class org.apache.jmeter.protocol.http.api.auth.DigestParameters
-
- setParamName(String) - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArg
-
Set the http parameter name of the File.
- setParams(NVPair[]) - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Generator
-
Set the request parameters
- setParams(NVPair[]) - Method in class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
Set the request parameters
- setParserClassName(String) - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
it's kinda obvious, but we state it anyways.
- setPass(String) - Method in class org.apache.jmeter.protocol.http.control.Authorization
-
- setPath(String) - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
set the path for this object.
- setPath(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
Sets the Path attribute of the UrlConfig object Also calls parseArguments
to extract and store any query arguments
- setPath(String, String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setPath(String) - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Generator
-
The path is the web page you want to test.
- setPath(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
The path is the web page you want to test.
- setPath(String) - Method in class org.apache.jmeter.protocol.http.util.HTTPFileArg
-
Set the path of the File.
- setPathExtension(boolean) - Method in class org.apache.jmeter.protocol.http.modifier.URLRewritingModifier
-
- setPathExtensionNoEquals(boolean) - Method in class org.apache.jmeter.protocol.http.modifier.URLRewritingModifier
-
- setPathExtensionNoQuestionmark(boolean) - Method in class org.apache.jmeter.protocol.http.modifier.URLRewritingModifier
-
- setPathSpecified(boolean) - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
- setPort(int) - Method in class org.apache.jmeter.protocol.http.control.HttpMirrorControl
-
- setPort(String) - Method in class org.apache.jmeter.protocol.http.control.HttpMirrorControl
-
- setPort(int) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setPort(String) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setPort(int) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setPort(int) - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Generator
-
The default port for HTTP is 80, but not all servers run on that port.
- setPort(int) - Method in class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
The default port for HTTP is 80, but not all servers run on that port.
- setPortString(String) - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
- setPostBodyRaw(boolean) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setPostHeaders(URLConnection) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl
-
Set request headers in preparation to opening a connection.
- setPrefixHTTPSampleName(String) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setProtocol(String) - Method in class org.apache.jmeter.protocol.http.sampler.AccessLogSampler
-
Sets the scheme, with default
- setProtocol(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setProxyPauseHTTPSample(String) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setQop(String) - Method in class org.apache.jmeter.protocol.http.api.auth.DigestParameters
-
- setQueryString(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
-
Save the query string
- setQueryString(String) - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Generator
-
Set the querystring for the request if the method is GET.
- setQueryString(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
Set the querystring for the request if the method is GET.
- setRealm(String) - Method in class org.apache.jmeter.protocol.http.control.Authorization
-
- setRedirectLocation(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
-
- setRegexMatch(boolean) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setRegExParamNamesGrNr(String) - Method in class org.apache.jmeter.protocol.http.modifier.RegExUserParameters
-
- setRegExParamValuesGrNr(String) - Method in class org.apache.jmeter.protocol.http.modifier.RegExUserParameters
-
- setRegExRefName(String) - Method in class org.apache.jmeter.protocol.http.modifier.RegExUserParameters
-
- setReplaceExtension(String, String) - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Filter
-
- setReplaceExtension(String, String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.LogFilter
-
The method will replace the file extension with the new one.
- setReplaceExtension(String, String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.SessionFilter
- setResponseNoContent() - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult
-
- setResponseTimeout(String) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setRunningVersion(boolean) - Method in class org.apache.jmeter.protocol.http.control.CookieManager
- setSamplerDownloadImages(boolean) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setSamplerFollowRedirects(boolean) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setSamplerRedirectAutomatically(boolean) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setSamplerResult(Object) - Method in class org.apache.jmeter.protocol.http.visualizers.RequestViewHTTP
-
- setSamplerTypeName(String) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setSecure(boolean) - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
set the secure for this object.
- setShouldCache(boolean) - Method in class org.apache.jmeter.protocol.http.modifier.URLRewritingModifier
-
- setSourceFile(String) - Method in interface org.apache.jmeter.protocol.http.util.accesslog.LogParser
-
The method is provided to make it easy to dynamically create new classes
using Class.newInstance().
- setSourceFile(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
Sets the source file.
- setSourceLogs(String) - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Generator
-
The source logs is the location where the access log resides.
- setSourceLogs(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
The source logs is the location where the access log resides.
- setSslDomains(String) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setTarget(JMeterTreeNode) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
Sets the target node where the samples generated by the proxy have to be
stored.
- setTarget(Object) - Method in interface org.apache.jmeter.protocol.http.util.accesslog.Generator
-
The target can be either a java.io.File or a Sampler.
- setTarget(Object) - Method in class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
The target can be either a java.io.File or a Sampler.
- setupConnection(URL, String, HTTPSampleResult) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl
-
Returns an HttpURLConnection fully ready to attempt
connection.
- setupCredentials(Authorization, URL, HttpClientContext, CredentialsProvider, String) - Method in class org.apache.jmeter.protocol.http.control.AuthManager
-
Configure credentials and auth scheme on client if an authorization is
- setupHttpEntityEnclosingRequestData(HttpEntityEnclosingRequestBase) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl
-
- setupRequest(URL, HttpRequestBase, HTTPSampleResult) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl
-
Setup following elements on httpRequest:
ConnRoutePNames.LOCAL_ADDRESS enabling IP-SPOOFING
Socket and connection timeout
Redirect handling
Keep Alive header or Connection Close
Calls setConnectionHeaders to setup headers
Calls setConnectionCookie to setup Cookie
- setURL(String) - Method in class org.apache.jmeter.protocol.http.control.Authorization
-
- setUseEquals(boolean) - Method in class org.apache.jmeter.protocol.http.util.HTTPArgument
-
- setUseExpires(boolean) - Method in class org.apache.jmeter.protocol.http.control.CacheManager
-
- setUseKeepAlive(boolean) - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- setUseKeepAlive(boolean) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
-
- setUseKeepAlive(boolean) - Method in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- setUseParsedFile(boolean) - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
Calls this method to set whether or not to use the path in the log.
- setUser(String) - Method in class org.apache.jmeter.protocol.http.control.Authorization
-
- setValue(String) - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
set the value for this object.
- setValue(String) - Method in class org.apache.jmeter.protocol.http.control.Header
-
Set the value for this object.
- setValue(String) - Method in class org.apache.jmeter.protocol.http.util.accesslog.NVPair
-
Set the value
- setVersion(int) - Method in class org.apache.jmeter.protocol.http.control.Cookie
-
- setVisible(boolean) - Method in class org.apache.jmeter.protocol.http.proxy.gui.RecorderDialog
-
- SharedTCLogParser - Class in org.apache.jmeter.protocol.http.util.accesslog
-
- SharedTCLogParser() - Constructor for class org.apache.jmeter.protocol.http.util.accesslog.SharedTCLogParser
-
- SharedTCLogParser(String) - Constructor for class org.apache.jmeter.protocol.http.util.accesslog.SharedTCLogParser
-
- shouldCache() - Method in class org.apache.jmeter.protocol.http.modifier.URLRewritingModifier
-
- shrink() - Method in class org.apache.jmeter.protocol.http.sampler.ResourcesDownloader
-
this method will try to shrink the thread pool size as much as possible
it should be called at the end of a test
- size() - Method in class org.apache.jmeter.protocol.http.control.HeaderManager
-
Return the number of headers.
- sizeColumns(JTable) - Method in class org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanel
-
- SlowHCPlainConnectionSocketFactory - Class in org.apache.jmeter.protocol.http.util
-
Apache HttpClient protocol factory to generate "slow" sockets for emulating dial-up modems
- SlowHCPlainConnectionSocketFactory(int) - Constructor for class org.apache.jmeter.protocol.http.util.SlowHCPlainConnectionSocketFactory
-
Create a factory
- SO_TIMEOUT - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPHCAbstractImpl
-
- SOURCE - Variable in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
- SOURCE_TYPE_DEFAULT - Static variable in class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
-
- StandardGenerator - Class in org.apache.jmeter.protocol.http.util.accesslog
-
Description:
StandardGenerator will be the default generator used to pre-process logs.
- StandardGenerator() - Constructor for class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
The constructor is used by GUI and samplers to generate request objects.
- StandardGenerator(String) - Constructor for class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator
-
- startHttpMirror() - Method in class org.apache.jmeter.protocol.http.control.HttpMirrorControl
-
- startProxy() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- stateChanged(ChangeEvent) - Method in class org.apache.jmeter.protocol.http.config.gui.UrlConfigGui
-
- StaticHost - Class in org.apache.jmeter.protocol.http.control
-
Bean containing mapping from name to array of Addresses
- StaticHost() - Constructor for class org.apache.jmeter.protocol.http.control.StaticHost
-
- StaticHost(String, String) - Constructor for class org.apache.jmeter.protocol.http.control.StaticHost
-
- stopHttpMirror() - Method in class org.apache.jmeter.protocol.http.control.HttpMirrorControl
-
- stopProxy() - Method in class org.apache.jmeter.protocol.http.proxy.ProxyControl
-
- stopServer() - Method in class org.apache.jmeter.protocol.http.control.HttpMirrorServer
-
- stopServer() - Method in class org.apache.jmeter.protocol.http.proxy.Daemon
-
Stop the proxy daemon.
- stopTableEditing() - Method in class org.apache.jmeter.protocol.http.gui.HTTPFileArgsPanel
-
Stop any editing that is currently being done on the table.
- STRIP_PORT - Static variable in class org.apache.jmeter.protocol.http.control.AuthManager
-
Decides whether port should be omitted from SPN for kerberos spnego authentication
- stripFile(String, TestElement) - Method in class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
-
Tokenize the URL into two tokens.
- STYLESHEET - Static variable in class org.apache.jmeter.protocol.http.parser.HTMLParser
-