public static enum ProxyProtocolClientConnectionFactory.V2.Tag.Command extends java.lang.Enum<ProxyProtocolClientConnectionFactory.V2.Tag.Command>
Modifier and Type | Method and Description |
---|---|
static ProxyProtocolClientConnectionFactory.V2.Tag.Command |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProxyProtocolClientConnectionFactory.V2.Tag.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProxyProtocolClientConnectionFactory.V2.Tag.Command LOCAL
public static final ProxyProtocolClientConnectionFactory.V2.Tag.Command PROXY
public static ProxyProtocolClientConnectionFactory.V2.Tag.Command[] values()
for (ProxyProtocolClientConnectionFactory.V2.Tag.Command c : ProxyProtocolClientConnectionFactory.V2.Tag.Command.values()) System.out.println(c);
public static ProxyProtocolClientConnectionFactory.V2.Tag.Command 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 nullCopyright © 1995–2021 Webtide. All rights reserved.