java.lang.Object
org.eclipse.jetty.fcgi.generator.Flusher

public class Flusher extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Flusher(org.eclipse.jetty.io.EndPoint endPoint)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    flush(org.eclipse.jetty.io.ByteBufferPool.Accumulator accumulator, org.eclipse.jetty.util.Callback callback)
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Flusher

      public Flusher(org.eclipse.jetty.io.EndPoint endPoint)
  • Method Details

    • flush

      public void flush(org.eclipse.jetty.io.ByteBufferPool.Accumulator accumulator, org.eclipse.jetty.util.Callback callback)
    • shutdown

      public void shutdown()