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 |
password |
protected int |
port |
protected String |
username |
| Constructor and Description |
|---|
BaseProxyConfigBuilder() |
| Modifier and Type | Method and Description |
|---|---|
abstract P |
build() |
B |
setHost(String host) |
B |
setPassword(String password) |
B |
setPort(int port) |
B |
setUsername(String username) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.