public interface SslEngineConfigurator
| Modifier and Type | Method and Description |
|---|---|
void |
configure(SSLEngine sslEngine)
Provides a hook to insert custom configuration of the
SSLEngines
used to connect to an AMQP server before they connect. |
void configure(SSLEngine sslEngine) throws IOException
SSLEngines
used to connect to an AMQP server before they connect.
Note this is used only when NIO are in use.IOExceptionCopyright © 2018 Pivotal Software, Inc.. All rights reserved.