public class ClientUtil extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected static org.apache.logging.log4j.Logger |
logger |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
sendDelete(String reqUrl,
String decodeCharset,
String contentType)
Http Delete Request Util.
|
static String |
sendGet(String reqUrl,
String decodeCharset,
String contentType)
Http Get Request Util.
|
static String |
sendPost(String reqUrl,
String param,
String encodeCharset,
String decodeCharset,
String contentType)
Http Post Request Util.
|
public static String sendGet(String reqUrl, String decodeCharset, String contentType)
reqUrl - not blankdecodeCharset - not blankpublic static String sendDelete(String reqUrl, String decodeCharset, String contentType)
reqUrl - not blankdecodeCharset - not blankCopyright © 2020. All rights reserved.