public static enum NioGremlinResponseDecoder.DecoderState extends Enum<NioGremlinResponseDecoder.DecoderState>
Enum Constant and Description |
---|
MESSAGE |
MESSAGE_LENGTH |
Modifier and Type | Method and Description |
---|---|
static NioGremlinResponseDecoder.DecoderState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NioGremlinResponseDecoder.DecoderState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NioGremlinResponseDecoder.DecoderState MESSAGE_LENGTH
public static final NioGremlinResponseDecoder.DecoderState MESSAGE
public static NioGremlinResponseDecoder.DecoderState[] values()
for (NioGremlinResponseDecoder.DecoderState c : NioGremlinResponseDecoder.DecoderState.values()) System.out.println(c);
public static NioGremlinResponseDecoder.DecoderState 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 © 2013–2019 Apache Software Foundation. All rights reserved.