Class WriteFlusher.PendingState

java.lang.Object
org.eclipse.jetty.io.WriteFlusher.State
org.eclipse.jetty.io.WriteFlusher.PendingState
Enclosing class:
WriteFlusher

private class WriteFlusher.PendingState extends WriteFlusher.State
In PendingState not all buffers could be written in one go. Then write() will switch to PendingState() and preserve the state by creating a new PendingState object with the given parameters.