Uses of Interface
com.rabbitmq.client.SslEngineConfigurator
Packages that use SslEngineConfigurator
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
NIO network connector.
-
Uses of SslEngineConfigurator in com.rabbitmq.client
Fields in com.rabbitmq.client declared as SslEngineConfiguratorModifier and TypeFieldDescriptionstatic final SslEngineConfiguratorSslEngineConfigurators.DEFAULTDefaultSslEngineConfigurator, does nothing.static final SslEngineConfiguratorSslEngineConfigurators.ENABLE_HOSTNAME_VERIFICATIONSslEngineConfiguratorthat enables server hostname verification.Methods in com.rabbitmq.client that return SslEngineConfiguratorModifier and TypeMethodDescriptiondefault SslEngineConfiguratorSslEngineConfigurator.andThen(SslEngineConfigurator after) Returns a composed configurator that performs, in sequence, this operation followed by theafteroperation.SslEngineConfigurators.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 SslEngineConfiguratorModifier and TypeMethodDescriptionSslEngineConfigurators.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
Methods in com.rabbitmq.client.impl.nio that return SslEngineConfiguratorMethods in com.rabbitmq.client.impl.nio with parameters of type SslEngineConfiguratorModifier and TypeMethodDescriptionvoidNioParams.setSslEngineConfigurator(SslEngineConfigurator configurator) Set theSSLEngineconfigurator.