| 程序包 | 说明 |
|---|---|
| cn.ac.caict | |
| cn.ac.caict.net.http | |
| cn.ac.caict.net.http.httpcomponents |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpResponseEntity |
CaictResponse.getResponseEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CaictResponse.setResponseEntity(HttpResponseEntity responseEntity) |
| 构造器和说明 |
|---|
CaictResponse(HttpResponseEntity entity) |
| 限定符和类型 | 方法和说明 |
|---|---|
default HttpResponseEntity |
HttpClient.get(String url,
Map<String,String> headers,
Charset charset,
int connectTimeout,
int socketTimeout) |
default HttpResponseEntity |
HttpClient.get(String url,
Map<String,String> params,
Map<String,String> headers,
Charset charset,
int connectTimeout,
int socketTimeout) |
default HttpResponseEntity |
HttpClient.post(String url,
String content,
Map<String,String> headers,
Charset charset,
int connectTimeout,
int socketTimeout)
Content-Type: application/json
|
default HttpResponseEntity |
HttpClient.postForm(String url,
Map<String,String> params,
Map<String,String> headers,
Charset charset,
int connectTimeout,
int socketTimeout) |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpResponseEntity |
DefaultHttpClient.get(String url,
Map<String,String> headers,
Charset charset,
int connectTimeout,
int socketTimeout) |
HttpResponseEntity |
DefaultHttpClient.post(String url,
String content,
Map<String,String> headers,
Charset charset,
int connectTimeout,
int socketTimeout) |
HttpResponseEntity |
DefaultHttpClient.postForm(String url,
Map<String,String> params,
Map<String,String> headers,
Charset charset,
int connectTimeout,
int socketTimeout) |
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.