| 程序包 | 说明 |
|---|---|
| cn.sinlmao.commons.network.http | |
| cn.sinlmao.commons.network.soap |
| 限定符和类型 | 方法和说明 |
|---|---|
static ImCharset |
ImCharset.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ImCharset[] |
ImCharset.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
ImHttpClient.get(String url,
ImCharset charset)
快速发起一个GET的请求
Quickly make a GET request
|
static String |
ImHttpClient.get(String url,
ImCharset charset,
Map<String,String> params)
快速发起一个GET的请求
Quickly make a GET request
|
static String |
ImHttpClient.post(String url,
ImCharset charset,
Map<String,String> params)
快速发起一个POST的请求
Quickly make a POST request
|
ImRequest |
ImRequest.setCharset(ImCharset imCharset)
设置Charset编码
默认为UTF-8
Set the Charset
Default is UTF-8
|
| 限定符和类型 | 方法和说明 |
|---|---|
ImCharset |
ImHttpSoapRequest.getCharset() |
| 限定符和类型 | 方法和说明 |
|---|---|
ImHttpSoapRequest |
ImHttpSoapRequest.setCharset(ImCharset charset)
设置Charset编码
默认为UTF-8
Set the Charset
Default is UTF-8
|
Copyright © 2021. All rights reserved.