Uses of Interface
com.rabbitmq.client.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
Modifier and TypeFieldDescriptionstatic final SslEngineConfigurator
SslEngineConfigurators.DEFAULT
DefaultSslEngineConfigurator
, does nothing.static final SslEngineConfigurator
SslEngineConfigurators.ENABLE_HOSTNAME_VERIFICATION
SslEngineConfigurator
that enables server hostname verification.Modifier and TypeMethodDescriptiondefault SslEngineConfigurator
SslEngineConfigurator.andThen
(SslEngineConfigurator after) Returns a composed configurator that performs, in sequence, this operation followed by theafter
operation.SslEngineConfigurators.Builder.build()
Return the configuredSslEngineConfigurator
.static SslEngineConfigurator
SslEngineConfigurators.defaultConfigurator()
DefaultSslEngineConfigurator
, does nothing.static SslEngineConfigurator
SslEngineConfigurators.enableHostnameVerification()
SslEngineConfigurator
that enables server hostname verification.Modifier and TypeMethodDescriptionSslEngineConfigurators.Builder.add
(SslEngineConfigurator extraConfiguration) Add extra configuration step.default SslEngineConfigurator
SslEngineConfigurator.andThen
(SslEngineConfigurator after) Returns a composed configurator that performs, in sequence, this operation followed by theafter
operation. -
Uses of SslEngineConfigurator in com.rabbitmq.client.impl.nio
Modifier and TypeMethodDescriptionvoid
NioParams.setSslEngineConfigurator
(SslEngineConfigurator configurator) Set theSSLEngine
configurator.