| Package | Description |
|---|---|
| com.aliyuncs | |
| com.aliyuncs.http |
| Modifier and Type | Method and Description |
|---|---|
ProtocolType |
CommonRequest.getProtocol()
Deprecated.
|
ProtocolType |
AcsRequest.getProtocol()
Deprecated.
: Use getSysProtocol instead of this
|
ProtocolType |
CommonRequest.getSysProtocol() |
ProtocolType |
AcsRequest.getSysProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAcsClient.doActionWithProxy(ProtocolType protocolType,
String httpsProxy,
String httpProxy)
Compatible with previous versions of proxy Settings
|
void |
CommonRequest.setProtocol(ProtocolType protocol)
Deprecated.
|
void |
AcsRequest.setProtocol(ProtocolType protocol)
Deprecated.
: Use setSysProtocol instead of this
|
void |
CommonRequest.setSysProtocol(ProtocolType protocol) |
void |
AcsRequest.setSysProtocol(ProtocolType protocol) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolType |
HttpClientConfig.getProtocolType() |
static ProtocolType |
ProtocolType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolType[] |
ProtocolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClientConfig.setProtocolType(ProtocolType protocolType) |
Copyright © 2022. All rights reserved.