Class InstructionFlusher

java.lang.Object
org.eclipse.jetty.util.IteratingCallback
org.eclipse.jetty.http3.internal.InstructionFlusher
All Implemented Interfaces:
org.eclipse.jetty.util.Callback, org.eclipse.jetty.util.thread.Invocable

public class InstructionFlusher extends org.eclipse.jetty.util.IteratingCallback
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.jetty.util.IteratingCallback

    org.eclipse.jetty.util.IteratingCallback.Action

    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, org.eclipse.jetty.util.thread.Invocable.ReadyTask, org.eclipse.jetty.util.thread.Invocable.Task
  • Field Summary

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

    NOOP

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

    __nonBlocking
  • Constructor Summary

    Constructors
    Constructor
    Description
    InstructionFlusher(org.eclipse.jetty.quic.common.QuicSession session, org.eclipse.jetty.quic.common.QuicStreamEndPoint endPoint, long streamType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jetty.util.thread.Invocable.InvocationType
     
    boolean
    offer(List<org.eclipse.jetty.http3.qpack.Instruction> instructions)
     
    protected void
     
    protected org.eclipse.jetty.util.IteratingCallback.Action
     
    void
     
     

    Methods inherited from class org.eclipse.jetty.util.IteratingCallback

    close, failed, isClosed, isFailed, isSucceeded, iterate, onCompleteSuccess, reset

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

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

    completeWith
  • Constructor Details

    • InstructionFlusher

      public InstructionFlusher(org.eclipse.jetty.quic.common.QuicSession session, org.eclipse.jetty.quic.common.QuicStreamEndPoint endPoint, long streamType)
  • Method Details

    • offer

      public boolean offer(List<org.eclipse.jetty.http3.qpack.Instruction> instructions)
    • process

      protected org.eclipse.jetty.util.IteratingCallback.Action process()
      Specified by:
      process in class org.eclipse.jetty.util.IteratingCallback
    • succeeded

      public void succeeded()
      Specified by:
      succeeded in interface org.eclipse.jetty.util.Callback
      Overrides:
      succeeded in class org.eclipse.jetty.util.IteratingCallback
    • onCompleteFailure

      protected void onCompleteFailure(Throwable failure)
      Overrides:
      onCompleteFailure in class org.eclipse.jetty.util.IteratingCallback
    • getInvocationType

      public org.eclipse.jetty.util.thread.Invocable.InvocationType getInvocationType()
    • toString

      public String toString()
      Overrides:
      toString in class org.eclipse.jetty.util.IteratingCallback