Interface ClientRequestFilter


public interface ClientRequestFilter
An extension interface implemented by client request 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: