public static enum OutboundConnectionSettings.Framing extends java.lang.Enum<OutboundConnectionSettings.Framing>
Enum Constant and Description |
---|
CRC |
LZ4 |
UNPROTECTED |
Modifier and Type | Method and Description |
---|---|
static OutboundConnectionSettings.Framing |
forId(int id) |
static OutboundConnectionSettings.Framing |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OutboundConnectionSettings.Framing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutboundConnectionSettings.Framing UNPROTECTED
public static final OutboundConnectionSettings.Framing LZ4
public static final OutboundConnectionSettings.Framing CRC
public static OutboundConnectionSettings.Framing[] values()
for (OutboundConnectionSettings.Framing c : OutboundConnectionSettings.Framing.values()) System.out.println(c);
public static OutboundConnectionSettings.Framing 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 nullpublic static OutboundConnectionSettings.Framing forId(int id)
Copyright © 2009- The Apache Software Foundation