| 程序包 | 说明 |
|---|---|
| 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.params |
HttpClient preferences framework.
|
| com.ptteng.course.util.aliPayUtil.apacheCommonUtil.httpclient.protocol |
Provides protocol specific socket factory handling.
|
| 限定符和类型 | 方法和说明 |
|---|---|
HttpConnectionParams |
HttpConnection.getParams()
Returns
HTTP protocol parameters associated with this method. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HttpConnection.setParams(HttpConnectionParams params)
Assigns
HTTP protocol parameters for this method. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HttpConnectionManagerParams
This class represents a collection of HTTP protocol parameters applicable to
HTTP connection managers. |
| 限定符和类型 | 方法和说明 |
|---|---|
Socket |
SSLProtocolSocketFactory.createSocket(String host,
int port,
InetAddress localAddress,
int localPort,
HttpConnectionParams params)
Attempts to get a new socket connection to the given host within the given time limit.
|
Socket |
ProtocolSocketFactory.createSocket(String host,
int port,
InetAddress localAddress,
int localPort,
HttpConnectionParams params)
Gets a new socket connection to the given host.
|
Socket |
DefaultProtocolSocketFactory.createSocket(String host,
int port,
InetAddress localAddress,
int localPort,
HttpConnectionParams params)
Attempts to get a new socket connection to the given host within the given time limit.
|
Copyright © 2017. All rights reserved.