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