com.aliyun.mns.common.http
类 ServiceClient.Request
java.lang.Object
com.aliyun.mns.common.http.HttpMesssage
com.aliyun.mns.common.http.ServiceClient.Request
- 包容类:
- ServiceClient
public static class ServiceClient.Request
- extends HttpMesssage
A wrapper class to HttpMessage. It contains the data to create
HttpRequestBase, and it is easy for testing to verify the built data such
as URL, content.
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceClient.Request
public ServiceClient.Request()
getUri
public String getUri()
setUrl
public void setUrl(String uri)
getMethod
public HttpMethod getMethod()
- 返回:
- the method
setMethod
public void setMethod(HttpMethod method)
- 参数:
method - the method to set
Copyright © 2016. All Rights Reserved.