"Rogatkin, Dmitry M" wrote:

> I just checked archives and didn't find a clear answer what to do if servlet
> wants to use chunked encoding. Servlet doesn't have any information about
> supporting chunked encoding by a servlet engine. If for chunked POST,
> servlet assumes that a servlet engine handles it, then for chunked out
> doesn't. So, here is my question: could somebody share code of a
> ServletOutputStream wrapper implementing chunked out?
>
> Thanks,
> Dmitry.
>

It is pretty unlikely that you will be able to manage chunked encoding at the
user level if your servlet container does not do it for you (in which case it
would be supported automatically).  The ServletOutputStream implementation
actually used is normally intimately connected to the internals of the server
you are running inside.

Craig McClanahan

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to