| 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 | Class and Description |
|---|---|
class |
SSLProtocolSocketFactory
A SecureProtocolSocketFactory that uses JSSE to create sockets.
|
| Constructor and Description |
|---|
Protocol(String scheme,
SecureProtocolSocketFactory factory,
int defaultPort)
Deprecated.
Use the constructor that uses ProtocolSocketFactory, this version of
the constructor is only kept for backwards API compatibility.
|
Copyright © 2012 Apache Software Foundation. All Rights Reserved.