Class PutWriter
java.lang.Object
org.apache.jmeter.protocol.http.sampler.PostWriter
org.apache.jmeter.protocol.http.sampler.PutWriter
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setHeaders
(URLConnection connection, HTTPSamplerBase sampler) Methods inherited from class org.apache.jmeter.protocol.http.sampler.PostWriter
getBoundary, sendPostData
-
Constructor Details
-
PutWriter
public PutWriter()Constructor for PutWriter.
-
-
Method Details
-
setHeaders
- Overrides:
setHeaders
in classPostWriter
- Throws:
IOException
-