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, password, port, username| Modifier and Type | Method and Description |
|---|---|
ProxyConfig |
build() |
host, password, port, usernamepublic ProxyConfig build()
build in class BaseProxyConfigBuilder<ProxyConfig,ProxyConfigBuilder>Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.