public class ClientUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
buildTargetURL(String url,
Map<String,?> params)
Builds the target URL based on the given based URL and parameters Map.
|
static String |
getResponseString(org.apache.http.HttpEntity entity)
Extracts the response string from the given HttpEntity.
|
public static String getResponseString(org.apache.http.HttpEntity entity)
entity - HttpEntity that contains the responseCopyright © 2014–2017. All rights reserved.