public class HttpClientDefaultParameters extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
load(String file,
org.apache.commons.httpclient.params.HttpParams params)
Deprecated.
HC3.1 will be dropped in upcoming version
|
static void |
load(String file,
org.apache.http.params.HttpParams params)
Loads a property file and converts parameters as necessary.
|
@Deprecated public static void load(String file, org.apache.commons.httpclient.params.HttpParams params)
file - the file to loadparams - Commons HttpClient parameter instancepublic static void load(String file, org.apache.http.params.HttpParams params)
file - the file to loadparams - Apache HttpClient parameter instanceCopyright © 1998-2016 Apache Software Foundation. All Rights Reserved.