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 classSslEngineConfigurators.AbstractSslEngineConfiguratorMethods in com.rabbitmq.client that return SslEngineConfigurator Modifier and Type Method Description SslEngineConfiguratorSslEngineConfigurators.Builder. build()Return the configuredSslEngineConfigurator.Methods in com.rabbitmq.client with parameters of type SslEngineConfigurator Modifier and Type Method Description SslEngineConfigurators.BuilderSslEngineConfigurators.Builder. add(SslEngineConfigurator extraConfiguration)Add extra configuration step.SslEngineConfigurators.AbstractSslEngineConfiguratorSslEngineConfigurators.AbstractSslEngineConfigurator. andThen(SslEngineConfigurator after)Returns a composed configurator that performs, in sequence, this operation followed by theafteroperation. -
Uses of SslEngineConfigurator in com.rabbitmq.client.impl.nio
Methods in com.rabbitmq.client.impl.nio that return SslEngineConfigurator Modifier and Type Method Description SslEngineConfiguratorNioParams. getSslEngineConfigurator()Methods in com.rabbitmq.client.impl.nio with parameters of type SslEngineConfigurator Modifier and Type Method Description voidNioParams. setSslEngineConfigurator(SslEngineConfigurator configurator)Set theSSLEngineconfigurator.
-