users@jersey.java.net

[Jersey] get bytes received/sent

From: Ed Anuff <ed_at_anuff.com>
Date: Sun, 31 Jul 2011 18:43:07 -0700

I need to count the number of bytes sent and received to my web
service. Should this be in a
ContainerRequestFilter/ContainerResponseFilter? I need to do this
before the inbound data is auto-marshalled from JSON and after the
outbound response is marshalled to JSON.

Thanks

Ed