Package org.eclipse.jetty.io
Class WriteFlusher.FailedState
- java.lang.Object
-
- org.eclipse.jetty.io.WriteFlusher.State
-
- org.eclipse.jetty.io.WriteFlusher.FailedState
-
- Enclosing class:
- WriteFlusher
private static class WriteFlusher.FailedState extends WriteFlusher.State
In FailedState no more operations are allowed. The current implementation will never recover from this state.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Throwable
_cause
-
Constructor Summary
Constructors Modifier Constructor Description private
FailedState(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
-
Methods inherited from class org.eclipse.jetty.io.WriteFlusher.State
getType, toString
-
-