Package com.rabbitmq.client
Interface SslEngineConfigurator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiondefault SslEngineConfiguratorandThen(SslEngineConfigurator after) Deprecated.Returns a composed configurator that performs, in sequence, this operation followed by theafteroperation.voidDeprecated.Provides a hook to insert custom configuration of theSSLEngines used to connect to an AMQP server before they connect.
-
Method Details
-
configure
Deprecated.Provides a hook to insert custom configuration of theSSLEngines used to connect to an AMQP server before they connect. Note this is used only when NIO are in use.- Throws:
IOException
-
andThen
Deprecated.Returns a composed configurator that performs, in sequence, this operation followed by theafteroperation.- Parameters:
after- the operation to perform after this operation- Returns:
- a composed configurator that performs in sequence this
operation followed by the
afteroperation - Throws:
NullPointerException- ifafteris null
-
ConnectionFactory.NettyConfiguration.sslContext(io.netty.handler.ssl.SslContext)instead