public final class ProxyConfigBuilder extends BaseProxyConfigBuilder<ProxyConfig,ProxyConfigBuilder>
ProxyConfigs. Instances can only be obtained using ProxyConfig.builder(). At the very least, a host
and port must be provided. A username and password should be provided if Basic authentication is required.host, nonProxyHosts, password, port, username| Modifier and Type | Method and Description |
|---|---|
ProxyConfig |
build() |
host, nonProxyHosts, password, port, usernamepublic ProxyConfig build()
build in class BaseProxyConfigBuilder<ProxyConfig,ProxyConfigBuilder>Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.