java.lang.Object
org.eclipse.jetty.http3.generator.FrameGenerator
Direct Known Subclasses:
CancelPushGenerator, DataGenerator, GoAwayGenerator, HeadersGenerator, MaxPushIdGenerator, PushPromiseGenerator, SettingsGenerator

public abstract class FrameGenerator extends Object
  • Constructor Details

    • FrameGenerator

      public FrameGenerator(org.eclipse.jetty.io.ByteBufferPool bufferPool)
  • Method Details

    • getByteBufferPool

      public org.eclipse.jetty.io.ByteBufferPool getByteBufferPool()
    • generate

      public abstract int generate(org.eclipse.jetty.io.ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail)