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 byteBufferPool, boolean useDirectByteBuffers)
  • Method Details

    • generateContent

      protected Generator.Result generateContent(int id, ByteBuffer content, boolean recycle, boolean lastContent, org.eclipse.jetty.util.Callback callback, FCGI.FrameType frameType)