Package io.quarkus.amazon.common.runtime
Interface CrtHttpClientConfig.HttpClientProxyConfiguration
- Enclosing interface:
- CrtHttpClientConfig
public static interface CrtHttpClientConfig.HttpClientProxyConfiguration
-
Method Details
-
enabled
@WithDefault("false") boolean enabled()Enable HTTP proxy -
endpoint
The endpoint of the proxy server that the SDK should connect through.Currently, the endpoint is limited to a host and port. Any other URI components will result in an exception being raised.
-
username
The username to use when connecting through a proxy. -
password
The password to use when connecting through a proxy.
-