| 程序包 | 说明 |
|---|---|
| com.ptteng.course.util.aliPayUtil.apacheCommonUtil.httpclient |
Classes and interfaces supporting the client side of the HTTP protocol.
|
| com.ptteng.course.util.aliPayUtil.apacheCommonUtil.httpclient.methods.multipart |
Provides Multipart support classes for the
com.ptteng.mall.order.util.apacheCommonUtil.httpclient.methods.MultipartPostMethod. |
| com.ptteng.course.util.aliPayUtil.apacheCommonUtil.httpclient.params |
HttpClient preferences framework.
|
| 限定符和类型 | 方法和说明 |
|---|---|
HttpMethodParams |
HttpMethodBase.getParams()
Returns
HTTP protocol parameters associated with this method. |
HttpMethodParams |
HttpMethod.getParams()
Returns
HTTP protocol parameters associated with this method. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HttpMethodBase.setParams(HttpMethodParams params)
Assigns
HTTP protocol parameters for this method. |
void |
HttpMethod.setParams(HttpMethodParams params)
Assigns
HTTP protocol parameters for this method. |
| 构造器和说明 |
|---|
MultipartRequestEntity(Part[] parts,
HttpMethodParams params)
Creates a new multipart entity containing the given parts.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
HttpClientParams
This class represents a collection of HTTP protocol parameters applicable to
instances of HttpClient. |
Copyright © 2017. All rights reserved.