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