|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.jmeter.protocol.http.sampler.PostWriter
org.apache.jmeter.protocol.http.sampler.PutWriter
public class 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 | |
|---|---|
PutWriter()
Constructor for PutWriter. |
|
| Method Summary | |
|---|---|
void |
setHeaders(java.net.URLConnection connection,
HTTPSampler sampler)
|
| Methods inherited from class org.apache.jmeter.protocol.http.sampler.PostWriter |
|---|
getBoundary, sendPostData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PutWriter()
| Method Detail |
|---|
public void setHeaders(java.net.URLConnection connection,
HTTPSampler sampler)
throws java.io.IOException
setHeaders in class PostWriterjava.io.IOException
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||