| 程序包 | 说明 |
|---|---|
| com.aliyuncs | |
| com.aliyuncs.http |
| 限定符和类型 | 方法和说明 |
|---|---|
ProtocolType |
CommonRequest.getProtocol()
已过时。
|
ProtocolType |
AcsRequest.getProtocol()
已过时。
: Use getSysProtocol instead of this
|
ProtocolType |
CommonRequest.getSysProtocol() |
ProtocolType |
AcsRequest.getSysProtocol() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultAcsClient.doActionWithProxy(ProtocolType protocolType,
String httpsProxy,
String httpProxy)
Compatible with previous versions of proxy Settings
|
void |
CommonRequest.setProtocol(ProtocolType protocol)
已过时。
|
void |
AcsRequest.setProtocol(ProtocolType protocol)
已过时。
: Use setSysProtocol instead of this
|
void |
CommonRequest.setSysProtocol(ProtocolType protocol) |
void |
AcsRequest.setSysProtocol(ProtocolType protocol) |
| 限定符和类型 | 方法和说明 |
|---|---|
ProtocolType |
HttpClientConfig.getProtocolType() |
static ProtocolType |
ProtocolType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ProtocolType[] |
ProtocolType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HttpClientConfig.setProtocolType(ProtocolType protocolType) |
Copyright © 2020. All rights reserved.