Uses of Class
com.rabbitmq.client.SslEngineConfigurators.AbstractSslEngineConfigurator
-
Packages that use SslEngineConfigurators.AbstractSslEngineConfigurator Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors. -
-
Uses of SslEngineConfigurators.AbstractSslEngineConfigurator in com.rabbitmq.client
Fields in com.rabbitmq.client declared as SslEngineConfigurators.AbstractSslEngineConfigurator Modifier and Type Field Description static SslEngineConfigurators.AbstractSslEngineConfiguratorSslEngineConfigurators. DEFAULTDefaultSslEngineConfigurator, does nothing.static SslEngineConfigurators.AbstractSslEngineConfiguratorSslEngineConfigurators. ENABLE_HOSTNAME_VERIFICATIONSslEngineConfiguratorthat enables server hostname verification.Methods in com.rabbitmq.client that return SslEngineConfigurators.AbstractSslEngineConfigurator Modifier and Type Method Description SslEngineConfigurators.AbstractSslEngineConfiguratorSslEngineConfigurators.AbstractSslEngineConfigurator. andThen(SslEngineConfigurator after)Returns a composed configurator that performs, in sequence, this operation followed by theafteroperation.static SslEngineConfigurators.AbstractSslEngineConfiguratorSslEngineConfigurators. defaultConfigurator()DefaultSslEngineConfigurator, does nothing.static SslEngineConfigurators.AbstractSslEngineConfiguratorSslEngineConfigurators. enableHostnameVerification()SslEngineConfiguratorthat enables server hostname verification.
-