users@jersey.java.net

[Jersey] RetryAfter Filter implementation with jersey2 client

From: Kemi Ibitayo <kibitayo_at_gmail.com>
Date: Wed, 16 Apr 2014 18:54:00 -0500

Hi

We implemented a RetryAfter filter with the jersey1 client by
extending com.sun.jersey.api.client.filter.ClientFilter and
invoking getNext().handle(clientRequest);. We moved to jersey2 client but
not sure how to implement a similar filter with the jersey2 client

Thank you
Kemi