public class HTTPProxyFactory extends Object
IHTTPProxy
IHTTPProxy
,
ProxyConfig
,
ExternalProxyConfig
Constructor and Description |
---|
HTTPProxyFactory() |
Modifier and Type | Method and Description |
---|---|
static IHTTPProxy |
newProxy(ProxyConfig config,
ExternalProxyConfig externalProxyConfig)
Returns a new instance of IHTTPProxy.
|
public static IHTTPProxy newProxy(ProxyConfig config, ExternalProxyConfig externalProxyConfig)
config
- Configuration for the instanceexternalProxyConfig
- Configuration of an external Proxy that used by this instance.