Package org.eclipse.jetty.fcgi.generator
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
-
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.NestedNested 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
NOOPFields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking -
Constructor Summary
ConstructorsConstructorDescriptionResult(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, org.eclipse.jetty.util.Callback callback) -
Method Summary
Modifier and TypeMethodDescriptionappend(ByteBuffer buffer, boolean recycle) voidjoin(Generator.Result that) protected voidrecycle()voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.Callback
completeWithMethods 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
-
join
-
getByteBuffers
-
succeeded
public void succeeded()- Specified by:
succeededin interfaceorg.eclipse.jetty.util.Callback
-
failed
- Specified by:
failedin interfaceorg.eclipse.jetty.util.Callback
-
recycle
protected void recycle()
-