Class HttpClientDefaultParameters
- java.lang.Object
-
- org.apache.jmeter.protocol.http.sampler.HttpClientDefaultParameters
-
public class HttpClientDefaultParameters extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidload(String file, org.apache.commons.httpclient.params.HttpParams params)Loads a property file and converts parameters as necessary.static voidload(String file, org.apache.http.params.HttpParams params)Loads a property file and converts parameters as necessary.
-
-
-
Method Detail
-
load
public static void load(String file, org.apache.commons.httpclient.params.HttpParams params)
Loads a property file and converts parameters as necessary.- Parameters:
file- the file to loadparams- Commons HttpClient parameter instance
-
load
public static void load(String file, org.apache.http.params.HttpParams params)
Loads a property file and converts parameters as necessary.- Parameters:
file- the file to loadparams- Apache HttpClient parameter instance
-
-