Class VertxHelper

java.lang.Object
org.apache.camel.component.vertx.common.VertxHelper

public final class VertxHelper extends Object
  • Method Summary

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • 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 CamelContext
      sslContextParameters - the SSL configuration to use for the KeyManagerFactory invalid input: '&' TrustManagerFactory
      tcpsslOptions - the TCPSSLOptions instance to configure
      Throws:
      Exception