Class EarlyFlushHtmlResponseWriterImpl

  • All Implemented Interfaces:
    Closeable, Flushable, Appendable, AutoCloseable

    public class EarlyFlushHtmlResponseWriterImpl
    extends HtmlResponseWriterImpl
    This implementation is just the default html response writer with the early flush logic. The idea is detect when the end "head" element is rendered and in that moment, when the flush call is done, force the flush of the current underlying writer.
    Author:
    Leonardo Uribe