| Package | Description |
|---|---|
| com.aliyun.oss | |
| com.aliyun.oss.common.comm |
| Modifier and Type | Field and Description |
|---|---|
protected Protocol |
ClientConfiguration.protocol |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
ClientConfiguration.getProtocol()
Gets the OSS's protocol (HTTP or HTTPS).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientConfiguration.setProtocol(Protocol protocol)
Sets the OSS's protocol (HTTP or HTTPS).
|
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All Rights Reserved.