public static enum BoltV1Dechunker.State extends Enum<BoltV1Dechunker.State>
| Enum Constant and Description |
|---|
AWAITING_CHUNK |
CLOSED |
IN_CHUNK |
IN_HEADER |
| Modifier and Type | Method and Description |
|---|---|
static BoltV1Dechunker.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoltV1Dechunker.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoltV1Dechunker.State AWAITING_CHUNK
public static final BoltV1Dechunker.State IN_CHUNK
public static final BoltV1Dechunker.State IN_HEADER
public static final BoltV1Dechunker.State CLOSED
public static BoltV1Dechunker.State[] values()
for (BoltV1Dechunker.State c : BoltV1Dechunker.State.values()) System.out.println(c);
public static BoltV1Dechunker.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 nullCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.