org.apache.jmeter.protocol.http.sampler
Class PostWriter
java.lang.Object
org.apache.jmeter.protocol.http.sampler.PostWriter
- public class PostWriter
- extends Object
- Version:
- $Revision: 1.12.2.2 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOUNDARY
protected static final String BOUNDARY
- See Also:
- Constant Field Values
encoding
protected static final String encoding
- See Also:
- Constant Field Values
PostWriter
public PostWriter()
sendPostData
public void sendPostData(URLConnection connection,
HTTPSampler sampler)
throws IOException
- Send POST data from Entry to the open connection.
- Throws:
IOException
setHeaders
public void setHeaders(URLConnection connection,
HTTPSampler sampler)
throws IOException
- Throws:
IOException
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.