public enum ForwardProxyTLSX509CertificatesTrustManager extends Enum<ForwardProxyTLSX509CertificatesTrustManager>
Modifier and Type | Method and Description |
---|---|
static ForwardProxyTLSX509CertificatesTrustManager |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForwardProxyTLSX509CertificatesTrustManager[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ForwardProxyTLSX509CertificatesTrustManager ANY
public static final ForwardProxyTLSX509CertificatesTrustManager JVM
public static final ForwardProxyTLSX509CertificatesTrustManager CUSTOM
public static ForwardProxyTLSX509CertificatesTrustManager[] values()
for (ForwardProxyTLSX509CertificatesTrustManager c : ForwardProxyTLSX509CertificatesTrustManager.values()) System.out.println(c);
public static ForwardProxyTLSX509CertificatesTrustManager valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020. All rights reserved.