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
Fields in com.rabbitmq.client declared as SslEngineConfigurator Modifier and Type Field Description private SslEngineConfiguratorSslEngineConfigurators.Builder. configuratorstatic SslEngineConfiguratorSslEngineConfigurators. DEFAULTDefaultSslEngineConfigurator, does nothing.static SslEngineConfiguratorSslEngineConfigurators. ENABLE_HOSTNAME_VERIFICATIONSslEngineConfiguratorthat enables server hostname verification.Methods in com.rabbitmq.client that return SslEngineConfigurator Modifier and Type Method Description default SslEngineConfiguratorSslEngineConfigurator. andThen(SslEngineConfigurator after)Returns a composed configurator that performs, in sequence, this operation followed by theafteroperation.SslEngineConfiguratorSslEngineConfigurators.Builder. build()Return the configuredSslEngineConfigurator.static SslEngineConfiguratorSslEngineConfigurators. defaultConfigurator()DefaultSslEngineConfigurator, does nothing.static SslEngineConfiguratorSslEngineConfigurators. enableHostnameVerification()SslEngineConfiguratorthat enables server hostname verification.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.default SslEngineConfiguratorSslEngineConfigurator. 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
Fields in com.rabbitmq.client.impl.nio declared as SslEngineConfigurator Modifier and Type Field Description private SslEngineConfiguratorNioParams. sslEngineConfiguratorthe hook to configure the SSL engine before the connection is openMethods 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.
-