public static enum TCPClientFactory.ClientType extends Enum<TCPClientFactory.ClientType>
Modifier and Type | Method and Description |
---|---|
static TCPClientFactory.ClientType |
getClientType(byte value) |
static TCPClientFactory.ClientType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TCPClientFactory.ClientType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TCPClientFactory.ClientType Netty
public static final TCPClientFactory.ClientType Grizzly
public static TCPClientFactory.ClientType[] values()
for (TCPClientFactory.ClientType c : TCPClientFactory.ClientType.values()) System.out.println(c);
public static TCPClientFactory.ClientType 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 nullpublic static TCPClientFactory.ClientType getClientType(byte value)
Copyright © 2016. All rights reserved.