Class HTTP2Session.DataEntry

java.lang.Object
org.eclipse.jetty.util.Callback.Completing
org.eclipse.jetty.util.Callback.Nested
org.eclipse.jetty.http2.HTTP2Flusher.Entry
org.eclipse.jetty.http2.HTTP2Session.DataEntry
All Implemented Interfaces:
org.eclipse.jetty.util.Callback, org.eclipse.jetty.util.thread.Invocable
Enclosing class:
HTTP2Session

private class HTTP2Session.DataEntry extends HTTP2Flusher.Entry
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Callback

    org.eclipse.jetty.util.Callback.Completable, org.eclipse.jetty.util.Callback.Completing, org.eclipse.jetty.util.Callback.Nested

    Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable

    org.eclipse.jetty.util.thread.Invocable.InvocationType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private int
     
    private int
     
    private int
     
    private int
     

    Fields inherited from class org.eclipse.jetty.http2.HTTP2Flusher.Entry

    frame, stream

    Fields inherited from interface org.eclipse.jetty.util.Callback

    NOOP

    Fields inherited from interface org.eclipse.jetty.util.thread.Invocable

    __nonBlocking
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    DataEntry(DataFrame frame, IStream stream, org.eclipse.jetty.util.Callback callback)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    generate(org.eclipse.jetty.io.ByteBufferPool.Lease lease)
     
    int
     
    int
     
    long
    onFlushed(long bytes)
     
    void
     

    Methods inherited from class org.eclipse.jetty.http2.HTTP2Flusher.Entry

    commit, failed, hasHighPriority, toString

    Methods inherited from class org.eclipse.jetty.util.Callback.Nested

    getCallback, getInvocationType

    Methods inherited from class org.eclipse.jetty.util.Callback.Completing

    completed

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • frameBytes

      private int frameBytes
    • frameRemaining

      private int frameRemaining
    • dataBytes

      private int dataBytes
    • dataRemaining

      private int dataRemaining
  • Constructor Details

    • DataEntry

      private DataEntry(DataFrame frame, IStream stream, org.eclipse.jetty.util.Callback callback)
  • Method Details