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.Object
State represents a State of WriteFlusher.
-
-
Field Summary
Fields Modifier and Type Field Description private WriteFlusher.StateType
_type
-
Constructor Summary
Constructors Modifier Constructor Description private
State(WriteFlusher.StateType stateType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WriteFlusher.StateType
getType()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-