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