| 程序包 | 说明 |
|---|---|
| com.ptteng.course.util.aliPayUtil.apacheCommonUtil.httpclient.protocol |
Provides protocol specific socket factory handling.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
SecureProtocolSocketFactory
A ProtocolSocketFactory that is secure.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultProtocolSocketFactory
The default class for creating protocol sockets.
|
class |
SSLProtocolSocketFactory
A SecureProtocolSocketFactory that uses JSSE to create sockets.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ProtocolSocketFactory |
Protocol.getSocketFactory()
Returns the socketFactory.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Socket |
ControllerThreadSocketFactory.createSocket(ProtocolSocketFactory socketfactory,
String host,
int port,
InetAddress localAddress,
int localPort,
int timeout)
This method spawns a controller thread overseeing the process of socket
initialisation.
|
| 构造器和说明 |
|---|
Protocol(String scheme,
ProtocolSocketFactory factory,
int defaultPort)
Constructs a new Protocol.
|
Copyright © 2017. All rights reserved.