Class HTTP2Flusher.Entry

    • Field Detail

      • frame

        protected final Frame frame
      • stream

        protected final IStream stream
    • Method Detail

      • getFrameBytesGenerated

        public abstract int getFrameBytesGenerated()
      • getDataBytesRemaining

        public int getDataBytesRemaining()
      • onFlushed

        public abstract long onFlushed​(long bytes)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • failed

        public void failed​(java.lang.Throwable x)
        Description copied from interface: Callback

        Callback invoked when the operation fails.

        Specified by:
        failed in interface Callback
        Overrides:
        failed in class Callback.Nested
        Parameters:
        x - the reason for the operation failure
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object