Class Summary |
AccessLogSampler |
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. |
AccessLogSamplerBeanInfo |
|
HTTPNullSampler |
Dummy HTTPSampler class for use by classes that need an HTTPSampler, but that
don't need an actual sampler, e.g. for Parsing testing. |
HTTPSampler |
A sampler which understands all the parts necessary to read statistics about
HTTP requests, including cookies and authentication. |
HTTPSampler.Test |
|
HTTPSampler2 |
A sampler which understands all the parts necessary to read statistics about
HTTP requests, including cookies and authentication. |
HTTPSampler2.Test |
|
HTTPSamplerBase |
Common constants and methods for HTTP samplers |
HTTPSamplerBaseBeanInfo |
|
HTTPSampleResult |
This is a specialisation of the SampleResult class for the HTTP protocol. |
HTTPSamplerFactory |
Factory to return the appropriate HTTPSampler for use with classes that need
an HTTPSampler |
PackageTest |
|
PostWriter |
|
SoapSampler |
Sampler to handle SOAP Requests. |
WebServiceSampler |
Sampler to handle Web Service requests. |