Class AsynchSampleSender

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

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

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void testEnded(String host) The test ended.
      void sampleOccurred(SampleEvent e) A sample occurred.
      • Methods inherited from class org.apache.jmeter.samplers.AbstractSampleSender

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

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

      • AsynchSampleSender

        AsynchSampleSender()
    • Method Detail

      • testEnded

         void testEnded(String host)

        The test ended. This will be called from the engine thread.

        Parameters:
        host - the host that the test ended on.
      • sampleOccurred

         void sampleOccurred(SampleEvent e)

        A sample occurred. This method will be called from the sampler thread.

        Parameters:
        e - a Sample Event