Package com.rabbitmq.client
Interface SslEngineConfigurator
-
- All Known Implementing Classes:
SslEngineConfigurators.AbstractSslEngineConfigurator
public interface SslEngineConfigurator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(SSLEngine sslEngine)
Provides a hook to insert custom configuration of theSSLEngine
s used to connect to an AMQP server before they connect.
-
-
-
Method Detail
-
configure
void configure(SSLEngine sslEngine) throws IOException
Provides a hook to insert custom configuration of theSSLEngine
s used to connect to an AMQP server before they connect. Note this is used only when NIO are in use.- Throws:
IOException
-
-