| 程序包 | 说明 |
|---|---|
| cn.ctyun.sdk |
| 限定符和类型 | 方法和说明 |
|---|---|
CtyunRequest |
CtyunRequest.addHeader(String key,
String value)
添加请求头
|
CtyunRequest |
CtyunRequest.addHeader(String key,
String value)
添加请求头
|
CtyunRequest |
CtyunRequest.addHeaders(String key,
String... values)
添加请求头
|
CtyunRequest |
CtyunRequest.addHeaders(String key,
String... values)
添加请求头
|
CtyunRequest |
CtyunRequest.addParam(String key,
String value)
添加参数
|
CtyunRequest |
CtyunRequest.addParam(String key,
String value)
添加参数
|
CtyunRequest |
CtyunRequest.addParams(String key,
String... values)
添加参数
|
CtyunRequest |
CtyunRequest.addParams(String key,
String... values)
添加参数
|
CtyunRequest |
CtyunRequestBuilder.build()
构造
|
CtyunRequest |
CtyunRequestBuilder.build()
构造
|
CtyunRequest |
CtyunRequest.writeJson(Object data,
String contentType)
以json方式写入
|
CtyunRequest |
CtyunRequest.writeJson(Object data,
String contentType)
以json方式写入
|
CtyunRequest |
CtyunRequest.writePostNoBody(String contentType)
post请求 无body(为了传contentType)
|
CtyunRequest |
CtyunRequest.writePostNoBody(String contentType)
post请求 无body(为了传contentType)
|
CtyunRequest |
CtyunRequest.writeString(String data,
String contentType)
以String方式写入
|
CtyunRequest |
CtyunRequest.writeString(String data,
String contentType)
以String方式写入
|
| 限定符和类型 | 方法和说明 |
|---|---|
CtyunResponse |
CtyunClient.requestToEndpoint(CtyunRequest request)
请求端点
|
CtyunResponse |
CtyunClient.requestToEndpoint(CtyunRequest request)
请求端点
|
Copyright © 2025. All rights reserved.