| |
|
| java.lang.Object com.meterware.httpunit.HttpsProtocolSupport
HttpsProtocolSupport | abstract public class HttpsProtocolSupport (Code) | | Encapsulates support for the HTTPS protocol.
author: Russell Gold |
Method Summary | |
static boolean | hasHttpsSupport() Returns true if the JSSE extension is installed. | static void | verifyProtocolSupport(String protocol) Attempts to register the JSSE extension if it is not already registered. |
hasHttpsSupport | static boolean hasHttpsSupport()(Code) | | Returns true if the JSSE extension is installed.
|
verifyProtocolSupport | static void verifyProtocolSupport(String protocol)(Code) | | Attempts to register the JSSE extension if it is not already registered. Will throw an exception if unable to
register the extension.
|
|
|
|