java.lang.Object
org.eclipse.jetty.fcgi.generator.Generator
Direct Known Subclasses:
ClientGenerator, ServerGenerator

public class Generator extends Object
  • Field Details

  • Constructor Details

    • Generator

      public Generator(org.eclipse.jetty.io.ByteBufferPool bufferPool, boolean useDirectByteBuffers)
  • Method Details

    • getByteBufferPool

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

      public boolean isUseDirectByteBuffers()
    • generateContent

      protected void generateContent(org.eclipse.jetty.io.ByteBufferPool.Accumulator accumulator, int id, ByteBuffer content, boolean lastContent, FCGI.FrameType frameType)