Package | Description |
---|---|
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
Modifier and Type | Field and Description |
---|---|
private WriteFlusher.StateType |
WriteFlusher.State._type |
Modifier and Type | Field and Description |
---|---|
private static java.util.EnumMap<WriteFlusher.StateType,java.util.Set<WriteFlusher.StateType>> |
WriteFlusher.__stateTransitions |
private static java.util.EnumMap<WriteFlusher.StateType,java.util.Set<WriteFlusher.StateType>> |
WriteFlusher.__stateTransitions |
Modifier and Type | Method and Description |
---|---|
WriteFlusher.StateType |
WriteFlusher.State.getType() |
static WriteFlusher.StateType |
WriteFlusher.StateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WriteFlusher.StateType[] |
WriteFlusher.StateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
WriteFlusher.isState(WriteFlusher.StateType type) |
Constructor and Description |
---|
State(WriteFlusher.StateType stateType) |