private static enum ProxyConnectionFactory.ProxyV2ConnectionFactory.Family extends java.lang.Enum<ProxyConnectionFactory.ProxyV2ConnectionFactory.Family>
Modifier and Type | Method and Description |
---|---|
static ProxyConnectionFactory.ProxyV2ConnectionFactory.Family |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProxyConnectionFactory.ProxyV2ConnectionFactory.Family[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProxyConnectionFactory.ProxyV2ConnectionFactory.Family UNSPEC
public static final ProxyConnectionFactory.ProxyV2ConnectionFactory.Family INET
public static final ProxyConnectionFactory.ProxyV2ConnectionFactory.Family INET6
public static final ProxyConnectionFactory.ProxyV2ConnectionFactory.Family UNIX
public static ProxyConnectionFactory.ProxyV2ConnectionFactory.Family[] values()
for (ProxyConnectionFactory.ProxyV2ConnectionFactory.Family c : ProxyConnectionFactory.ProxyV2ConnectionFactory.Family.values()) System.out.println(c);
public static ProxyConnectionFactory.ProxyV2ConnectionFactory.Family 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 null