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