Interface ClientResponseFilter


public interface ClientResponseFilter
An extension interface implemented by client response filters. Filters implementing this interface MUST be annotated with @Provider to be discovered by the JAX-RS runtime. This type of filters is supported only as part of the Client API.
Since:
2.0
See Also: