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.AbstractSslEngineConfigurator
SslEngineConfigurators. DEFAULT
DefaultSslEngineConfigurator
, does nothing.static SslEngineConfigurators.AbstractSslEngineConfigurator
SslEngineConfigurators. ENABLE_HOSTNAME_VERIFICATION
SslEngineConfigurator
that enables server hostname verification.Methods in com.rabbitmq.client that return SslEngineConfigurators.AbstractSslEngineConfigurator Modifier and Type Method Description SslEngineConfigurators.AbstractSslEngineConfigurator
SslEngineConfigurators.AbstractSslEngineConfigurator. andThen(SslEngineConfigurator after)
Returns a composed configurator that performs, in sequence, this operation followed by theafter
operation.static SslEngineConfigurators.AbstractSslEngineConfigurator
SslEngineConfigurators. defaultConfigurator()
DefaultSslEngineConfigurator
, does nothing.static SslEngineConfigurators.AbstractSslEngineConfigurator
SslEngineConfigurators. enableHostnameVerification()
SslEngineConfigurator
that enables server hostname verification.
-