users@jersey.java.net

Re: [Jersey] Chunking with Transfer-Encoding

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Mon, 16 Mar 2009 16:44:30 +0100

On Mar 16, 2009, at 4:10 PM, Daniel Manzke wrote:

> Hi,
>
> is chunking supported by Jersey? How could I enable it?
>

Client or server-side?

On the server-side it should be supported by the Servlet container.
Jersey does not buffer and only attempts to set the content length it
if knows what it is, otherwise it lets the container work it out what
to do.

Paul.