Apache JMeter

org.apache.jmeter.protocol.http.sampler
Class HttpClientDefaultParameters

java.lang.Object
  extended by org.apache.jmeter.protocol.http.sampler.HttpClientDefaultParameters

public class HttpClientDefaultParameters
extends Object


Method Summary
static void load(String file, org.apache.commons.httpclient.params.HttpParams params)
          Loads a property file and converts parameters as necessary.
static void load(String file, org.apache.http.params.HttpParams params)
          Loads a property file and converts parameters as necessary.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 load
params - 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 load
params - Apache HttpClient parameter instance

Apache JMeter

Copyright © 1998-2013 Apache Software Foundation. All Rights Reserved.