Interface IOutputMethodListener


public interface IOutputMethodListener
Interface to alert what type of output is being sent in a response.
  • Method Details

    • notifyWriterRetrieved

      void notifyWriterRetrieved(PrintWriter pw)
    • notifyOutputStreamRetrieved

      void notifyOutputStreamRetrieved(jakarta.servlet.ServletOutputStream sos)