Class HTTPFileImpl

java.lang.Object
org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl
org.apache.jmeter.protocol.http.sampler.HTTPFileImpl
All Implemented Interfaces:
HTTPConstantsInterface, Interruptible

public class HTTPFileImpl extends HTTPAbstractImpl
HTTP Sampler which can read from file: URLs
  • Constructor Details

  • Method Details

    • interrupt

      public boolean interrupt()
      Description copied from interface: Interruptible
      Interrupt the current operation if possible.
      Returns:
      true if there was an operation to interrupt.
    • sample

      protected HTTPSampleResult sample(URL url, String method, boolean areFollowingRedirect, int frameDepth)
      Specified by:
      sample in class HTTPAbstractImpl