public abstract class ParameteredHttpUtils extends HttpUtils
DEFAULT_CHARSET| Constructor and Description |
|---|
ParameteredHttpUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
doPost(HttpParameterHandler<?> handler,
Object instance,
String url,
String charset,
int timeout) |
static String |
doPost(Map<String,String> parameterMap,
String url,
String charset,
int timeout) |
static String |
doPost(Object parameterEntity,
String url,
String charset,
int timeout) |
static <T> String |
doPostWithParameterHandler(HttpParameterHandler<T> handler,
T instance,
String url,
String charset,
int timeout) |
buildUrlParams, executeRequest, getUrl, parseMapToHttpParameters, parseMapToPairs, post, post, readResponsepublic static String doPost(Object parameterEntity, String url, String charset, int timeout) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static String doPost(Map<String,String> parameterMap, String url, String charset, int timeout) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static String doPost(HttpParameterHandler<?> handler, Object instance, String url, String charset, int timeout) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static <T> String doPostWithParameterHandler(HttpParameterHandler<T> handler, T instance, String url, String charset, int timeout) throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2018. All rights reserved.