public class FHHttpClient extends Object
| Constructor and Description |
|---|
FHHttpClient() |
| Modifier and Type | Method and Description |
|---|---|
static void |
delete(String pUrl,
cz.msebera.android.httpclient.Header[] pHeaders,
JSONObject pParams,
FHActCallback pCallback,
boolean pUseSync)
Deprecated.
please use com.feedhenry.sdk2.FHHttpClient.delete instead
|
static void |
get(String pUrl,
cz.msebera.android.httpclient.Header[] pHeaders,
JSONObject pParams,
FHActCallback pCallback,
boolean pUseSync)
Deprecated.
please use com.feedhenry.sdk2.FHHttpClient.get instead
|
static void |
post(String pUrl,
cz.msebera.android.httpclient.Header[] pHeaders,
JSONObject pParams,
FHActCallback pCallback,
boolean pUseSync)
Deprecated.
please use com.feedhenry.sdk2.FHHttpClient.post instead
|
static void |
put(String pUrl,
cz.msebera.android.httpclient.Header[] pHeaders,
JSONObject pParams,
FHActCallback pCallback,
boolean pUseSync)
Deprecated.
please use com.feedhenry.sdk2.FHHttpClient.put instead
|
static void |
setHttpProxy(cz.msebera.android.httpclient.HttpHost proxy)
Deprecated.
please use com.feedhenry.sdk2.FHHttpClient.setHttpProxy instead
|
static void |
setTimeout(int milliseconds)
Deprecated.
please use com.feedhenry.sdk2.FHHttpClient.setTimeout instead
|
@Deprecated public static void put(String pUrl, cz.msebera.android.httpclient.Header[] pHeaders, JSONObject pParams, FHActCallback pCallback, boolean pUseSync)
pUrl - url to PUT topHeaders - HTTP headers for the requestpParams - The Body of the RequestpCallback - A callback to be handed the responses of the callpUseSync - whether or not to make the call synchronously@Deprecated public static void get(String pUrl, cz.msebera.android.httpclient.Header[] pHeaders, JSONObject pParams, FHActCallback pCallback, boolean pUseSync)
pUrl - url to GETpHeaders - HTTP headers for the requestpParams - Addition parameters to send with the get requestpCallback - A callback to be handed the responses of the callpUseSync - whether or not to make the call synchronously@Deprecated public static void post(String pUrl, cz.msebera.android.httpclient.Header[] pHeaders, JSONObject pParams, FHActCallback pCallback, boolean pUseSync)
pUrl - url to POST topHeaders - HTTP headers for the requestpParams - The Body of the RequestpCallback - A callback to be handed the responses of the callpUseSync - whether or not to make the call synchronously@Deprecated public static void delete(String pUrl, cz.msebera.android.httpclient.Header[] pHeaders, JSONObject pParams, FHActCallback pCallback, boolean pUseSync)
pUrl - url to DELETEpHeaders - HTTP headers for the requestpParams - Addition parameters to send with the DELETE requestpCallback - A callback to be handed the responses of the callpUseSync - whether or not to make the call synchronously@Deprecated public static void setTimeout(int milliseconds)
milliseconds - the connect/socket timeout in milliseconds, at least 1 second@Deprecated public static void setHttpProxy(cz.msebera.android.httpclient.HttpHost proxy)
proxy - a proxy to use.Copyright © 2016 Red Hat. All rights reserved.