Monday, 27 June 2016

How to acquire a binary stream for the response ?


Method of ServletResponse interface
  • ServletOutputStream getOutputStream()
    Returns ServletOutputStream for writing binary data in the response.


    Calling flush() on the ServletOutputStream commits the response.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.