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() |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.