Enum Configuration.HttpsMode

java.lang.Object
java.lang.Enum<Configuration.HttpsMode>
com.realobjects.pdfreactor.Configuration.HttpsMode
All Implemented Interfaces:
Serializable, Comparable<Configuration.HttpsMode>, java.lang.constant.Constable
Enclosing class:
Configuration

@Deprecated public static enum Configuration.HttpsMode extends Enum<Configuration.HttpsMode>
Deprecated.
  • Enum Constant Details

    • LENIENT

      public static final Configuration.HttpsMode LENIENT
      Deprecated.

      Indicates lenient HTTPS behavior. This means that many certificate issues are ignored.

    • STRICT

      public static final Configuration.HttpsMode STRICT
      Deprecated.

      Indicates strict HTTPS behavior. This matches the default behavior of Java.

  • Method Details

    • values

      public static Configuration.HttpsMode[] values()
      Deprecated.
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Configuration.HttpsMode valueOf(String name)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null