Package | Description |
---|---|
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
Modifier and Type | Field and Description |
---|---|
private Utf8LineParser.State |
Utf8LineParser.state |
Modifier and Type | Method and Description |
---|---|
static Utf8LineParser.State |
Utf8LineParser.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Utf8LineParser.State[] |
Utf8LineParser.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|