| Package | Description |
|---|---|
| org.apache.commons.httpclient.contrib.ssl | |
| org.apache.commons.httpclient.protocol |
Provides protocol specific socket factory handling.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthSSLProtocolSocketFactory
AuthSSLProtocolSocketFactory can be used to validate the identity of the HTTPS
server against a list of trusted certificates and to authenticate to the HTTPS
server using a private key.
|
class |
EasySSLProtocolSocketFactory
EasySSLProtocolSocketFactory can be used to creats SSL
Sockets
that accept self-signed certificates. |
class |
SocketFactoryWrapper
Author: Mark Claassen
|
class |
StrictSSLProtocolSocketFactory
A
SecureProtocolSocketFactory that uses JSSE to create
SSL sockets. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SecureProtocolSocketFactory
A ProtocolSocketFactory that is secure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProtocolSocketFactory
The default class for creating protocol sockets.
|
class |
SSLProtocolSocketFactory
A SecureProtocolSocketFactory that uses JSSE to create sockets.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolSocketFactory |
Protocol.getSocketFactory()
Returns the socketFactory.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
Protocol(String scheme,
ProtocolSocketFactory factory,
int defaultPort)
Constructs a new Protocol.
|
Copyright © 2012 Apache Software Foundation. All Rights Reserved.