Interface IOutputMethodListener
-
public interface IOutputMethodListener
Interface to alert what type of output is being sent in a response.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyOutputStreamRetrieved(jakarta.servlet.ServletOutputStream sos)
void
notifyWriterRetrieved(java.io.PrintWriter pw)
-