Package org.eclipse.jetty.fcgi.generator
Class Flusher
- java.lang.Object
-
- org.eclipse.jetty.fcgi.generator.Flusher
-
public class Flusher extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
flush(Generator.Result... results)
void
shutdown()
-
-
-
Constructor Detail
-
Flusher
public Flusher(EndPoint endPoint)
-
-
Method Detail
-
flush
public void flush(Generator.Result... results)
-
shutdown
public void shutdown()
-
-