Uses of Interface
com.rabbitmq.client.SslEngineConfigurator
-
Packages that use SslEngineConfigurator Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl.nio NIO network connector. -
-
Uses of SslEngineConfigurator in com.rabbitmq.client
Classes in com.rabbitmq.client that implement SslEngineConfigurator Modifier and Type Class Description static class
SslEngineConfigurators.AbstractSslEngineConfigurator
Methods in com.rabbitmq.client that return SslEngineConfigurator Modifier and Type Method Description SslEngineConfigurator
SslEngineConfigurators.Builder. build()
Return the configuredSslEngineConfigurator
.Methods in com.rabbitmq.client with parameters of type SslEngineConfigurator Modifier and Type Method Description SslEngineConfigurators.Builder
SslEngineConfigurators.Builder. add(SslEngineConfigurator extraConfiguration)
Add extra configuration step.SslEngineConfigurators.AbstractSslEngineConfigurator
SslEngineConfigurators.AbstractSslEngineConfigurator. andThen(SslEngineConfigurator after)
Returns a composed configurator that performs, in sequence, this operation followed by theafter
operation. -
Uses of SslEngineConfigurator in com.rabbitmq.client.impl.nio
Methods in com.rabbitmq.client.impl.nio that return SslEngineConfigurator Modifier and Type Method Description SslEngineConfigurator
NioParams. getSslEngineConfigurator()
Methods in com.rabbitmq.client.impl.nio with parameters of type SslEngineConfigurator Modifier and Type Method Description void
NioParams. setSslEngineConfigurator(SslEngineConfigurator configurator)
Set theSSLEngine
configurator.
-