public interface ProxyConfig
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ProxyConfig.NtlmProxyConfig
HTTP proxy configuration for making HTTP requests through an NTLM authenticated proxy.
|
| Modifier and Type | Method and Description |
|---|---|
static ProxyConfigBuilder |
builder() |
String |
getHost() |
String |
getPassword() |
int |
getPort() |
String |
getUsername() |
static ProxyConfigBuilder builder()
ProxyConfigBuilder.String getHost()
int getPort()
String getUsername()
String getPassword()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.