Package org.eclipse.jetty.io
Class WriteFlusher.CompletingState
- java.lang.Object
-
- org.eclipse.jetty.io.WriteFlusher.State
-
- org.eclipse.jetty.io.WriteFlusher.CompletingState
-
- Enclosing class:
- WriteFlusher
private static class WriteFlusher.CompletingState extends WriteFlusher.State
In CompletingState WriteFlusher is flushing buffers that have not been fully written in write(). If write() didn't flush all buffers in one go, it'll switch the State to PendingState. completeWrite() will then switch to this state and try to flush the remaining buffers.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CompletingState()
-
Method Summary
-
Methods inherited from class org.eclipse.jetty.io.WriteFlusher.State
getType, toString
-
-