| Modifier and Type | Method and Description |
|---|---|
Optional<SslConfiguration> |
AgentConfiguration.getSslConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AgentConfiguration.Builder |
AgentConfiguration.Builder.withSslConfiguration(SslConfiguration sslConfiguration)
Sets the SSLContext
|
| Modifier and Type | Method and Description |
|---|---|
SslConfiguration |
SslConfiguration.Builder.build()
Builds the
SslConfiguration object. |
| Modifier and Type | Method and Description |
|---|---|
Optional<SslConfiguration> |
ImmutableAgentConfiguration.getSslConfiguration() |
| Constructor and Description |
|---|
ImmutableAgentConfiguration(URL toolingApiUrl,
long defaultConnectionTimeout,
long defaultReadTimeout,
SslConfiguration sslConfiguration,
String muleVersion,
ProxyConfig proxyConfig,
String authorizationToken) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableSslConfiguration
Immutable implementation of
SslConfiguration. |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.