Package org.eclipse.jetty.fcgi.generator
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 org.eclipse.jetty.util.Callback
Callback.Completable, Callback.Completing, Callback.Nested
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
Invocable.InvocationType
-
Field Summary
FieldsFields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(ByteBuffer buffer, boolean recycle) void
Callback invoked when the operation fails.join
(Generator.Result that) protected void
recycle()
void
Callback invoked when the operation completes.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.thread.Invocable
getInvocationType
-
Field Details
-
callbacks
-
buffers
-
recycles
-
byteBufferPool
-
-
Constructor Details
-
Result
-
-
Method Details