org.apache.jmeter.protocol.http.sampler
Class PostWriter
java.lang.Object
|
+--org.apache.jmeter.protocol.http.sampler.PostWriter
- public class PostWriter
- extends Object
Title: JMeter
Description:
Copyright: Copyright (c) 2000
Company: Apache
- Version:
- 1.0
- Author:
- Michael Stover
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
CRLF
protected static final byte[] CRLF
fudge
protected static int fudge
encoding
protected static String encoding
PostWriter
public PostWriter()
sendPostData
public void sendPostData(URLConnection connection,
HTTPSampler sampler)
throws IOException
- Send POST data from Entry to the open connection.
- Parameters:
connection
- Description of Parameter
- Throws:
IOException
- Description of Exception
setHeaders
public void setHeaders(URLConnection connection,
HTTPSampler sampler)
throws IOException
IOException
Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.