Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addGlobalProvider(Class<?>, int) - Method in class io.quarkus.rest.client.reactive.runtime.AnnotationRegisteredProviders
- addHeaders(MultivaluedMap<String, String>) - Method in interface io.quarkus.rest.client.reactive.HeaderFiller
- addHeaders(MultivaluedMap<String, String>) - Method in interface io.quarkus.rest.client.reactive.runtime.ExtendedHeaderFiller
- addHeaders(MultivaluedMap<String, String>) - Method in class io.quarkus.rest.client.reactive.runtime.NoOpHeaderFiller
- addHeaders(MultivaluedMap<String, String>, ResteasyReactiveClientRequestContext) - Method in interface io.quarkus.rest.client.reactive.runtime.ExtendedHeaderFiller
- addProviders(String, Map<Class<?>, Integer>) - Method in class io.quarkus.rest.client.reactive.runtime.AnnotationRegisteredProviders
- AnnotationRegisteredProviders - Class in io.quarkus.rest.client.reactive.runtime
- AnnotationRegisteredProviders() - Constructor for class io.quarkus.rest.client.reactive.runtime.AnnotationRegisteredProviders
B
- baseUri(URI) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Specifies the base URI to be used when making requests.
- baseUri(URI) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- baseUri(URI) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- baseUrl(URL) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Specifies the base URL to be used when making requests.
- baseUrl(URL) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- baseUrl(URL) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- BasicAuthUtil - Class in io.quarkus.rest.client.reactive.runtime
- BeanGrabber - Class in io.quarkus.rest.client.reactive.runtime
- build(Class<T>) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Based on the configured QuarkusRestClientBuilder, creates a new instance of the given REST interface to invoke API calls against.
- build(Class<T>) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- build(Class<T>) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- BuilderResolver - Class in io.quarkus.rest.client.reactive.runtime
- BuilderResolver() - Constructor for class io.quarkus.rest.client.reactive.runtime.BuilderResolver
C
- CertificateUpdateEventListener - Class in io.quarkus.rest.client.reactive
- CertificateUpdateEventListener() - Constructor for class io.quarkus.rest.client.reactive.CertificateUpdateEventListener
- cleanUp(ShutdownContext) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientRecorder
- clearMock() - Method in class io.quarkus.rest.client.reactive.runtime.RestClientReactiveCDIWrapperBase
- CLIENT_CONTEXT_RESOLVER - Static variable in class io.quarkus.rest.client.reactive.runtime.devui.RestClientsContainer
- ClientBasicAuth - Annotation Interface in io.quarkus.rest.client.reactive
-
Used to make calls requiring HTTP Basic Auth.
- ClientExceptionMapper - Annotation Interface in io.quarkus.rest.client.reactive
-
Used to easily define an exception mapper for the specific REST Client on which it's used.
- ClientFormParam - Annotation Interface in io.quarkus.rest.client.reactive
-
Used to specify a form parameter that should be sent with the outbound request.
- ClientFormParams - Annotation Interface in io.quarkus.rest.client.reactive
-
Used to specify form parameters that should be sent with the outbound request.
- clientHeadersFactory(Class<? extends ClientHeadersFactory>) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Specifies the client headers factory to use.
- clientHeadersFactory(Class<? extends ClientHeadersFactory>) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- clientHeadersFactory(ClientHeadersFactory) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Specifies the client headers factory to use.
- clientHeadersFactory(ClientHeadersFactory) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- ClientHeadersFactoryContextResolver - Class in io.quarkus.rest.client.reactive.runtime.context
- ClientHeadersFactoryContextResolver(ClientHeadersFactory) - Constructor for class io.quarkus.rest.client.reactive.runtime.context.ClientHeadersFactoryContextResolver
- clientLogger(ClientLogger) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Specifies the client logger to use.
- clientLogger(ClientLogger) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- clientLogger(ClientLogger) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- ClientQueryParam - Annotation Interface in io.quarkus.rest.client.reactive
-
Used to specify a query that should be sent with the outbound request.
- ClientQueryParams - Annotation Interface in io.quarkus.rest.client.reactive
-
Used to specify query parameters that should be sent with the outbound request.
- ClientQueryParamSupport - Class in io.quarkus.rest.client.reactive.runtime
- ClientRedirectHandler - Annotation Interface in io.quarkus.rest.client.reactive
-
Used to easily define a custom redirect handler for the specific REST Client on which it's used.
- clients - Variable in class io.quarkus.rest.client.reactive.runtime.devui.RestClientsContainer.RestClientData
- clientsUsingTlsConfig(String) - Static method in class io.quarkus.rest.client.reactive.runtime.RestClientRecorder
- ClientUseWorkerExecutorRestHandler - Class in io.quarkus.rest.client.reactive.runtime
-
This is added by the Reactive Rest Client if the `@Blocking` annotation is used in some scenarios.
- ClientUseWorkerExecutorRestHandler() - Constructor for class io.quarkus.rest.client.reactive.runtime.ClientUseWorkerExecutorRestHandler
- close() - Method in class io.quarkus.rest.client.reactive.runtime.RestClientReactiveCDIWrapperBase
- ComputedParamContext - Interface in io.quarkus.rest.client.reactive
-
Allows methods that are meant to compute a value for a Rest Client method to have access to the context on which they are invoked
- ComputedParamContext.MethodParameter - Interface in io.quarkus.rest.client.reactive
- ComputedParamContextImpl - Class in io.quarkus.rest.client.reactive.runtime
- ComputedParamContextImpl(String, ClientRequestContext) - Constructor for class io.quarkus.rest.client.reactive.runtime.ComputedParamContextImpl
- configKey - Variable in class io.quarkus.rest.client.reactive.runtime.devui.RestClientsContainer.RestClientInfo
- configureBuilder(QuarkusRestClientBuilder) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientCDIDelegateBuilder
- ConfigUtils - Class in io.quarkus.rest.client.reactive.runtime
- ConfigUtils() - Constructor for class io.quarkus.rest.client.reactive.runtime.ConfigUtils
- connectTimeout(long, TimeUnit) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Set the connect timeout.
- connectTimeout(long, TimeUnit) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- connectTimeout(long, TimeUnit) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- Constants - Class in io.quarkus.rest.client.reactive.runtime
- Constants() - Constructor for class io.quarkus.rest.client.reactive.runtime.Constants
- createDelegate(Class<T>, String, String) - Static method in class io.quarkus.rest.client.reactive.runtime.RestClientCDIDelegateBuilder
D
- DEFAULT_MAX_CHUNK_SIZE - Static variable in class io.quarkus.rest.client.reactive.runtime.Constants
- DefaultClientHeadersRequestFilter - Class in io.quarkus.rest.client.reactive.runtime
- DefaultClientHeadersRequestFilter(MultivaluedMap<String, Object>) - Constructor for class io.quarkus.rest.client.reactive.runtime.DefaultClientHeadersRequestFilter
- DefaultMicroprofileRestClientExceptionMapper - Class in io.quarkus.rest.client.reactive.runtime
- DefaultMicroprofileRestClientExceptionMapper() - Constructor for class io.quarkus.rest.client.reactive.runtime.DefaultMicroprofileRestClientExceptionMapper
- destroy() - Method in class io.quarkus.rest.client.reactive.runtime.RestClientReactiveCDIWrapperBase
- disableDefaultMapper(Boolean) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
If set to
true
, then this REST Client will not the default exception mapper which always throws an exception if HTTP response code >= 400 - disableDefaultMapper(Boolean) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- disableDefaultMapper(Boolean) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- disableSmartProduces() - Method in interface io.quarkus.rest.client.reactive.runtime.RestClientReactiveConfig
-
By default, RESTEasy Reactive uses text/plain content type for String values and application/json for everything else.
- doGetConfigValue(String, boolean, String) - Static method in class io.quarkus.rest.client.reactive.runtime.ConfigUtils
-
Obtains the value of the name, meaning that the name must NOT start with '${' or end with '}'
E
- enableCompression(boolean) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Supports receiving compressed messages using GZIP.
- enableCompression(boolean) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- enableCompression(boolean) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- executorService(ExecutorService) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- ExtendedHeaderFiller - Interface in io.quarkus.rest.client.reactive.runtime
F
- failure - Variable in class io.quarkus.rest.client.reactive.runtime.devui.RestClientsContainer.PossibleRestClientInfo
- filter(ClientRequestContext) - Method in class io.quarkus.rest.client.reactive.runtime.DefaultClientHeadersRequestFilter
- filter(ClientRequestContext, ClientResponseContext) - Method in class io.quarkus.rest.client.reactive.runtime.MicroProfileRestClientResponseFilter
- filter(ContainerRequestContext) - Method in class io.quarkus.rest.client.reactive.runtime.HeaderCapturingServerFilter
- filter(ResteasyReactiveClientRequestContext) - Method in class io.quarkus.rest.client.reactive.runtime.MicroProfileRestClientRequestFilter
- followRedirects(boolean) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Specifies whether client built by this builder should follow HTTP redirect responses (30x) or not.
- followRedirects(boolean) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- followRedirects(boolean) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
G
- get() - Static method in class io.quarkus.rest.client.reactive.runtime.RestClientListeners
- getAll() - Method in class io.quarkus.rest.client.reactive.runtime.devui.RestClientsJsonRPCService
- getBeanIfDefined(Class<T>) - Static method in class io.quarkus.rest.client.reactive.runtime.BeanGrabber
- getClientData() - Method in class io.quarkus.rest.client.reactive.runtime.devui.RestClientsContainer
-
Used in Dev UI
- getConfigKeys() - Static method in class io.quarkus.rest.client.reactive.runtime.RestClientRecorder
- getConfiguration() - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- getConfiguration() - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- getConfigValue(String, boolean) - Static method in class io.quarkus.rest.client.reactive.runtime.ConfigUtils
-
Obtains the value of the expression.
- getContext(Class<?>) - Method in class io.quarkus.rest.client.reactive.runtime.context.ClientHeadersFactoryContextResolver
- getContext(Class<?>) - Method in class io.quarkus.rest.client.reactive.runtime.context.HttpClientOptionsContextResolver
- getContext(Class<?>) - Method in interface io.quarkus.rest.client.reactive.runtime.ResteasyReactiveResponseRedirectHandler
- getDelegate() - Method in class io.quarkus.rest.client.reactive.runtime.RestClientReactiveCDIWrapperBase
- getHeaders() - Method in class io.quarkus.rest.client.reactive.runtime.HeaderContainer
- getHeaders(MultivaluedMap<String, String>, MultivaluedMap<String, String>) - Method in class io.quarkus.rest.client.reactive.ReactiveClientHeadersFactory
-
Updates the HTTP headers to send to the remote service.
- getMethodParameterFromContext(ClientRequestContext, int) - Static method in class io.quarkus.rest.client.reactive.runtime.ComputedParamContextImpl
- getPriority() - Method in class io.quarkus.rest.client.reactive.runtime.DefaultMicroprofileRestClientExceptionMapper
- getProviders(Class<?>) - Method in class io.quarkus.rest.client.reactive.runtime.AnnotationRegisteredProviders
H
- handle(Response) - Method in interface io.quarkus.rest.client.reactive.runtime.ResteasyReactiveResponseRedirectHandler
- handle(RestClientRequestContext) - Method in class io.quarkus.rest.client.reactive.runtime.ClientUseWorkerExecutorRestHandler
- handles(int, MultivaluedMap) - Method in class io.quarkus.rest.client.reactive.runtime.DefaultMicroprofileRestClientExceptionMapper
- header(String, Object) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- HeaderCapturingServerFilter - Class in io.quarkus.rest.client.reactive.runtime
- HeaderCapturingServerFilter() - Constructor for class io.quarkus.rest.client.reactive.runtime.HeaderCapturingServerFilter
- HeaderContainer - Class in io.quarkus.rest.client.reactive.runtime
- HeaderContainer() - Constructor for class io.quarkus.rest.client.reactive.runtime.HeaderContainer
- HeaderFiller - Interface in io.quarkus.rest.client.reactive
- HeaderFillerUtil - Class in io.quarkus.rest.client.reactive.runtime
- headerValue(String, String) - Static method in class io.quarkus.rest.client.reactive.runtime.BasicAuthUtil
- host - Variable in class io.quarkus.rest.client.reactive.runtime.ProxyAddressUtil.HostAndPort
- HostAndPort(String, int) - Constructor for class io.quarkus.rest.client.reactive.runtime.ProxyAddressUtil.HostAndPort
- hostnameVerifier(HostnameVerifier) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Set the hostname verifier to verify the endpoint's hostname
- hostnameVerifier(HostnameVerifier) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- hostnameVerifier(HostnameVerifier) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- httpClientOptions(HttpClientOptions) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Specifies the HTTP client options to use.
- httpClientOptions(HttpClientOptions) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- httpClientOptions(Class<? extends HttpClientOptions>) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Specifies the HTTP client options to use.
- httpClientOptions(Class<? extends HttpClientOptions>) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- HttpClientOptionsContextResolver - Class in io.quarkus.rest.client.reactive.runtime.context
- HttpClientOptionsContextResolver(HttpClientOptions) - Constructor for class io.quarkus.rest.client.reactive.runtime.context.HttpClientOptionsContextResolver
I
- injectableClients - Variable in class io.quarkus.rest.client.reactive.runtime.devui.RestClientsContainer
- INSTANCE - Static variable in class io.quarkus.rest.client.reactive.runtime.NoOpHeaderFiller
- interfaceClass - Variable in class io.quarkus.rest.client.reactive.runtime.devui.RestClientsContainer.PossibleRestClientInfo
- interfaceClass - Variable in class io.quarkus.rest.client.reactive.runtime.devui.RestClientsContainer.RestClientInfo
- interpolate(String, boolean) - Static method in class io.quarkus.rest.client.reactive.runtime.ConfigUtils
-
Interpolates the given expression.
- io.quarkus.rest.client.reactive - package io.quarkus.rest.client.reactive
- io.quarkus.rest.client.reactive.runtime - package io.quarkus.rest.client.reactive.runtime
- io.quarkus.rest.client.reactive.runtime.context - package io.quarkus.rest.client.reactive.runtime.context
- io.quarkus.rest.client.reactive.runtime.devui - package io.quarkus.rest.client.reactive.runtime.devui
- io.quarkus.rest.client.reactive.runtime.spi - package io.quarkus.rest.client.reactive.runtime.spi
- isBean - Variable in class io.quarkus.rest.client.reactive.runtime.devui.RestClientsContainer.RestClientInfo
- isClassBlocking(Class<?>) - Static method in class io.quarkus.rest.client.reactive.runtime.RestClientRecorder
- isQueryParamPresent(WebTargetImpl, String) - Static method in class io.quarkus.rest.client.reactive.runtime.ClientQueryParamSupport
J
- JsonMissingMessageBodyReaderErrorMessageContextualizer - Class in io.quarkus.rest.client.reactive.runtime.spi
- JsonMissingMessageBodyReaderErrorMessageContextualizer() - Constructor for class io.quarkus.rest.client.reactive.runtime.spi.JsonMissingMessageBodyReaderErrorMessageContextualizer
K
- keyStore(KeyStore, String) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Set the client-side key store.
- keyStore(KeyStore, String) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- keyStore(KeyStore, String) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
L
- loggingBodyLimit(Integer) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
How many characters of the body should be logged.
- loggingBodyLimit(Integer) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- loggingBodyLimit(Integer) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- loggingScope(LoggingScope) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Specifies the client logger to use.
- loggingScope(LoggingScope) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- loggingScope(LoggingScope) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
M
- methodParameters() - Method in interface io.quarkus.rest.client.reactive.ComputedParamContext
-
Information about the method parameters of the REST Client method for which the computed value is needed
- methodParameters() - Method in class io.quarkus.rest.client.reactive.runtime.ComputedParamContextImpl
- MicroProfileRestClientRequestFilter - Class in io.quarkus.rest.client.reactive.runtime
- MicroProfileRestClientRequestFilter(ClientHeadersFactory) - Constructor for class io.quarkus.rest.client.reactive.runtime.MicroProfileRestClientRequestFilter
- MicroProfileRestClientResponseFilter - Class in io.quarkus.rest.client.reactive.runtime
- MicroProfileRestClientResponseFilter(List<ResponseExceptionMapper<?>>) - Constructor for class io.quarkus.rest.client.reactive.runtime.MicroProfileRestClientResponseFilter
- multipartPostEncoderMode(String) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Mode in which the form data are encoded.
- multipartPostEncoderMode(String) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- multipartPostEncoderMode(String) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
N
- name() - Element in annotation interface io.quarkus.rest.client.reactive.ClientFormParam
- name() - Element in annotation interface io.quarkus.rest.client.reactive.ClientQueryParam
- name() - Method in interface io.quarkus.rest.client.reactive.ComputedParamContext
-
The name of the parameter whose value is being computed
- name() - Method in class io.quarkus.rest.client.reactive.runtime.ComputedParamContextImpl
- newBuilder() - Static method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
- newBuilder() - Method in class io.quarkus.rest.client.reactive.runtime.BuilderResolver
- newBuilder(Class<?>, RestClientsConfig) - Method in class io.quarkus.rest.client.reactive.runtime.ReactiveRestClientBuilderFactory
- nonProxyHosts(String) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Specifies the hosts to access without proxy.
- nonProxyHosts(String) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- nonProxyHosts(String) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- NoOpHeaderFiller - Class in io.quarkus.rest.client.reactive.runtime
- NoOpHeaderFiller() - Constructor for class io.quarkus.rest.client.reactive.runtime.NoOpHeaderFiller
- NotBody - Annotation Interface in io.quarkus.rest.client.reactive
-
The sole purpose of this annotation is to allow REST Client methods to contain multiple non-annotated Jakarta REST parameters which would normally not be allowed because all the parameters would be considered to represent the body of the request.
O
- onCertificateUpdate(CertificateUpdatedEvent) - Method in class io.quarkus.rest.client.reactive.CertificateUpdateEventListener
P
- parseAddress(String) - Static method in class io.quarkus.rest.client.reactive.runtime.ProxyAddressUtil
- password() - Element in annotation interface io.quarkus.rest.client.reactive.ClientBasicAuth
- port - Variable in class io.quarkus.rest.client.reactive.runtime.ProxyAddressUtil.HostAndPort
- possibleClients - Variable in class io.quarkus.rest.client.reactive.runtime.devui.RestClientsContainer.RestClientData
- PossibleRestClientInfo(String, String) - Constructor for class io.quarkus.rest.client.reactive.runtime.devui.RestClientsContainer.PossibleRestClientInfo
- PREFIX - Static variable in class io.quarkus.rest.client.reactive.runtime.ConfigUtils
- priority() - Element in annotation interface io.quarkus.rest.client.reactive.ClientExceptionMapper
-
The priority with which the exception mapper will be executed
- priority() - Element in annotation interface io.quarkus.rest.client.reactive.ClientRedirectHandler
-
The priority with which the redirect handler will be executed
- property(String, Object) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- property(String, Object) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- provideContextMessage(MissingMessageBodyReaderErrorMessageContextualizer.Input) - Method in class io.quarkus.rest.client.reactive.runtime.spi.JsonMissingMessageBodyReaderErrorMessageContextualizer
- provideContextMessage(MissingMessageBodyReaderErrorMessageContextualizer.Input) - Method in class io.quarkus.rest.client.reactive.runtime.spi.XmlMissingMessageBodyReaderErrorMessageContextualizer
- providerAutodiscovery() - Method in interface io.quarkus.rest.client.reactive.runtime.RestClientReactiveConfig
-
Whether providers (filters, etc.) annotated with
Provider
should be automatically registered for all the clients in the application. - proxyAddress(String, int) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Specifies the HTTP proxy hostname/IP address and port to use for requests from client instances.
- proxyAddress(String, int) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- proxyAddress(String, int) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- ProxyAddressUtil - Class in io.quarkus.rest.client.reactive.runtime
- ProxyAddressUtil() - Constructor for class io.quarkus.rest.client.reactive.runtime.ProxyAddressUtil
- ProxyAddressUtil.HostAndPort - Class in io.quarkus.rest.client.reactive.runtime
- proxyPassword(String) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Specifies the proxy password.
- proxyPassword(String) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- proxyPassword(String) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- proxyUser(String) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Specifies the proxy username.
- proxyUser(String) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- proxyUser(String) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
Q
- QuarkusRestClientBuilder - Interface in io.quarkus.rest.client.reactive
-
This is the main entry point for creating a Type Safe Quarkus Rest Client.
- QuarkusRestClientBuilderImpl - Class in io.quarkus.rest.client.reactive.runtime
- QuarkusRestClientBuilderImpl(RestClientBuilderImpl) - Constructor for class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- queryParamStyle(QueryParamStyle) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Specifies the URI formatting style to use when multiple query parameter values are passed to the client.
- queryParamStyle(QueryParamStyle) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- queryParamStyle(QueryParamStyle) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
R
- ReactiveClientHeadersFactory - Class in io.quarkus.rest.client.reactive
-
Reactive ClientHeadersFactory flavor for Quarkus rest-client reactive extension.
- ReactiveClientHeadersFactory() - Constructor for class io.quarkus.rest.client.reactive.ReactiveClientHeadersFactory
- ReactiveRestClientBuilderFactory - Class in io.quarkus.rest.client.reactive.runtime
- ReactiveRestClientBuilderFactory() - Constructor for class io.quarkus.rest.client.reactive.runtime.ReactiveRestClientBuilderFactory
- readTimeout(long, TimeUnit) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Set the read timeout.
- readTimeout(long, TimeUnit) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- readTimeout(long, TimeUnit) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- register(Class<?>) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- register(Class<?>) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- register(Class<?>, int) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- register(Class<?>, int) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- register(Class<?>, Class<?>...) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- register(Class<?>, Class<?>...) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- register(Class<?>, Map<Class<?>, Integer>) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- register(Class<?>, Map<Class<?>, Integer>) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- register(Object) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- register(Object) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- register(Object, int) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- register(Object, int) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- register(Object, Class<?>...) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- register(Object, Class<?>...) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- register(Object, Map<Class<?>, Integer>) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- register(Object, Map<Class<?>, Integer>) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- registerReloadableHttpClient(String, HttpClient) - Static method in class io.quarkus.rest.client.reactive.runtime.RestClientRecorder
- required() - Element in annotation interface io.quarkus.rest.client.reactive.ClientFormParam
- required() - Element in annotation interface io.quarkus.rest.client.reactive.ClientQueryParam
- RestClientBuilderImpl - Class in io.quarkus.rest.client.reactive.runtime
-
Builder implementation for MicroProfile Rest Client
- RestClientBuilderImpl() - Constructor for class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- RestClientCDIDelegateBuilder<T> - Class in io.quarkus.rest.client.reactive.runtime
- RestClientCDIDelegateBuilder(Class<T>, String, String, RestClientsConfig) - Constructor for class io.quarkus.rest.client.reactive.runtime.RestClientCDIDelegateBuilder
- RestClientData(List<RestClientsContainer.RestClientInfo>, List<RestClientsContainer.PossibleRestClientInfo>) - Constructor for class io.quarkus.rest.client.reactive.runtime.devui.RestClientsContainer.RestClientData
- RestClientInfo(String, boolean, String) - Constructor for class io.quarkus.rest.client.reactive.runtime.devui.RestClientsContainer.RestClientInfo
- RestClientListeners - Class in io.quarkus.rest.client.reactive.runtime
- RestClientReactiveCDIWrapperBase<T extends Closeable> - Class in io.quarkus.rest.client.reactive.runtime
- RestClientReactiveCDIWrapperBase(Class<T>, String, String, boolean) - Constructor for class io.quarkus.rest.client.reactive.runtime.RestClientReactiveCDIWrapperBase
- RestClientReactiveConfig - Interface in io.quarkus.rest.client.reactive.runtime
-
Build time REST client config.
- RestClientRecorder - Class in io.quarkus.rest.client.reactive.runtime
- RestClientRecorder() - Constructor for class io.quarkus.rest.client.reactive.runtime.RestClientRecorder
- RestClientsContainer - Class in io.quarkus.rest.client.reactive.runtime.devui
- RestClientsContainer() - Constructor for class io.quarkus.rest.client.reactive.runtime.devui.RestClientsContainer
- RestClientsContainer.PossibleRestClientInfo - Class in io.quarkus.rest.client.reactive.runtime.devui
- RestClientsContainer.RestClientData - Class in io.quarkus.rest.client.reactive.runtime.devui
- RestClientsContainer.RestClientInfo - Class in io.quarkus.rest.client.reactive.runtime.devui
- RestClientsJsonRPCService - Class in io.quarkus.rest.client.reactive.runtime.devui
- RestClientsJsonRPCService(RestClientsContainer) - Constructor for class io.quarkus.rest.client.reactive.runtime.devui.RestClientsJsonRPCService
- ResteasyReactiveContextResolver<T> - Interface in io.quarkus.rest.client.reactive.runtime
-
This interface is implemented by autogenerated code to provide and register generic services in the client contexts.
- ResteasyReactiveResponseExceptionMapper<T extends Throwable> - Interface in io.quarkus.rest.client.reactive.runtime
- ResteasyReactiveResponseRedirectHandler - Interface in io.quarkus.rest.client.reactive.runtime
S
- setBlockingClassNames(Set<String>) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientRecorder
- setConfigKeys(Map<String, String>) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientRecorder
- setContainerRequestContext(ContainerRequestContext) - Method in class io.quarkus.rest.client.reactive.runtime.HeaderContainer
- setMock(Object) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientReactiveCDIWrapperBase
- setRestClientBuilderResolver() - Method in class io.quarkus.rest.client.reactive.runtime.RestClientRecorder
- shouldAddHeader(String, MultivaluedMap<String, String>, ClientRequestContext) - Static method in class io.quarkus.rest.client.reactive.runtime.HeaderFillerUtil
- sslContext(SSLContext) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Specifies the SSL context to use when creating secured transport connections to server endpoints from web targets created by the client instance that is using this SSL context.
- sslContext(SSLContext) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- sslContext(SSLContext) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- SUFFIX - Static variable in class io.quarkus.rest.client.reactive.runtime.ConfigUtils
T
- tlsConfiguration(TlsConfiguration) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Set the transport layer security configuration configured by Quarkus
- tlsConfiguration(TlsConfiguration) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- tlsConfiguration(TlsConfiguration) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- toThrowable(Response) - Method in class io.quarkus.rest.client.reactive.runtime.DefaultMicroprofileRestClientExceptionMapper
- toThrowable(Response) - Method in interface io.quarkus.rest.client.reactive.runtime.ResteasyReactiveResponseExceptionMapper
- toThrowable(Response, RestClientRequestContext) - Method in interface io.quarkus.rest.client.reactive.runtime.ResteasyReactiveResponseExceptionMapper
- trustAll(boolean) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Enable trusting all certificates.
- trustAll(boolean) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- trustAll(boolean) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- trustStore(KeyStore) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Set the client-side trust store.
- trustStore(KeyStore) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- trustStore(KeyStore) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- trustStore(KeyStore, String) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Set the client-side trust store.
- trustStore(KeyStore, String) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- trustStore(KeyStore, String) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
U
- update(MultivaluedMap<String, String>, MultivaluedMap<String, String>) - Method in class io.quarkus.rest.client.reactive.ReactiveClientHeadersFactory
- Url - Annotation Interface in io.quarkus.rest.client.reactive
-
Allows for a per invocation override the base URL.
- userAgent(String) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Set the User-Agent header to be used
- userAgent(String) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- userAgent(String) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
- username() - Element in annotation interface io.quarkus.rest.client.reactive.ClientBasicAuth
V
- value() - Element in annotation interface io.quarkus.rest.client.reactive.ClientFormParam
- value() - Element in annotation interface io.quarkus.rest.client.reactive.ClientFormParams
- value() - Element in annotation interface io.quarkus.rest.client.reactive.ClientQueryParam
- value() - Element in annotation interface io.quarkus.rest.client.reactive.ClientQueryParams
- value() - Method in interface io.quarkus.rest.client.reactive.ComputedParamContext.MethodParameter
- verifyHost(boolean) - Method in interface io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
-
Set whether hostname verification is enabled.
- verifyHost(boolean) - Method in class io.quarkus.rest.client.reactive.runtime.QuarkusRestClientBuilderImpl
- verifyHost(boolean) - Method in class io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
X
- XmlMissingMessageBodyReaderErrorMessageContextualizer - Class in io.quarkus.rest.client.reactive.runtime.spi
- XmlMissingMessageBodyReaderErrorMessageContextualizer() - Constructor for class io.quarkus.rest.client.reactive.runtime.spi.XmlMissingMessageBodyReaderErrorMessageContextualizer
All Classes and Interfaces|All Packages|Constant Field Values