Package org.eclipse.jetty.io
Class WriteFlusher.State
- java.lang.Object
-
- org.eclipse.jetty.io.WriteFlusher.State
-
- Direct Known Subclasses:
WriteFlusher.CompletingState,WriteFlusher.FailedState,WriteFlusher.IdleState,WriteFlusher.PendingState,WriteFlusher.WritingState
- Enclosing class:
- WriteFlusher
private static class WriteFlusher.State extends java.lang.ObjectState represents a State of WriteFlusher.
-
-
Field Summary
Fields Modifier and Type Field Description private WriteFlusher.StateType_type
-
Constructor Summary
Constructors Modifier Constructor Description privateState(WriteFlusher.StateType stateType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WriteFlusher.StateTypegetType()java.lang.StringtoString()
-
-
-
Field Detail
-
_type
private final WriteFlusher.StateType _type
-
-
Constructor Detail
-
State
private State(WriteFlusher.StateType stateType)
-
-
Method Detail
-
getType
public WriteFlusher.StateType getType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-