Enum Class TLS

java.lang.Object
java.lang.Enum<TLS>
dev.galasa.http.TLS
All Implemented Interfaces:
Serializable, Comparable<TLS>, Constable

public enum TLS extends Enum<TLS>
  • Enum Constant Details

    • v1_0

      public static final TLS v1_0
    • v1_1

      public static final TLS v1_1
    • v1_2

      public static final TLS v1_2
    • v1_3

      public static final TLS v1_3
  • Method Details

    • values

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

      public static TLS valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getTls

      public org.apache.hc.core5.http.ssl.TLS getTls()