类 com.aliyuncs.http.MethodType
的使用

使用 MethodType 的软件包
com.aliyuncs.auth   
com.aliyuncs.http   
 

com.aliyuncs.authMethodType 的使用
 

参数类型为 MethodTypecom.aliyuncs.auth 中的方法
 String RpcSignatureComposer.composeStringToSign(MethodType method, String uriPattern, ISigner signer, Map<String,String> queries, Map<String,String> headers, Map<String,String> paths)
           
 String RoaSignatureComposer.composeStringToSign(MethodType method, String uriPattern, ISigner signer, Map<String,String> queries, Map<String,String> headers, Map<String,String> paths)
           
 String OssSignatureComposer.composeStringToSign(MethodType method, String uriPattern, ISigner signer, Map<String,String> queries, Map<String,String> headers, Map<String,String> paths)
           
 String ISignatureComposer.composeStringToSign(MethodType method, String uriPattern, ISigner signer, Map<String,String> queries, Map<String,String> headers, Map<String,String> paths)
           
 

com.aliyuncs.httpMethodType 的使用
 

返回 MethodTypecom.aliyuncs.http 中的方法
 MethodType HttpRequest.getMethod()
           
static MethodType MethodType.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static MethodType[] MethodType.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 

参数类型为 MethodTypecom.aliyuncs.http 中的方法
 void HttpRequest.setMethod(MethodType method)
           
 



Copyright © 2017. All Rights Reserved.