public interface SSLContextParametersAware extends CamelContextAware
SSLContextParameters if configured.| Modifier and Type | Method and Description |
|---|---|
boolean |
isUseGlobalSslContextParameters()
Determine if the implementing object is using global SSL context parameters.
|
default SSLContextParameters |
retrieveGlobalSslContextParameters()
Returns the global
SSLContextParameters if enabled on the implementing object, null otherwise. |
void |
setUseGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
getCamelContext, setCamelContext, trySetCamelContextdefault SSLContextParameters retrieveGlobalSslContextParameters()
SSLContextParameters if enabled on the implementing object, null otherwise.boolean isUseGlobalSslContextParameters()
void setUseGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Apache Camel