public static enum CrpConfig.Proxy.Ssl.Engine extends java.lang.Enum<CrpConfig.Proxy.Ssl.Engine>
Modifier and Type | Method and Description |
---|---|
static CrpConfig.Proxy.Ssl.Engine |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CrpConfig.Proxy.Ssl.Engine[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrpConfig.Proxy.Ssl.Engine OPEN_SSL
public static final CrpConfig.Proxy.Ssl.Engine JDK_SSL
public static CrpConfig.Proxy.Ssl.Engine[] values()
for (CrpConfig.Proxy.Ssl.Engine c : CrpConfig.Proxy.Ssl.Engine.values()) System.out.println(c);
public static CrpConfig.Proxy.Ssl.Engine valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2023. All Rights Reserved.