Enum SSLMode

java.lang.Object
java.lang.Enum<SSLMode>
org.apache.http.impl.nio.reactor.SSLMode
All Implemented Interfaces:
Serializable, Comparable<SSLMode>

@Deprecated public enum SSLMode extends Enum<SSLMode>
Deprecated.
(4.2)
Since:
4.0
  • Enum Constant Details

    • CLIENT

      public static final SSLMode CLIENT
      Deprecated.
    • SERVER

      public static final SSLMode SERVER
      Deprecated.
  • Constructor Details

    • SSLMode

      private SSLMode()
      Deprecated.
  • Method Details

    • values

      public static SSLMode[] 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 SSLMode 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