public static enum SocketCommNIO.State extends Enum<SocketCommNIO.State>
Enum Constant and Description |
---|
CLOSED |
CLOSING |
CONNECTED |
CONNECTING |
OPEN |
PROXY_SETUP |
SECURING |
UNINITIALIZED |
Modifier and Type | Method and Description |
---|---|
static SocketCommNIO.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocketCommNIO.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SocketCommNIO.State UNINITIALIZED
public static final SocketCommNIO.State OPEN
public static final SocketCommNIO.State PROXY_SETUP
public static final SocketCommNIO.State SECURING
public static final SocketCommNIO.State CONNECTING
public static final SocketCommNIO.State CONNECTED
public static final SocketCommNIO.State CLOSING
public static final SocketCommNIO.State CLOSED
public static SocketCommNIO.State[] values()
for (SocketCommNIO.State c : SocketCommNIO.State.values()) System.out.println(c);
public static SocketCommNIO.State 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 nulliizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.