| Package | Description |
|---|---|
| org.mule.tooling.client.api.configuration.agent | |
| org.mule.tooling.client.api.configuration.agent.proxy | |
| org.mule.tooling.client.internal.configuration.agent |
| Modifier and Type | Method and Description |
|---|---|
Optional<ProxyConfig> |
AgentConfiguration.getProxyConfig() |
| Modifier and Type | Method and Description |
|---|---|
AgentConfiguration.Builder |
AgentConfiguration.Builder.withProxyConfig(ProxyConfig proxyConfig)
Sets the ProxyConfig
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseProxyConfigBuilder<P extends ProxyConfig,B extends BaseProxyConfigBuilder>
Base implementation of a
ProxyConfig builder. |
| Modifier and Type | Method and Description |
|---|---|
ProxyConfig |
ProxyConfigBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ProxyConfig> |
ImmutableAgentConfiguration.getProxyConfig() |
| Constructor and Description |
|---|
ImmutableAgentConfiguration(URL toolingApiUrl,
long defaultConnectionTimeout,
long defaultReadTimeout,
SslConfiguration sslConfiguration,
String muleVersion,
ProxyConfig proxyConfig) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.