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