P - the type of ProxyConfig this builder creates.B - the type of the builder itself.public abstract class BaseProxyConfigBuilder<P extends ProxyConfig,B extends BaseProxyConfigBuilder> extends Object
ProxyConfig builder. Implementations should extend it and indicate their type and the type of
the proxy they build.| Modifier and Type | Field and Description |
|---|---|
protected String |
host |
protected String |
nonProxyHosts |
protected String |
password |
protected int |
port |
protected String |
username |
| Constructor and Description |
|---|
BaseProxyConfigBuilder() |
| Modifier and Type | Method and Description |
|---|---|
abstract P |
build() |
B |
host(String host) |
B |
nonProxyHosts(String nonProxyHosts) |
B |
password(String password) |
B |
port(int port) |
B |
username(String username) |
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.