Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- assertHttpType() - Method in interface io.quarkus.proxy.ProxyConfiguration
B
- beanName() - Method in interface io.quarkus.proxy.runtime.config.ProxyConfig.ProxyCredentialProviderConfig
-
Name of the bean providing the credentials provider.
C
- credentialsProvider() - Method in interface io.quarkus.proxy.runtime.config.ProxyConfig.NamedProxyConfig
-
The credential provider configuration for the proxy.
D
- defaultProxyConfig() - Method in interface io.quarkus.proxy.runtime.config.ProxyConfig
E
- equals(Object) - Method in record class io.quarkus.proxy.runtime.ProxyConfigurationImpl
-
Indicates whether some other object is "equal to" this one.
G
- get(Optional<String>) - Method in interface io.quarkus.proxy.ProxyConfigurationRegistry
-
If the given
nameis not empty, returns the named proxy configuration if it exists and throws an exception if it doesn't exist. - get(Optional<String>) - Method in class io.quarkus.proxy.runtime.ProxyConfigurationRegistryImpl
H
- hashCode() - Method in record class io.quarkus.proxy.runtime.ProxyConfigurationImpl
-
Returns a hash code value for this object.
- host() - Method in interface io.quarkus.proxy.ProxyConfiguration
-
Proxy host
- host() - Method in interface io.quarkus.proxy.runtime.config.ProxyConfig.NamedProxyConfig
-
Proxy host.
- host() - Method in record class io.quarkus.proxy.runtime.ProxyConfigurationImpl
-
Returns the value of the
hostrecord component. - HTTP - Enum constant in enum class io.quarkus.proxy.ProxyType
I
- init() - Method in class io.quarkus.proxy.runtime.ProxyConfigurationRecorder
- io.quarkus.proxy - package io.quarkus.proxy
- io.quarkus.proxy.runtime - package io.quarkus.proxy.runtime
- io.quarkus.proxy.runtime.config - package io.quarkus.proxy.runtime.config
N
- name() - Method in interface io.quarkus.proxy.runtime.config.ProxyConfig.ProxyCredentialProviderConfig
-
Name of the credential bucket to retrieve from the
CredentialsProvider. - namedProxyConfigs() - Method in interface io.quarkus.proxy.runtime.config.ProxyConfig
- NONE - Static variable in interface io.quarkus.proxy.ProxyConfigurationRegistry
-
Signals that no proxy should be used.
- nonProxyHosts() - Method in interface io.quarkus.proxy.ProxyConfiguration
-
Hostnames or IP addresses to exclude from proxying.
- nonProxyHosts() - Method in interface io.quarkus.proxy.runtime.config.ProxyConfig.NamedProxyConfig
-
Hostnames or IP addresses to exclude from proxying
- nonProxyHosts() - Method in record class io.quarkus.proxy.runtime.ProxyConfigurationImpl
-
Returns the value of the
nonProxyHostsrecord component.
P
- password() - Method in interface io.quarkus.proxy.ProxyConfiguration
-
Proxy password
- password() - Method in interface io.quarkus.proxy.runtime.config.ProxyConfig.NamedProxyConfig
-
Proxy password
- password() - Method in record class io.quarkus.proxy.runtime.ProxyConfigurationImpl
-
Returns the value of the
passwordrecord component. - passwordKey() - Method in interface io.quarkus.proxy.runtime.config.ProxyConfig.ProxyCredentialProviderConfig
-
The key used to retrieve the password from the credentials provider.
- port() - Method in interface io.quarkus.proxy.ProxyConfiguration
-
Proxy port
- port() - Method in interface io.quarkus.proxy.runtime.config.ProxyConfig.NamedProxyConfig
-
Proxy port
- port() - Method in record class io.quarkus.proxy.runtime.ProxyConfigurationImpl
-
Returns the value of the
portrecord component. - ProxyConfig - Interface in io.quarkus.proxy.runtime.config
- ProxyConfig.NamedProxyConfig - Interface in io.quarkus.proxy.runtime.config
- ProxyConfig.ProxyCredentialProviderConfig - Interface in io.quarkus.proxy.runtime.config
- ProxyConfiguration - Interface in io.quarkus.proxy
- ProxyConfigurationImpl - Record Class in io.quarkus.proxy.runtime
- ProxyConfigurationImpl(String, int, Optional<String>, Optional<String>, Optional<List<String>>, Optional<Duration>, ProxyType) - Constructor for record class io.quarkus.proxy.runtime.ProxyConfigurationImpl
-
Creates an instance of a
ProxyConfigurationImplrecord class. - ProxyConfigurationRecorder - Class in io.quarkus.proxy.runtime
- ProxyConfigurationRecorder(RuntimeValue<ProxyConfig>) - Constructor for class io.quarkus.proxy.runtime.ProxyConfigurationRecorder
- ProxyConfigurationRegistry - Interface in io.quarkus.proxy
- ProxyConfigurationRegistryImpl - Class in io.quarkus.proxy.runtime
- ProxyConfigurationRegistryImpl(Map<String, ProxyConfiguration>, Optional<ProxyConfiguration>) - Constructor for class io.quarkus.proxy.runtime.ProxyConfigurationRegistryImpl
- proxyConnectTimeout() - Method in interface io.quarkus.proxy.ProxyConfiguration
-
Proxy connection timeout.
- proxyConnectTimeout() - Method in interface io.quarkus.proxy.runtime.config.ProxyConfig.NamedProxyConfig
-
Proxy connection timeout.
- proxyConnectTimeout() - Method in record class io.quarkus.proxy.runtime.ProxyConfigurationImpl
-
Returns the value of the
proxyConnectTimeoutrecord component. - ProxyType - Enum Class in io.quarkus.proxy
S
- SOCKS4 - Enum constant in enum class io.quarkus.proxy.ProxyType
- SOCKS5 - Enum constant in enum class io.quarkus.proxy.ProxyType
T
- toString() - Method in record class io.quarkus.proxy.runtime.ProxyConfigurationImpl
-
Returns a string representation of this record class.
- type() - Method in interface io.quarkus.proxy.ProxyConfiguration
-
Proxy type.
- type() - Method in interface io.quarkus.proxy.runtime.config.ProxyConfig.NamedProxyConfig
-
The proxy type.
- type() - Method in record class io.quarkus.proxy.runtime.ProxyConfigurationImpl
-
Returns the value of the
typerecord component.
U
- username() - Method in interface io.quarkus.proxy.ProxyConfiguration
-
Proxy username
- username() - Method in interface io.quarkus.proxy.runtime.config.ProxyConfig.NamedProxyConfig
-
Proxy username.
- username() - Method in record class io.quarkus.proxy.runtime.ProxyConfigurationImpl
-
Returns the value of the
usernamerecord component. - usernameKey() - Method in interface io.quarkus.proxy.runtime.config.ProxyConfig.ProxyCredentialProviderConfig
-
The key used to retrieve the username from the credentials provider.
V
- valueOf(String) - Static method in enum class io.quarkus.proxy.ProxyType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.quarkus.proxy.ProxyType
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values