Package | Description |
---|---|
chttl.cloud.hws |
Modifier and Type | Field and Description |
---|---|
static HiCloudConstant.Protocol |
HiCloudConstant.DEFAULT_PROTOCOL |
Modifier and Type | Method and Description |
---|---|
HiCloudConstant.Protocol |
HiCloudConfiguration.getProtocol()
取得呼叫API使用的協定
|
static HiCloudConstant.Protocol |
HiCloudConstant.Protocol.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HiCloudConstant.Protocol[] |
HiCloudConstant.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HiCloudConfiguration.setProtocol(HiCloudConstant.Protocol protocol)
設定呼叫CaaS / CVPC API使用的協定
|