B C D E F G H I K L M N P Q R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- bodyLimit - Variable in class io.quarkus.restclient.config.RestClientLoggingConfig
-
How many characters of the body should be logged.
C
- configKey - Variable in class io.quarkus.restclient.config.RestClientsConfig
-
Configurations of REST client instances.
- connectionPoolSize - Variable in class io.quarkus.restclient.config.RestClientConfig
-
The size of the connection pool for this client.
- connectionTTL - Variable in class io.quarkus.restclient.config.RestClientConfig
-
The time in ms for which a connection remains unused in the connection pool before being evicted and closed.
- connectTimeout - Variable in class io.quarkus.restclient.config.RestClientConfig
-
Timeout specified in milliseconds to wait to connect to the remote endpoint.
- connectTimeout - Variable in class io.quarkus.restclient.config.RestClientsConfig
-
Global default connect timeout for automatically generated REST Clients.
- Constants - Class in io.quarkus.restclient.config
- convert(String) - Method in class io.quarkus.restclient.config.QueryParamStyleConverter
D
- disableContextualErrorMessages - Variable in class io.quarkus.restclient.config.RestClientsConfig
-
If true, the reactive REST clients will not provide additional contextual information (like REST client class and method names) when exception occurs during a client invocation.
- disableSmartProduces - Variable in class io.quarkus.restclient.config.RestClientsConfig
-
By default, REST Client Reactive uses text/plain content type for String values and application/json for everything else.
E
- EMPTY - Static variable in class io.quarkus.restclient.config.RestClientConfig
- extractMPClientPrefixAndProperty(String) - Static method in class io.quarkus.restclient.config.RestClientFallbackConfigSourceInterceptor
- extractQuarkusClientPrefixAndProperty(String) - Static method in class io.quarkus.restclient.config.RestClientFallbackConfigSourceInterceptor
-
Splits a property key into client prefix and property name.
F
- followRedirects - Variable in class io.quarkus.restclient.config.RestClientConfig
-
A boolean value used to determine whether the client should follow HTTP redirect responses.
G
- get_configKey(Object) - Static method in class io.quarkus.restclient.config.RestClientsConfig$$accessor
- getClientConfig(Class<?>) - Method in class io.quarkus.restclient.config.RestClientsConfig
- getClientConfig(String) - Method in class io.quarkus.restclient.config.RestClientsConfig
- getInstance() - Static method in class io.quarkus.restclient.config.RestClientsConfig
H
- headers - Variable in class io.quarkus.restclient.config.RestClientConfig
-
The HTTP headers that should be applied to all requests of the rest client.
- hostnameVerifier - Variable in class io.quarkus.restclient.config.RestClientConfig
-
The class name of the host name verifier.
I
- io.quarkus.restclient.config - package io.quarkus.restclient.config
- iterateNames(ConfigSourceInterceptorContext) - Method in class io.quarkus.restclient.config.RestClientFallbackConfigSourceInterceptor
-
If an MP-style property is detected (e.g.
K
- keyStore - Variable in class io.quarkus.restclient.config.RestClientConfig
-
The key store location.
- keyStorePassword - Variable in class io.quarkus.restclient.config.RestClientConfig
-
The key store password.
- keyStoreType - Variable in class io.quarkus.restclient.config.RestClientConfig
-
The type of the key store.
L
- load(Class<?>) - Static method in class io.quarkus.restclient.config.RestClientConfig
- load(String) - Static method in class io.quarkus.restclient.config.RestClientConfig
- logging - Variable in class io.quarkus.restclient.config.RestClientsConfig
M
- maxRedirects - Variable in class io.quarkus.restclient.config.RestClientConfig
-
The maximum number of redirection a request can follow.
- MP_REST - Static variable in class io.quarkus.restclient.config.Constants
- MP_REST_SCOPE_FORMAT - Static variable in class io.quarkus.restclient.config.Constants
- multipartPostEncoderMode - Variable in class io.quarkus.restclient.config.RestClientsConfig
-
Mode in which the form data are encoded.
N
- name - Variable in class io.quarkus.restclient.config.RestClientConfig
-
Set the HTTP client name, used when the client is shared, otherwise ignored.
- nonProxyHosts - Variable in class io.quarkus.restclient.config.RestClientConfig
-
Hosts to access without proxy This property is applicable to reactive REST clients only.
- nonProxyHosts - Variable in class io.quarkus.restclient.config.RestClientsConfig
-
Hosts to access without proxy, similar to the http.nonProxyHosts or https.nonProxyHosts JVM settings.
P
- providers - Variable in class io.quarkus.restclient.config.RestClientConfig
-
Map where keys are fully-qualified provider classnames to include in the client, and values are their integer priorities.
- proxyAddress - Variable in class io.quarkus.restclient.config.RestClientConfig
-
A string value in the form of `
: ` that specifies the HTTP proxy server hostname (or IP address) and port for requests of this client to use. - proxyAddress - Variable in class io.quarkus.restclient.config.RestClientsConfig
-
A string value in the form of `
: ` that specifies the HTTP proxy server hostname (or IP address) and port for requests of clients to use. - proxyPassword - Variable in class io.quarkus.restclient.config.RestClientConfig
-
Proxy password.
- proxyPassword - Variable in class io.quarkus.restclient.config.RestClientsConfig
-
Proxy password, equivalent to the http.proxyPassword or https.proxyPassword JVM settings.
- proxyUser - Variable in class io.quarkus.restclient.config.RestClientConfig
-
Proxy username.
- proxyUser - Variable in class io.quarkus.restclient.config.RestClientsConfig
-
Proxy username, equivalent to the http.proxy or https.proxy JVM settings.
- putClientConfig(Class<?>, RestClientConfig) - Method in class io.quarkus.restclient.config.RestClientsConfig
- putClientConfig(String, RestClientConfig) - Method in class io.quarkus.restclient.config.RestClientsConfig
Q
- QUARKUS_CONFIG_PREFIX - Static variable in class io.quarkus.restclient.config.Constants
- QUARKUS_REST_SCOPE_FORMAT - Static variable in class io.quarkus.restclient.config.Constants
- queryParamStyle - Variable in class io.quarkus.restclient.config.RestClientConfig
-
An enumerated type string value with possible values of "MULTI_PAIRS" (default), "COMMA_SEPARATED", or "ARRAY_PAIRS" that specifies the format in which multiple values for the same query parameter is used.
- QueryParamStyleConverter - Class in io.quarkus.restclient.config
- QueryParamStyleConverter() - Constructor for class io.quarkus.restclient.config.QueryParamStyleConverter
R
- readTimeout - Variable in class io.quarkus.restclient.config.RestClientConfig
-
Timeout specified in milliseconds to wait for a response from the remote endpoint.
- readTimeout - Variable in class io.quarkus.restclient.config.RestClientsConfig
-
Global default read timeout for automatically generated REST clients.
- RestClientConfig - Class in io.quarkus.restclient.config
- RestClientConfig() - Constructor for class io.quarkus.restclient.config.RestClientConfig
- RestClientFallbackConfigSourceInterceptor - Class in io.quarkus.restclient.config
- RestClientFallbackConfigSourceInterceptor() - Constructor for class io.quarkus.restclient.config.RestClientFallbackConfigSourceInterceptor
- RestClientLoggingConfig - Class in io.quarkus.restclient.config
- RestClientLoggingConfig() - Constructor for class io.quarkus.restclient.config.RestClientLoggingConfig
- RestClientsConfig - Class in io.quarkus.restclient.config
- RestClientsConfig() - Constructor for class io.quarkus.restclient.config.RestClientsConfig
- RestClientsConfig$$accessor - Class in io.quarkus.restclient.config
S
- scope - Variable in class io.quarkus.restclient.config.RestClientConfig
-
The CDI scope to use for injection.
- scope - Variable in class io.quarkus.restclient.config.RestClientLoggingConfig
-
Scope of logging for the client.
- set_configKey(Object, Object) - Static method in class io.quarkus.restclient.config.RestClientsConfig$$accessor
- shared - Variable in class io.quarkus.restclient.config.RestClientConfig
-
Set to true to share the HTTP client between REST clients.
T
- trustStore - Variable in class io.quarkus.restclient.config.RestClientConfig
-
The trust store location.
- trustStorePassword - Variable in class io.quarkus.restclient.config.RestClientConfig
-
The trust store password.
- trustStoreType - Variable in class io.quarkus.restclient.config.RestClientConfig
-
The type of the trust store.
U
- uri - Variable in class io.quarkus.restclient.config.RestClientConfig
-
The base URI to use for this service.
- url - Variable in class io.quarkus.restclient.config.RestClientConfig
-
The base URL to use for this service.
- userAgent - Variable in class io.quarkus.restclient.config.RestClientConfig
-
Configure the HTTP user-agent header to use.
- userAgent - Variable in class io.quarkus.restclient.config.RestClientsConfig
-
Configure the HTTP user-agent header to use.
All Classes All Packages