| java.lang.Object HTTPClient.SSLSupport
All known Subclasses: HTTPClient.jsse.JsseSSLSupport,
SSLSupport | abstract public class SSLSupport (Code) | | A wrapper which helps to the HTTPClient package for
SSL support with Sun's JSSE while making it possible
use the patched client, sans SSL capability, without
the JSSE jars.
|
DEFAULT_SSL_SUPPORT_CLASS | final public static String DEFAULT_SSL_SUPPORT_CLASS(Code) | | |
DEFAULT_SSL_SUPPORT_CLASS_PROPERTY | final public static String DEFAULT_SSL_SUPPORT_CLASS_PROPERTY(Code) | | |
SSL_PROPERTIES | final public static String SSL_PROPERTIES(Code) | | |
canSupport | final public static boolean canSupport()(Code) | | |
getDefaultSupportClass | protected static String getDefaultSupportClass()(Code) | | |
|
|