Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.protocol.http.config » [javadoc | source]
org.apache.jmeter.protocol.http.config
public class: MultipartUrlConfig [javadoc | source]
java.lang.Object
   org.apache.jmeter.protocol.http.config.MultipartUrlConfig

All Implemented Interfaces:
    Serializable

Configuration element which handles HTTP Parameters and files to be uploaded
Constructor:
 public MultipartUrlConfig() 
     public MultipartUrlConfig(String boundary) 
    Method from org.apache.jmeter.protocol.http.config.MultipartUrlConfig Summary:
    addArgument,   addArgument,   getArguments,   getBoundary,   getHTTPFileArgs,   parseArguments
    Methods from java.lang.Object:
    clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
    Method from org.apache.jmeter.protocol.http.config.MultipartUrlConfig Detail:
     public  void addArgument(String name,
        String value) 
     public  void addArgument(String name,
        String value,
        String metadata) 
     public Arguments getArguments() 
     public String getBoundary() 
     public HTTPFileArgs getHTTPFileArgs() 
     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.