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