Class FileBufferedResponseHandler

All Implemented Interfaces:
Handler, Handler.Container, Handler.Singleton, Request.Handler, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle, Invocable

public class FileBufferedResponseHandler extends BufferedResponseHandler

A Handler that can apply a mechanism to buffer the entire response content until the output is closed. This allows the commit to be delayed until the response is complete and thus headers and response status can be changed while writing the body.

Note that the decision to buffer is influenced by the headers and status at the first write, and thus subsequent changes to those headers will not influence the decision to buffer or not.

Note also that there are no memory limits to the size of the buffer, thus this handler can represent an unbounded memory commitment if the content generated can also be unbounded.

  • Constructor Details

    • FileBufferedResponseHandler

      public FileBufferedResponseHandler()
  • Method Details

    • getTempDir

      public Path getTempDir()
    • setTempDir

      public void setTempDir(Path tempDir)