Class PutWriter

  • All Implemented Interfaces:

    
    public class PutWriter
    extends PostWriter
                        

    Class for setting the necessary headers for a PUT request, and sending the body of the PUT.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String ENCODING
    • Constructor Summary

      Constructors 
      Constructor Description
      PutWriter() Constructor for PutWriter.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setHeaders(URLConnection connection, HTTPSamplerBase sampler)
      • Methods inherited from class org.apache.jmeter.protocol.http.sampler.PostWriter

        sendPostData
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait