public static class NettyHttpClientConfig.NettyProxyConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
enabled
Enable HTTP proxy.
|
Optional<URI> |
endpoint
The endpoint of the proxy server that the SDK should connect through.
|
Optional<List<String>> |
nonProxyHosts
The hosts that the client is allowed to access without going through the proxy.
|
| Constructor and Description |
|---|
NettyProxyConfiguration() |
@ConfigItem public boolean enabled
@ConfigItem public Optional<URI> endpoint
Currently, the endpoint is limited to a host and port. Any other URI components will result in an exception being raised.
@ConfigItem public Optional<List<String>> nonProxyHosts
Copyright © 2020 JBoss by Red Hat. All rights reserved.