Class 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CompletingState

        private CompletingState()