Class AbstractSampleSender

  • All Implemented Interfaces:
    org.apache.jmeter.samplers.SampleSender

    
    public abstract class AbstractSampleSender
     implements SampleSender
                        

    Base class for SampleSender implementations

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final boolean isClientConfigured
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean isClientConfigured()
      void testEnded() The test ended (probably not used; client-server mode needs a host)
      • Methods inherited from class org.apache.jmeter.samplers.SampleSender

        sampleOccurred, testEnded
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • isClientConfigured

         boolean isClientConfigured()
        Returns:

        boolean indicates how SampleSender configuration is done, true means use client properties and send to servers, false means use server configurations

      • testEnded

         void testEnded()

        The test ended (probably not used; client-server mode needs a host)