Interface SslEngineConfigurator

    • Method Detail

      • configure

        void configure​(SSLEngine sslEngine)
                throws IOException
        Provides a hook to insert custom configuration of the SSLEngines used to connect to an AMQP server before they connect. Note this is used only when NIO are in use.
        Throws:
        IOException