Package | Description |
---|---|
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
Modifier and Type | Field and Description |
---|---|
private MultiPartParser.State |
MultiPartParser._state |
Modifier and Type | Field and Description |
---|---|
private static java.util.EnumSet<MultiPartParser.State> |
MultiPartParser.__delimiterStates |
Modifier and Type | Method and Description |
---|---|
MultiPartParser.State |
MultiPartParser.getState() |
static MultiPartParser.State |
MultiPartParser.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MultiPartParser.State[] |
MultiPartParser.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 |
MultiPartParser.isState(MultiPartParser.State state) |
private void |
MultiPartParser.setState(MultiPartParser.State state) |
Constructor and Description |
---|
IllegalCharacterException(MultiPartParser.State state,
byte ch,
java.nio.ByteBuffer buffer) |