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 |
| 从类 com.aliyuncs.RpcAcsRequest 继承的方法 |
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion |
| 从类 com.aliyuncs.AcsRequest 继承的方法 |
concatQueryString, getAcceptFormat, getActionName, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProtocol, getQueryParameters, getRegionId, getResponseClass, getSecurityToken, getVersion, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpointType, setLocationProduct, 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)
BodyHttpRequest
public BodyHttpRequest(String product,
String version,
String action,
String serviceCode)
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.