Package anbxj

Enum Class Channel_SSLChannelType

All Implemented Interfaces:
Serializable, Comparable<Channel_SSLChannelType>, Constable

public enum Channel_SSLChannelType extends Enum<Channel_SSLChannelType>
Enumeration representing different types of SSL channels.
  • Enum Constant Details

  • Method Details

    • values

      public static Channel_SSLChannelType[] 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 Channel_SSLChannelType 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
    • String2ChannelType

      public static Channel_SSLChannelType String2ChannelType(String cts)
      Returns the corresponding SSL channel type given a string The string should be a valid SSL channel type name
      Parameters:
      cts - the specified string
      Returns:
      a Channel_SSLChannelType
    • getInfo

      public static String getInfo()
      Returns information about SSL Channel Types.
      Returns:
      a string containing information about SSL Channel Types