Uses of Package
org.jboss.resteasy.microprofile.client.header
-
Packages that use org.jboss.resteasy.microprofile.client.header Package Description org.jboss.resteasy.microprofile.client org.jboss.resteasy.microprofile.client.header -
Classes in org.jboss.resteasy.microprofile.client.header used by org.jboss.resteasy.microprofile.client Class Description ClientHeadersRequestFilter 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 incoming container headers, are passed to it and it can overwrite them. -
Classes in org.jboss.resteasy.microprofile.client.header used by org.jboss.resteasy.microprofile.client.header Class Description ClientHeaderProvider HeaderFiller Used to generate header values for Rest ClientHeaderFillerFactory