Package org.apache.jmeter.protocol.http.sampler


package org.apache.jmeter.protocol.http.sampler
  • Class
    Description
    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.
     
    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
    Base class for HTTP implementations used by the HTTPSamplerProxy sampler.
     
    HTTP Sampler which can read from file: URLs
    HTTP sampler using Apache (Jakarta) Commons HttpClient 3.1.
    HTTP Sampler using Apache HttpClient 4.x.
     
    Common parent class for HttpClient implementations.
    A sampler which understands all the parts necessary to read statistics about HTTP requests, including cookies and authentication.
    A sampler which understands all the parts necessary to read statistics about HTTP requests, including cookies and authentication.
    A sampler which understands all the parts necessary to read statistics about HTTP requests, including cookies and authentication.
    Common constants and methods for HTTP samplers
     
    This is the BeanInfo class for the TestBean HTTPSamplerBase.
    Class for XStream conversion of HTTPResult
    This is a specialisation of the SampleResult class for the HTTP protocol.
    Factory to return the appropriate HTTPSampler for use with classes that need an HTTPSampler; also creates the implementations for use with HTTPSamplerProxy.
    Proxy class that dispatches to the appropriate HTTP sampler.
    WebDav request
    Adapter for
    invalid reference
    PoolingClientConnectionManager
    that wraps all connection requests into time-measured implementation a private MeasuringConnectionRequest
    Class for setting the necessary headers for a POST request, and sending the body of the POST.
    Class for setting the necessary headers for a PUT request, and sending the body of the PUT.
    Commons HTTPClient based soap sampler
    Sampler to handle Web Service requests.