Class VertxHelper
- java.lang.Object
-
- org.apache.camel.component.vertx.common.VertxHelper
-
public final class VertxHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setupSSLOptions(org.apache.camel.CamelContext camelContext, org.apache.camel.support.jsse.SSLContextParameters sslContextParameters, io.vertx.core.net.TCPSSLOptions tcpsslOptions)
Configures key store and trust store options for the given TCPSSLOptions from the configuration specified on SSLContextParameters
-
-
-
Method Detail
-
setupSSLOptions
public static void setupSSLOptions(org.apache.camel.CamelContext camelContext, org.apache.camel.support.jsse.SSLContextParameters sslContextParameters, io.vertx.core.net.TCPSSLOptions tcpsslOptions) throws Exception
Configures key store and trust store options for the given TCPSSLOptions from the configuration specified on SSLContextParameters- Parameters:
camelContext
- the CamelContextsslContextParameters
- the SSL configuration to use for the KeyManagerFactory & TrustManagerFactorytcpsslOptions
- the TCPSSLOptions instance to configure- Throws:
Exception
-
-