| Package | Description |
|---|---|
| org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
| Modifier and Type | Field and Description |
|---|---|
private HttpParser.State |
HttpParser._state |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.EnumSet<HttpParser.State> |
HttpParser.__completeStates |
private static java.util.EnumSet<HttpParser.State> |
HttpParser.__idleStates |
| Modifier and Type | Method and Description |
|---|---|
HttpParser.State |
HttpParser.getState() |
static HttpParser.State |
HttpParser.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpParser.State[] |
HttpParser.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpParser.isState(HttpParser.State state) |
protected void |
HttpParser.setState(HttpParser.State state) |
| Constructor and Description |
|---|
IllegalCharacterException(HttpParser.State state,
byte ch,
java.nio.ByteBuffer buffer) |