- All Implemented Interfaces:
- javax.ws.rs.client.ClientRequestFilter
@Priority(value=-2147483648)
public class ClientHeadersRequestFilter
extends Object
implements javax.ws.rs.client.ClientRequestFilter
First the headers from `@ClientHeaderParam` annotations are applied,
they can be overwritten by JAX-RS `@HeaderParam` (coming in the `requestContext`)
Then, if a `ClientHeadersFactory` is defined, all the headers, together with headers from `IncomingHeadersProvider`,
are passed to it and it can overwrite them.