Uses of Class
com.rabbitmq.client.SslEngineConfigurators.Builder
Packages that use SslEngineConfigurators.Builder
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
-
Uses of SslEngineConfigurators.Builder in com.rabbitmq.client
Methods in com.rabbitmq.client that return SslEngineConfigurators.BuilderModifier and TypeMethodDescriptionSslEngineConfigurators.Builder.add(SslEngineConfigurator extraConfiguration) Add extra configuration step.SslEngineConfigurators.builder()Builder to configure and creates aSslEngineConfiguratorinstance.SslEngineConfigurators.Builder.defaultConfigurator()Set default configuration (no op).SslEngineConfigurators.Builder.enableHostnameVerification()Enables server hostname verification.