users@jersey.java.net
Re: [Jersey] handling zipped payloads in Jersey
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: Paul Sandoz <
Paul.Sandoz_at_Sun.COM
>
Date
: Wed, 26 Aug 2009 10:14:37 +0200
On Aug 25, 2009, at 9:28 PM, Suchitha Koneru (sukoneru) wrote:
> Hello Jersey Users,
> Do we have jersey examples for handling zipped payloads ?
> Could you please point me to it
When you say "zipped" do you mean GZIP or a zip archive?
Jersey has client and server filters to support content-encoding using
GZIP.
https://jersey.dev.java.net/nonav/apidocs/1.1.1-ea/jersey/com/sun/jersey/api/container/filter/GZIPContentEncodingFilter.html
https://jersey.dev.java.net/nonav/apidocs/1.1.1-ea/jersey/com/sun/jersey/api/client/filter/GZIPContentEncodingFilter.html
Paul.
This message
: [
Message body
]
Next message
:
Paul Sandoz: "Re: [Jersey] Jersey and XML Digital Signatures"
Previous message
:
Jakub Podlesak: "Re: [Jersey] XML Schema, JSON arrays and java List<String>"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]