[EMAIL PROTECTED] wrote:
Can I ask Tomcat if it has flushed it's output buffer yet?


As part of the servlet spec...

HttpServletResponse has an isCommitted() method. That will tell you whether it's flushed the buffer.

But really, it seems like a bad design to rely on that method.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to