All Classes and Interfaces
Class
Description
A constructor injector which uses CDI to lookup beans for injected values.
An injector factory which uses CDI to lookup beans for injected values.
Thrown on errors in generating header values
A storage of
ClientHeaderProvidersFirst 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.
A utility class to pull out common operations on
ClientRequestContextThis implementation is a bit of a hack and dependent on Resteasy internals.
Used to generate header values for Rest Client
Used to inject HttpHeaders to the client providers (filters, etc).
Warning this class consists of generated code.
This interface is implemented by every proxy created by
RestClientBuilderImpl.A single-producer single-consumer array-backed queue which can allocate new arrays in case the consumer is slower
than the producer.
Publisher implementation emitting server-sent-event downstream.