Class Generator.Result

java.lang.Object
org.eclipse.jetty.fcgi.generator.Generator.Result
All Implemented Interfaces:
org.eclipse.jetty.util.Callback, org.eclipse.jetty.util.thread.Invocable
Enclosing class:
Generator

public static class Generator.Result extends Object implements org.eclipse.jetty.util.Callback
  • 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, 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
    Result(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, org.eclipse.jetty.util.Callback callback)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    append(ByteBuffer buffer, boolean recycle)
     
    void
     
     
     
    protected void
     
    void
     

    Methods inherited from class java.lang.Object

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

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

    completeWith

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

    getInvocationType
  • Constructor Details

    • Result

      public Result(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, org.eclipse.jetty.util.Callback callback)
  • Method Details

    • append

      public Generator.Result append(ByteBuffer buffer, boolean recycle)
    • join

      public Generator.Result join(Generator.Result that)
    • getByteBuffers

      public ByteBuffer[] getByteBuffers()
    • succeeded

      public void succeeded()
      Specified by:
      succeeded in interface org.eclipse.jetty.util.Callback
    • failed

      public void failed(Throwable x)
      Specified by:
      failed in interface org.eclipse.jetty.util.Callback
    • recycle

      protected void recycle()