com.aliyuncs.cms
类 CmsPostClient
java.lang.Object
com.aliyuncs.DefaultAcsClient
com.aliyuncs.cms.CmsPostClient
- 所有已实现的接口:
- com.aliyuncs.IAcsClient
public class CmsPostClient
- extends com.aliyuncs.DefaultAcsClient
Created by fray.yangb-然诺 on 16/4/26.
|
方法摘要 |
<T extends com.aliyuncs.AcsResponse>
com.aliyuncs.http.HttpResponse |
|
doAction(com.aliyuncs.AcsRequest<T> request,
boolean autoRetry,
int maxRetryNumber,
String regionId,
com.aliyuncs.auth.Credential credential,
com.aliyuncs.auth.ISigner signer,
com.aliyuncs.http.FormatType format,
List<com.aliyuncs.regions.Endpoint> endpoints)
|
com.aliyuncs.http.HttpResponse |
getResponse(com.aliyuncs.http.HttpRequest httpRequest,
BodyHttpRequest request)
|
byte[] |
readBytes(HttpURLConnection conn)
|
| 从类 com.aliyuncs.DefaultAcsClient 继承的方法 |
doAction, doAction, doAction, doAction, doAction, getAcsResponse, getAcsResponse, getAcsResponse, getAcsResponse, getMaxRetryNumber, isAutoRetry, setAutoRetry, setMaxRetryNumber |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmsPostClient
public CmsPostClient()
CmsPostClient
public CmsPostClient(com.aliyuncs.profile.IClientProfile profile)
doAction
public <T extends com.aliyuncs.AcsResponse> com.aliyuncs.http.HttpResponse doAction(com.aliyuncs.AcsRequest<T> request,
boolean autoRetry,
int maxRetryNumber,
String regionId,
com.aliyuncs.auth.Credential credential,
com.aliyuncs.auth.ISigner signer,
com.aliyuncs.http.FormatType format,
List<com.aliyuncs.regions.Endpoint> endpoints)
throws com.aliyuncs.exceptions.ClientException,
com.aliyuncs.exceptions.ServerException
- 指定者:
- 接口
com.aliyuncs.IAcsClient 中的 doAction - 覆盖:
- 类
com.aliyuncs.DefaultAcsClient 中的 doAction
- 抛出:
com.aliyuncs.exceptions.ClientException
com.aliyuncs.exceptions.ServerException
getResponse
public com.aliyuncs.http.HttpResponse getResponse(com.aliyuncs.http.HttpRequest httpRequest,
BodyHttpRequest request)
throws IOException
- 抛出:
IOException
readBytes
public byte[] readBytes(HttpURLConnection conn)
throws IOException
- 抛出:
IOException
Copyright © 2016. All Rights Reserved.