Class PutWriter
- java.lang.Object
-
- org.apache.jmeter.protocol.http.sampler.PostWriter
-
- org.apache.jmeter.protocol.http.sampler.PutWriter
-
public class PutWriter extends PostWriter
Class for setting the necessary headers for a PUT request, and sending the body of the PUT.
-
-
Field Summary
-
Fields inherited from class org.apache.jmeter.protocol.http.sampler.PostWriter
BOUNDARY, ENCODING, formDataPostBody, formDataUrlEncoded
-
-
Constructor Summary
Constructors Constructor Description PutWriter()
Constructor for PutWriter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setHeaders(URLConnection connection, HTTPSamplerBase sampler)
-
Methods inherited from class org.apache.jmeter.protocol.http.sampler.PostWriter
getBoundary, sendPostData
-
-
-
-
Method Detail
-
setHeaders
public void setHeaders(URLConnection connection, HTTPSamplerBase sampler) throws IOException
- Overrides:
setHeaders
in classPostWriter
- Throws:
IOException
-
-