| 程序包 | 说明 |
|---|---|
| com.aliyun.oss | |
| com.aliyun.oss.common.comm |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Protocol |
ClientConfiguration.protocol |
| 限定符和类型 | 方法和说明 |
|---|---|
Protocol |
ClientConfiguration.getProtocol()
Gets the OSS's protocol (HTTP or HTTPS).
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ClientConfiguration.setProtocol(Protocol protocol)
Sets the OSS's protocol (HTTP or HTTPS).
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Protocol |
Protocol.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Protocol[] |
Protocol.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2020. All Rights Reserved.