Package | Description |
---|---|
com.aliyun.mbaas.oss.storage |
Modifier and Type | Method and Description |
---|---|
OSSObject.HttpMethod |
OSSObject.getMethod() |
static OSSObject.HttpMethod |
OSSObject.HttpMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OSSObject.HttpMethod[] |
OSSObject.HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HttpUriRequest |
ResumableTask.buildInitialRequest(OSSObject.HttpMethod method,
boolean isFullRequest,
java.lang.String query)
构造分块上传中用到的各种操作的初始请求头
|
void |
OSSObject.setMethod(OSSObject.HttpMethod method) |