Class Generator.Result
java.lang.Object
org.eclipse.jetty.fcgi.generator.Generator.Result
- Direct Known Subclasses:
Flusher.ShutdownResult
- Enclosing class:
Generator
-
Nested Class Summary
Nested classes/interfaces inherited from interface Callback
Callback.Completable, Callback.Completing, Callback.NestedNested classes/interfaces inherited from interface Invocable
Invocable.InvocationType -
Field Summary
FieldsFields inherited from interface Invocable
__nonBlocking -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(ByteBuffer buffer, boolean recycle) voidCallback invoked when the operation fails.join(Generator.Result that) protected voidrecycle()voidCallback invoked when the operation completes.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Invocable
getInvocationType
-
Field Details
-
callbacks
-
buffers
-
recycles
-
byteBufferPool
-
-
Constructor Details
-
Result
-
-
Method Details
-
append
-
join
-
getByteBuffers
-
succeeded
-
failed
-
recycle
protected void recycle()
-