Class Flusher
java.lang.Object
org.eclipse.jetty.fcgi.generator.Flusher
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classprivate class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final EndPointprivate final IteratingCallbackprivate static final Loggerprivate final Queue<Generator.Result> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidflush(Generator.Result... results) private voidoffer(Generator.Result result) private Generator.Resultpoll()voidshutdown()
-
Field Details
-
LOG
-
queue
-
flushCallback
-
endPoint
-
-
Constructor Details
-
Flusher
-
-
Method Details
-
flush
-
offer
-
poll
-
shutdown
public void shutdown()
-