public static enum NonblockingSaslHandler.Phase extends java.lang.Enum<NonblockingSaslHandler.Phase>
| Enum Constant and Description |
|---|
CLOSED |
CLOSING |
EVALUATING_SASL_RESPONSE |
INITIIALIIZING |
PROCESSING |
READING_REQUEST |
READING_SASL_RESPONSE |
WRITING_FAILURE_MESSAGE |
WRITING_RESPONSE |
WRITING_SASL_CHALLENGE |
WRITING_SUCCESS_MESSAGE |
| Modifier and Type | Method and Description |
|---|---|
static NonblockingSaslHandler.Phase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NonblockingSaslHandler.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NonblockingSaslHandler.Phase INITIIALIIZING
public static final NonblockingSaslHandler.Phase READING_SASL_RESPONSE
public static final NonblockingSaslHandler.Phase EVALUATING_SASL_RESPONSE
public static final NonblockingSaslHandler.Phase WRITING_SASL_CHALLENGE
public static final NonblockingSaslHandler.Phase WRITING_SUCCESS_MESSAGE
public static final NonblockingSaslHandler.Phase WRITING_FAILURE_MESSAGE
public static final NonblockingSaslHandler.Phase READING_REQUEST
public static final NonblockingSaslHandler.Phase PROCESSING
public static final NonblockingSaslHandler.Phase WRITING_RESPONSE
public static final NonblockingSaslHandler.Phase CLOSING
public static final NonblockingSaslHandler.Phase CLOSED
public static NonblockingSaslHandler.Phase[] values()
for (NonblockingSaslHandler.Phase c : NonblockingSaslHandler.Phase.values()) System.out.println(c);
public static NonblockingSaslHandler.Phase 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