com.aliyuncs.cms
类 BodyHttpRequest<T extends com.aliyuncs.AcsResponse>

java.lang.Object
  继承者 com.aliyuncs.http.HttpRequest
      继承者 com.aliyuncs.AcsRequest<T>
          继承者 com.aliyuncs.RpcAcsRequest<T>
              继承者 com.aliyuncs.cms.BodyHttpRequest<T>
直接已知子类:
PutMetricDataRequest

public abstract class BodyHttpRequest<T extends com.aliyuncs.AcsResponse>
extends com.aliyuncs.RpcAcsRequest<T>

Created by fray.yangb-然诺 on 16/4/26.


字段摘要
 
从类 com.aliyuncs.AcsRequest 继承的字段
composer
 
从类 com.aliyuncs.http.HttpRequest 继承的字段
connectTimeout, content, CONTENT_LENGTH, CONTENT_MD5, CONTENT_TYPE, contentType, encoding, headers, readTimeout
 
构造方法摘要
BodyHttpRequest(String product)
           
BodyHttpRequest(String product, String version)
           
BodyHttpRequest(String product, String version, String action)
           
 
方法摘要
 Map<String,String> getBodyParameter()
           
 void putBodyParameter(String key, String value)
           
 void setBodyParameter(Map<String,String> bodyParameter)
           
 com.aliyuncs.http.HttpRequest signRequest(com.aliyuncs.auth.ISigner signer, com.aliyuncs.auth.Credential credential, com.aliyuncs.http.FormatType format, com.aliyuncs.regions.ProductDomain domain)
           
 
从类 com.aliyuncs.RpcAcsRequest 继承的方法
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion
 
从类 com.aliyuncs.AcsRequest 继承的方法
concatQueryString, getAcceptFormat, getActionName, getDomainParameters, getProduct, getProtocol, getQueryParameters, getRegionId, getResponseClass, getSecurityToken, getVersion, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setParameter, setProtocol, setRegionId
 
从类 com.aliyuncs.http.HttpRequest 继承的方法
getConnectTimeout, getContent, getContentType, getEncoding, getHeaders, getHeaderValue, getHttpConnection, getMethod, getReadTimeout, getUrl, putHeaderParameter, setConnectTimeout, setContent, setContentType, setEncoding, setMethod, setReadTimeout, setUrl
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BodyHttpRequest

public BodyHttpRequest(String product)

BodyHttpRequest

public BodyHttpRequest(String product,
                       String version)

BodyHttpRequest

public BodyHttpRequest(String product,
                       String version,
                       String action)
方法详细信息

getBodyParameter

public Map<String,String> getBodyParameter()

setBodyParameter

public void setBodyParameter(Map<String,String> bodyParameter)

putBodyParameter

public void putBodyParameter(String key,
                             String value)

signRequest

public com.aliyuncs.http.HttpRequest signRequest(com.aliyuncs.auth.ISigner signer,
                                                 com.aliyuncs.auth.Credential credential,
                                                 com.aliyuncs.http.FormatType format,
                                                 com.aliyuncs.regions.ProductDomain domain)
                                          throws InvalidKeyException,
                                                 IllegalStateException,
                                                 UnsupportedEncodingException
覆盖:
com.aliyuncs.RpcAcsRequest<T extends com.aliyuncs.AcsResponse> 中的 signRequest
抛出:
InvalidKeyException
IllegalStateException
UnsupportedEncodingException


Copyright © 2016. All Rights Reserved.