public class HttpClientUtil extends Object
| Constructor and Description |
|---|
HttpClientUtil() |
| Modifier and Type | Method and Description |
|---|---|
String |
doGet(String url) |
String |
doGet(String url,
Map<String,String> param) |
String |
doPost(String url) |
String |
doPost(String url,
Map<String,String> param) |
String |
doPostJson(String url,
String json) |
static org.apache.http.client.CookieStore |
setCookieStore(org.apache.http.HttpResponse httpResponse) |
Copyright © 2017. All rights reserved.