Uses of Interface
com.rabbitmq.client.amqp.ConnectionSettings.TlsSettings
-
Uses of ConnectionSettings.TlsSettings in com.rabbitmq.client.amqp
Modifier and TypeMethodDescriptionConnectionSettings.TlsSettings.hostnameVerification()
Activate hostname verification.ConnectionSettings.TlsSettings.hostnameVerification
(boolean hostnameVerification) Whether to activate hostname verification or not.ConnectionSettings.TlsSettings.sslContext
(SSLContext sslContext) SSLContext
to use.ConnectionSettings.TlsSettings
<? extends T> ConnectionSettings.tls()
TLS settings.ConnectionSettings.TlsSettings.trustEverything()
Convenience method to set aSSLContext
that trusts all servers.