| Package | Description |
|---|---|
| org.mule.runtime.http.api.client | |
| org.mule.runtime.http.api.client.proxy |
| Modifier and Type | Method and Description |
|---|---|
ProxyConfig |
HttpClientConfiguration.getProxyConfig() |
| Modifier and Type | Method and Description |
|---|---|
HttpClientConfiguration.Builder |
HttpClientConfiguration.Builder.setProxyConfig(ProxyConfig proxyConfig)
Required when connecting through a proxy, this defines the relevant data to do so using a
ProxyConfig. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseProxyConfigBuilder<P extends ProxyConfig,B extends BaseProxyConfigBuilder>
Base implementation of a
ProxyConfig builder. |
| 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 |
|---|---|
ProxyConfig |
ProxyConfigBuilder.build() |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.