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
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 -
Method Summary
Methods inherited from class org.eclipse.jetty.io.WriteFlusher.State
getType, toString
-
Constructor Details
-
CompletingState
private CompletingState()
-