| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| Modifier and Type | Method and Description |
|---|---|
SSLContextParameters |
CamelContext.getSSLContextParameters()
Gets the global SSL context parameters if configured.
|
default SSLContextParameters |
SSLContextParametersAware.retrieveGlobalSslContextParameters()
Returns the global
SSLContextParameters if enabled on the implementing object, null otherwise. |
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.setSSLContextParameters(SSLContextParameters sslContextParameters)
Sets the global SSL context parameters.
|
Apache Camel