Class HttpsProtocolSupport

java.lang.Object
com.meterware.httpunit.HttpsProtocolSupport

public abstract class HttpsProtocolSupport extends Object
Encapsulates support for the HTTPS protocol.
Author:
Russell Gold
  • Field Details

  • Constructor Details

    • HttpsProtocolSupport

      public HttpsProtocolSupport()
  • Method Details

    • useProvider

      public static void useProvider(String className, String handlerName)
      use the given SSL providers - reset the one used so far
      Parameters:
      className -
      handlerName -
    • useIBM

      public static void useIBM()
      use the IBM WebShpere handlers
    • getHttpsProviderClass

      public static Class getHttpsProviderClass() throws ClassNotFoundException
      get the Https Provider Class if it's been set already return it - otherwise check with the Security package and take the first available provider if all fails take the default provider class
      Returns:
      the HttpsProviderClass
      Throws:
      ClassNotFoundException