org.apache.jmeter.protocol.http.config
Class MultipartUrlConfig
- Serializable
public class MultipartUrlConfig
implements Serializable
Configuration element which handles HTTP Parameters and files to be uploaded
MultipartUrlConfig
public MultipartUrlConfig()
only for use by unit tests
MultipartUrlConfig
public MultipartUrlConfig(String boundary)
addArgument
public void addArgument(String name,
String value)
addArgument
public void addArgument(String name,
String value,
String metadata)
getBoundary
public String getBoundary()
parseArguments
public void parseArguments(String queryString)
This method allows a proxy server to send over the raw text from a
browser's output stream to be parsed and stored correctly into the
UrlConfig object.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.