public static enum IOFilterResult.HandshakeStatus extends Enum<IOFilterResult.HandshakeStatus>
Enum Constant and Description |
---|
FINISHED |
NEED_TASK |
NEED_UNWRAP |
NEED_WRAP |
NOT_HANDSHAKING |
Modifier and Type | Method and Description |
---|---|
static IOFilterResult.HandshakeStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOFilterResult.HandshakeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IOFilterResult.HandshakeStatus FINISHED
public static final IOFilterResult.HandshakeStatus NEED_TASK
public static final IOFilterResult.HandshakeStatus NEED_UNWRAP
public static final IOFilterResult.HandshakeStatus NEED_WRAP
public static final IOFilterResult.HandshakeStatus NOT_HANDSHAKING
public static IOFilterResult.HandshakeStatus[] values()
for (IOFilterResult.HandshakeStatus c : IOFilterResult.HandshakeStatus.values()) System.out.println(c);
public static IOFilterResult.HandshakeStatus 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 nullCopyright © GigaSpaces.