users@jersey.java.net

[Jersey] gzip response message body

From: Rafael Winterhalter <Rafael.Winterhalter_at_kantega.no>
Date: Wed, 6 Nov 2013 16:32:53 +0100

I am trying to understand another feature of Jersey: The gzip encoding. I posted an example of my problem on stack overflow:

http://stackoverflow.com/questions/19765582/how-to-make-jersey-2-use-gzip-compression

I want to gzip both the request AND the response message body.

Is there an easy way?

Thank you