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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetHeaders(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:
 setHeadersin classPostWriter- Throws:
 IOException
 
 -